Eric Huss

Results 149 issues of Eric Huss

**Summary** Original issue: #8923 Implementation: #9002 `cargo rustc --print=VAL` forwards the `--print` flag to `rustc` in order to extract information from `rustc`. This runs `rustc` with the corresponding [`--print`](https://doc.rust-lang.org/rustc/command-line-arguments.html#--print-print-compiler-information) flag,...

C-tracking-issue
S-waiting-on-feedback

The current implementation from https://github.com/rust-lang/cargo/pull/12634 exposes a large number of low-level config options for configuring how automatic gc works. I'm uncomfortable having so many low-level options, and I would like...

A-configuration
S-needs-design
Z-gc

If the `--end` date is not specified, then cargo-bisect-rustc will [assume the end date is today](https://github.com/rust-lang/cargo-bisect-rustc/blob/1b45158bd499c942f83fb9fd326cacd66933ace1/src/main.rs#L867-L868). However, there is a window of an hour or so from UTC midnight until...

The guidance at https://github.com/rust-lang/rfcs/blob/master/compiler_changes.md for filing RFCs appears to be quite old and doesn't contain all the detail about how the compiler team seems to operate these days. * "Where...

### Steps to reproduce the bug with the above code 1. `git clone https://github.com/rust-lang/mdbook.git` 2. `cd mdbook` 3. `git worktree add mdbook-0.2 v0.2.0` 4. `cargo semver-checks check-release` ### Actual Behaviour...

C-bug

Building rustc on macos without jemalloc (the default in config.toml) will trigger frequent SIGABRT. The error is: ``` rustc(14225,0x70000fab4000) malloc: *** error for object 0x600005c70800: pointer being realloc'd was not...

O-macos
C-bug

This is a tracking issue for the RFC 3127 (rust-lang/rfcs#3127). This enhancement adds the `--remap-path-scope` command-line flag to control the scoping of how paths get remapped in the resulting binary....

B-RFC-approved
T-compiler
T-cargo
C-tracking-issue
A-reproducibility
F-trim-paths

There seems to be a rule missing from the object safety list: https://github.com/rust-lang/reference/blob/master/src/items/traits.md#object-safety I'm not sure how to properly word the rule, but it something along that lines that "Supertraits...

A-types

There are multiple issues here. Some of this has changed in 1.37 via https://github.com/rust-lang/rust/pull/60793. - [x] `RAW_BYTE_STRING_LITERAL` no longer allows bare CR (new 1.37). #1459 - [x] "Raw string" and...

A-lexer

I think it would be useful to be explicit about who the reference is for and in what style it should be. There seems to be some uncertainty about being...

Question