Ed Page

Results 596 issues of Ed Page

Looking at #343, we can see that the trimming logic should really care about atomic units of syntax. While we can pile more hacks on top of our existing ones,...

C-enhancement
M-breaking-change

From rust-lang/cargo#15942 ``` [NOTE] waiting for foo v0.0.1 to be available at registry `alternative` | [HELP] you may press ctrl-c to skip waiting; the crate should be available shortly ```...

C-bug
M-breaking-change

I have code like the following ```rust fn typo_to_group { let title = match &msg.corrections { typos::Status::Valid => unimplemented!("never valid words to report"), typos::Status::Invalid => { format!("`{}` is disallowed", msg.typo,)...

C-enhancement
M-breaking-change

### Problem #16300 mirrors some `clean.rs` tests into `clean_new_layout` but `assert_all_clean` fails on several tests because dep info files remain. #16300 introduces support for removing uplifted files but the examples...

C-bug
Command-clean
S-needs-mentor
A-layout

Like RUSTFLAGS, build scripts are an important escape hatch. Like RUSTFLAGS (#12739), we should find replacements for common uses of build scripts so people don't have to reach to this...

A-build-scripts
C-tracking-issue

Implementation: - [x] #15848 - [x] #15947 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#build-dir-new-layout ## Known issues - As a side effect, we pass a lot more parameters to rustc, likely making `cargo -vv` more...

C-cleanup
S-needs-design
A-layout

When publishing a package with a custom registry, Cargo resolves the dependency `registry` field to `registry-index` (#14500). However, `registry-index` is for internal purposes only and this is not intended as...

Command-publish
Command-package
C-enhancement
A-manifest
S-accepted

As a follow up to #14125, we've talked about changing the default for `build-dir` after a sufficient time of it being stabilized so people have a chance to test their...

C-enhancement
A-caching