| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-12 | Stabilize the `alloc` crate. | Simon Sapin | -1/+0 | |
| This implements RFC 2480: * https://github.com/rust-lang/rfcs/pull/2480 * https://github.com/rust-lang/rfcs/blob/master/text/2480-liballoc.md Closes https://github.com/rust-lang/rust/issues/27783 | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-28 | rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018. | Eduard-Mihai Burtescu | -0/+6 | |
| 2018-09-15 | rustc_resolve: always include core, std and meta in the extern prelude. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -0/+1 | |
| 2018-08-27 | rustc: Suggest removing `extern crate` in 2018 | Alex Crichton | -0/+39 | |
| This commit updates the `unused_extern_crates` lint to make automatic suggestions about removing `extern crate` annotations in the 2018 edition. This ended up being a little easier than originally though due to what's likely been fixed issues in the resolver! Closes #52829 | ||||
