| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -1/+3 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -0/+17 |
| 2022-04-18 | Synthesis object file for `#[used]` and exported symbols | Gary Guo | -0/+10 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -0/+7 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+2 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -3/+2 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -6/+3 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -10/+5 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -10/+5 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -1/+1 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -1/+2 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -25/+10 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-11 | Auto merge of #90253 - Kobzol:hash-stable-sort-index-map, r=cjgillot | bors | -4/+4 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -4/+1 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -5/+2 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -36/+3 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -33/+3 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -3/+0 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -2/+2 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -7/+7 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -2/+2 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -3/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -3/+2 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -7/+7 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -2/+2 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -1/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+1 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+2 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -3/+3 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -1/+1 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -1/+1 |
| 2021-12-28 | Change several HashMaps to IndexMap to improve incremental hashing performance | Jakub Beránek | -4/+4 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -4/+3 |
| 2021-11-28 | Remove unused root_parent. | Camille GILLOT | -12/+4 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -8/+53 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -1/+1 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |
| 2021-10-03 | Move ICH to rustc_query_system. | Camille GILLOT | -0/+11 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -197/+0 |
| 2021-10-01 | Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li... | bors | -40/+74 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -11/+0 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -5/+0 |