beepster

Results 7 issues of beepster

Closes #80792. Adds the unstable `--env VAR=VALUE` option, which injects environment variables into the program, allowing them to be read by the `env!` and `option_env!` macros.

T-compiler
S-waiting-on-review

Tracking issue: rust-lang/rust#42202 @rustbot label +S-waiting-on-stabilization

S-waiting-on-stabilization

as seen by other issues, the simple installation of this bot is too difficult for the unintelligent people that would actually want to kill servers with this thing

``` class Class { vector1 = null; vector2 = null; static instances = []; constructor() { this.vector1 = Vector(0, 0, 0); this.vector2 = Vector(0, 0, 0); } } Class.instances.push(Class()); Class.instances.push(Class());...

Relative search paths for sourcemods should be relative to the game exe instead of the parent directory of the game directory. For example, if `portal2` is a searchpath for a...

bug
enhancement

### Expected Behaviour Successful compilation ### Example & Steps To Reproduce ```rust #![no_std] #[track_caller] fn panic() { panic!("owo") } #[spirv_std::spirv(fragment)] pub fn main() { panic(); } ``` produces ``` error:...

t: bug

There are many suggestions about coop here that have the same flaw; they take away coop players' ability to choose which part of the puzzle they want to do and...

New Feature
Co-Op