| Age | Commit message (Expand) | Author | Lines |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -2/+2 |
| 2021-11-09 | Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwco | Matthias Krüger | -0/+3 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -3/+9 |
| 2021-11-08 | Record more artifact sizes during self-profiling. | Michael Woerister | -0/+3 |
| 2021-11-07 | Auto merge of #88368 - jyn514:metadata-error, r=petrochenkov | bors | -15/+75 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-11-07 | Improve error when an .rlib can't be parsed | Joshua Nelson | -15/+75 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -0/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -3/+9 |
| 2021-11-03 | Demote metadata load warning to "info". | Eric Huss | -2/+2 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -16/+11 |
| 2021-10-28 | Remove `ModData` from rustc_metadata | Matthew Jasper | -11/+4 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-25 | Avoid a branch on key being local for queries that use the same local and ext... | bjorn3 | -3/+3 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-21 | Handle cross-crate module `ExpnId`s consistently | Matthew Jasper | -6/+8 |
| 2021-10-19 | Don't emit a warning for empty rmeta files. | Eric Huss | -0/+9 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+2 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -1/+9 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+2 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-12 | Include rmeta candidates in "multiple matching crates" error | Noah Lev | -13/+15 |
| 2021-10-12 | Sort candidate libraries by source path in error | Noah Lev | -1/+7 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2021-10-07 | Rollup merge of #89476 - cjgillot:expn-id, r=petrochenkov | Jubilee | -6/+10 |
| 2021-10-07 | Rollup merge of #89025 - ricobbe:raw-dylib-link-ordinal, r=michaelwoerister | Jubilee | -1/+7 |
| 2021-10-06 | Do not ICE if some foreign expansions were not encoded. | Camille GILLOT | -2/+0 |
| 2021-10-06 | Access Session while decoding expn_id. | Camille GILLOT | -4/+10 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -5/+13 |
| 2021-10-05 | Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkov | Manish Goregaokar | -1/+3 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -13/+13 |
| 2021-10-04 | Make an initial guess for metadata size to reduce buffer resizes | Josh Triplett | -1/+3 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -3/+3 |
| 2021-10-04 | Rollup merge of #89407 - pierwill:recommend-clean-E0514, r=davidtwco | Jubilee | -1/+2 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -13/+13 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -3/+3 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -6/+5 |
| 2021-10-01 | polymorphize: polymorphize shims | David Wood | -1/+9 |
| 2021-09-30 | Recommend running `cargo clean` in E0514 output | pierwill | -1/+2 |
| 2021-09-30 | Move EncodedMetadata to rustc_metadata. | Camille GILLOT | -4/+20 |
| 2021-09-30 | Move encode_metadata out of CrateStore. | Camille GILLOT | -7/+6 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -6/+5 |
| 2021-09-23 | Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister | bors | -43/+29 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -22/+22 |
| 2021-09-21 | `crates` is already deterministic | lcnr | -43/+29 |
| 2021-09-20 | Adjust documentation for compatibility with 2021 | Mark Rousskov | -22/+22 |
| 2021-09-20 | Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli... | Richard Cobbe | -1/+7 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -2/+2 |