| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -6/+5 |
| 2018-12-28 | Update cargo, rls, miri | Eric Huss | -0/+5 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -130/+0 |
| 2018-12-19 | FIXME(44217) remove fixme because the allocator logic was removed, but platfo... | Niv Kaminer | -1/+1 |
| 2018-12-14 | std: Use `rustc_demangle` from crates.io | Alex Crichton | -0/+1 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -8/+2 |
| 2018-12-10 | Update Cargo submodule and its dependencies | Alex Crichton | -1/+17 |
| 2018-12-09 | Remove compile-fail-fulldeps test suite | Vadim Petrochenkov | -6/+3 |
| 2018-12-07 | use top level `fs` functions where appropriate | Andy Russell | -22/+10 |
| 2018-12-07 | Add x86_64-fortanix-unknown-sgx target to libstd and dependencies | Jethro Beekman | -0/+1 |
| 2018-12-03 | Update cargo | Eric Huss | -0/+1 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+7 |
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -7/+7 |
| 2018-11-17 | Update Cargo submodule | Alex Crichton | -0/+2 |
| 2018-11-11 | std: Delete the `alloc_system` crate | Alex Crichton | -2/+0 |
| 2018-11-02 | Use `jemalloc-sys` on Linux and OSX compilers | Alex Crichton | -1/+1 |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -4/+0 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -1/+1 |
| 2018-10-19 | ignore target folders | Douglas Campos | -0/+1 |
| 2018-09-21 | Update Cargo | Alex Crichton | -0/+1 |
| 2018-09-07 | Rollup merge of #53895 - joshtriplett:tidy-tidy, r=nikomatsakis | kennytm | -57/+44 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -1/+3 |
| 2018-09-03 | Add memmap crate to tidy whitelist. | Michael Woerister | -0/+1 |
| 2018-09-01 | tidy: features.rs: Remove a redundant .contains | Josh Triplett | -4/+0 |
| 2018-09-01 | tidy: features.rs: Use splitn rather than a complex slice | Josh Triplett | -1/+1 |
| 2018-09-01 | tidy: features.rs: collect_lib_features: Simplify | Josh Triplett | -8/+5 |
| 2018-09-01 | tidy: Use an inclusive range rather than a +1 bound | Josh Triplett | -1/+1 |
| 2018-09-01 | tidy: Eliminate an unnecessary .into_iter() | Josh Triplett | -1/+1 |
| 2018-09-01 | tidy: deps: Hoist a complex multi-line if condition into a let | Josh Triplett | -2/+3 |
| 2018-09-01 | tidy: unstable_book.rs: Clean up directory iteration | Josh Triplett | -4/+3 |
| 2018-09-01 | tidy: Avoid "let ref mut = ..." | Josh Triplett | -6/+6 |
| 2018-09-01 | tidy: Use "const" instead of "static, and remove implied `'static` lifetimes | Josh Triplett | -6/+6 |
| 2018-09-01 | tidy: extdeps.rs: Avoid an unnecessary collect() | Josh Triplett | -2/+1 |
| 2018-09-01 | tidy: extdeps.rs: Clean up loop iteration to use "for" | Josh Triplett | -2/+1 |
| 2018-09-01 | tidy: cargo.rs: Clean up loop to use "for" instead of "while let" | Josh Triplett | -2/+1 |
| 2018-09-01 | tidy: Clean up argument handling | Josh Triplett | -5/+2 |
| 2018-09-01 | tidy: Use is_empty() instead of len tests | Josh Triplett | -2/+2 |
| 2018-09-01 | tidy: Use chars for single-character patterns | Josh Triplett | -12/+12 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -1/+5 |
| 2018-08-25 | Auto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJung | bors | -2/+0 |
| 2018-08-24 | Rollup merge of #53617 - joshtriplett:tidy-no-license-header, r=Mark-Simulacrum | kennytm | -53/+0 |
| 2018-08-23 | Removed librustc/mir/interpret and librustc_mir/interpreter from tidy skip list | Bernardo Meurer | -2/+0 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-22 | tidy: Stop requiring a license header | Josh Triplett | -53/+0 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-17 | Rollup merge of #53399 - varkor:ignore-non-md-unstable_book, r=nikomatsakis | kennytm | -0/+1 |
| 2018-08-15 | Tidy: ignore non-Markdown files when linting for the Unstable Book | varkor | -0/+1 |
| 2018-08-14 | Add lldb to the build | Tom Tromey | -0/+2 |
| 2018-08-14 | Tidy no longer fails when there are no files or subdirectories in a test dire... | David Wood | -9/+11 |
| 2018-08-09 | Deny future duplication of rustc-ap-syntax | Alex Crichton | -1/+1 |