| Age | Commit message (Expand) | Author | Lines |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -1/+1 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -1/+1 |
| 2021-01-25 | tidy: Remove unnecessary trailing semicolon. | Eric Huss | -1/+1 |
| 2021-01-25 | tidy: Remove edition filter exceptions. | Eric Huss | -15/+1 |
| 2021-01-25 | tidy: Remove cargo check. | Eric Huss | -95/+0 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -1/+5 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -3/+3 |
| 2021-01-01 | Reduce `ROOT_ENTRY_LIMIT` to 1500 | Yuki Okushi | -1/+1 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -5/+1 |
| 2020-12-15 | Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk | bors | -0/+1 |
| 2020-12-14 | Replace some `println!` with `tidy_error!` to simplify | Yuki Okushi | -23/+20 |
| 2020-12-14 | Check the number of entries in UI test | Yuki Okushi | -1/+43 |
| 2020-12-12 | tidy: Re-enable check for inline unit tests | Vadim Petrochenkov | -1/+4 |
| 2020-12-08 | Review feedback | Eric Arellano | -4/+13 |
| 2020-12-07 | Dogfood 'str_split_once() with Tidy | Eric Arellano | -56/+63 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -3/+0 |
| 2020-11-09 | make MIR graphviz generation use gsgdt | Vishnunarayan K I | -0/+1 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -0/+2 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -0/+1 |
| 2020-10-18 | Rollup merge of #76607 - Mark-Simulacrum:tidy-bins, r=pnkfelix | Yuki Okushi | -12/+50 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -0/+2 |
| 2020-09-28 | Use `tracing` spans to trace the entire MIR interp stack | Oliver Scherer | -1/+0 |
| 2020-09-15 | Modify executable checking to be more universal | Mark Rousskov | -12/+50 |
| 2020-08-31 | tidy: add new exceptions and remove std from skip list | Lzu Tao | -5/+14 |
| 2020-08-30 | mv compiler to compiler/ | mark | -28/+42 |
| 2020-08-29 | Auto merge of #75754 - joshtriplett:wip-perf-snappy, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-08-25 | Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum | bors | -0/+2 |
| 2020-08-25 | Auto merge of #75764 - workingjubilee:tidy-up-cargo-metadata, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-08-24 | Introduce expect snapshot testing library into rustc | Aleksey Kladov | -0/+2 |
| 2020-08-24 | unstable-book-gen: fix clippy::single_char_pattern and clippy::iter_skip_next | Matthias Krüger | -1/+1 |
| 2020-08-24 | tidy: remove redundant variable from check_if_error_code_is_test_in_explanation | Matthias Krüger | -5/+3 |
| 2020-08-21 | bump tidy to cargo_metadata 0.11 | Jubilee Young | -1/+1 |
| 2020-08-20 | Switch to Snappy compression for metadata | Josh Triplett | -0/+2 |
| 2020-08-18 | Resolve licensing by updating tinyvec 0.3.3 -> 0.3.4 | Jubilee Young | -0/+1 |
| 2020-08-18 | Update license check post-cargo update | Mark Rousskov | -18/+27 |
| 2020-08-11 | Accept more safety comments (notably those that are on multiple lines without... | Alexis Bourget | -1/+1 |
| 2020-08-09 | Remove E0749 from untested error codes | Guillaume Gomez | -1/+1 |
| 2020-08-08 | Remove E0750 from unchecked error codes | Guillaume Gomez | -2/+1 |
| 2020-08-01 | Update elasticlunr-rs and ammonia transitive deps | Aaron Hill | -1/+0 |
| 2020-07-31 | Add tracing libs to list of permitted dependencies | Oliver Scherer | -0/+3 |
| 2020-07-30 | Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum | bors | -3/+6 |
| 2020-07-29 | Update cargo | Eric Huss | -1/+0 |
| 2020-07-28 | std: Switch from libbacktrace to gimli | Alex Crichton | -3/+6 |
| 2020-07-27 | mv std libs to library/ | mark | -60/+82 |
| 2020-07-22 | Revert "std: Switch from libbacktrace to gimli" | Mark Rousskov | -6/+3 |
| 2020-07-18 | Rollup merge of #74071 - petrochenkov:cload3, r=matthewjasper | Manish Goregaokar | -5/+5 |
| 2020-07-18 | Auto merge of #73441 - alexcrichton:backtrace-gimli, r=Mark-Simulacrum | bors | -3/+6 |
| 2020-07-18 | rustc_metadata: Remove some extra diagnostics for legacy plugins | Vadim Petrochenkov | -5/+5 |
| 2020-07-17 | Rollup merge of #74464 - FedericoPonzi:fix-#67108, r=Manishearth | Manish Goregaokar | -0/+1 |