| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -1/+1 |
| 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-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 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -40/+74 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -1/+2 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -1/+1 |
| 2021-09-14 | Make DefPathHash->DefId panic for if the mapping fails. | Michael Woerister | -1/+1 |
| 2021-09-14 | Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata. | Michael Woerister | -6/+2 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -0/+5 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -1/+1 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -1/+1 |
| 2021-08-21 | cleanup: `Span::new` -> `Span::with_lo` | Vadim Petrochenkov | -1/+1 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -7/+3 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -7/+3 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -24/+17 |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -1/+6 |
| 2021-07-18 | Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc... | Yuki Okushi | -3/+3 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -3/+2 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -2/+4 |
| 2021-07-16 | Consider all fields when comparing DllImports, to remove nondetermininsm in m... | Richard Cobbe | -3/+3 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -13/+10 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -4/+5 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -1/+1 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -1/+20 |
| 2021-07-07 | Auto merge of #86105 - bjorn3:link_info_refactor, r=petrochenkov | bors | -27/+0 |
| 2021-07-07 | Remove a sorting operation from used_crates | bjorn3 | -27/+0 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -1/+1 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -1/+6 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -4/+4 |
| 2021-07-05 | Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkov | bors | -38/+3 |
| 2021-07-05 | Remove LibSource | bjorn3 | -38/+3 |