| Age | Commit message (Expand) | Author | Lines |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -39/+0 |
| 2020-03-26 | Upgrade rustc and bootstrap dependencies | Mateusz Mikuła | -1/+1 |
| 2020-03-23 | Make librustc_query_system compile. | Camille GILLOT | -0/+1 |
| 2020-03-03 | Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis | bors | -1/+1 |
| 2020-03-02 | Remove chalk integration | CAD97 | -1/+0 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-27 | - polonius: adapt to the new fact format | Albin Stjerna | -1/+1 |
| 2020-02-16 | Prune rustc dependencies. | Camille GILLOT | -2/+0 |
| 2020-02-01 | remove rustc_ast_pretty dep from rustc | Mazdak Farrokhzad | -2/+0 |
| 2020-02-01 | syntax::print -> new crate rustc_ast_pretty | Mazdak Farrokhzad | -0/+2 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -0/+1 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-01-10 | Update measureme to 0.7.1 in order to fix compilation error on big-endian pla... | Michael Woerister | -1/+1 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -1/+1 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -0/+1 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2020-01-09 | Remove unused dependencies | Shotaro Yamada | -3/+0 |
| 2020-01-04 | move def_id to new rustc_hir crate | Mazdak Farrokhzad | -0/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -1/+1 |
| 2019-12-08 | Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-12-06 | update to polonius 0.11 to compute subset errors | lqd | -1/+1 |
| 2019-12-03 | Introduce rustc_session crate | Mark Rousskov | -0/+1 |
| 2019-12-03 | Update measureme crate to 0.5.0. | Michael Woerister | -1/+1 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -0/+1 |
| 2019-11-16 | Auto merge of #66255 - ehuss:update-cc, r=alexcrichton | bors | -4/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+0 |
| 2019-11-09 | Update cc, git2, num_cpus. | Eric Huss | -4/+0 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-10-29 | Rollup merge of #65531 - tmandry:bump-backtrace, r=cramertj | Mazdak Farrokhzad | -1/+5 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-10-28 | Update backtrace to 0.3.40 | Tyler Mandry | -1/+5 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+0 |
| 2019-10-25 | Update bitflags | varkor | -1/+1 |
| 2019-10-24 | self-profiling: Update measureme to 0.4.0 and use new RAII-based API. | Michael Woerister | -1/+1 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -0/+1 |
| 2019-10-11 | Change untagged_unions to not allow union fields with drop | Ulrik Sverdrup | -1/+1 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -2/+2 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -0/+1 |
| 2019-09-16 | with byteorder 1.3, the i128 feature is a NOP | Ralf Jung | -1/+1 |
| 2019-09-16 | Auto merge of #64381 - mati865:rand, r=alexcrichton | bors | -1/+1 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -1/+0 |
| 2019-09-11 | Upgrade parking_lot and tempfile rustc dependencies | Mateusz Mikuła | -1/+1 |
| 2019-09-04 | NLL: New Polonius version | Albin Stjerna | -1/+1 |
| 2019-08-30 | Move librustc panic handler into the new one | Jonas Schievink | -1/+0 |