| Age | Commit message (Expand) | Author | Lines |
| 2021-12-21 | rustc_metadata: Switch crate data iteration from a callback to iterator | Vadim Petrochenkov | -99/+70 |
| 2021-12-20 | Prefer visibility paths where items are not named `_` | Michael Goulet | -4/+19 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -7/+8 |
| 2021-12-18 | Rollup merge of #91926 - SylvanB:remove_in_band_lifetimes_from_rustc_metadata... | Matthias Krüger | -13/+12 |
| 2021-12-17 | Remove effect of `#[no_link]` attribute on name resolution | Vadim Petrochenkov | -9/+1 |
| 2021-12-16 | Rollup merge of #92001 - fee1-dead:dmbic-xcrate-fix, r=oli-obk | Matthias Krüger | -2/+3 |
| 2021-12-16 | Fix default_method_body_is_const when used across crates | Deadbeef | -2/+3 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -6/+6 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -1/+2 |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_metadata` | Sylvan Bowdler | -13/+12 |
| 2021-12-14 | extend `simplify_type` | lcnr | -3/+8 |
| 2021-12-12 | Auto merge of #90716 - euclio:libloading, r=cjgillot | bors | -231/+8 |
| 2021-12-11 | Auto merge of #91715 - the8472:bump-rmeta-fromat-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-12-09 | Bump rmeta version to fix rustc_serialize ICE | The 8472 | -1/+1 |
| 2021-12-09 | Remove redundant [..]s | est31 | -2/+2 |
| 2021-12-06 | replace dynamic library module with libloading | Andy Russell | -231/+8 |
| 2021-12-01 | Improve suggestion for extern crate self error message | Michael | -27/+15 |
| 2021-12-01 | Stop treating extern crate loading failures as fatal errors | Michael | -23/+37 |
| 2021-11-30 | Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011 | bors | -1/+1 |
| 2021-11-28 | Remove eval_always for lib_features. | Camille GILLOT | -1/+1 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -4/+2 |
| 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-29 | Update odht crate to 0.3.1 (big-endian bugfix) | Michael Woerister | -1/+1 |
| 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 |