| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -8/+11 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -1/+1 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -1/+1 |
| 2022-02-14 | fast_reject: remove `StripReferences` | lcnr | -2/+1 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -17/+12 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -3/+5 |
| 2022-02-05 | Auto merge of #93539 - petrochenkov:doclink, r=camelid,michaelwoerister | bors | -0/+27 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+27 |
| 2022-02-04 | Add a comment about possible mismatches. | Nicholas Nethercote | -0/+7 |
| 2022-02-04 | Remove `staticlibs` local variable. | Nicholas Nethercote | -4/+1 |
| 2022-02-04 | Clean up `find_library_crate`. | Nicholas Nethercote | -21/+19 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -3/+5 |
| 2022-02-02 | Make `SearchPathFile::file_name_str` non-optional. | Nicholas Nethercote | -4/+1 |
| 2022-02-02 | Inline and remove `FileSearch::search`. | Nicholas Nethercote | -35/+46 |
| 2022-02-02 | Remove `FileMatch`. | Nicholas Nethercote | -5/+4 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -6/+10 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -2/+2 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -6/+10 |
| 2022-01-24 | Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser | bors | -3/+1 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -3/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -53/+48 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -2/+2 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -5/+0 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+4 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -5/+5 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -77/+56 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -8/+6 |
| 2022-01-13 | Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726 | Matthias Krüger | -98/+98 |
| 2022-01-12 | Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -5/+0 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -4/+4 |
| 2022-01-09 | rustc_metadata: Stop passing `CrateMetadataRef` by reference | Vadim Petrochenkov | -98/+98 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -2/+12 |
| 2022-01-09 | Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -2/+12 |
| 2022-01-09 | Auto merge of #92086 - petrochenkov:modchild, r=jackh726 | bors | -40/+53 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+4 |
| 2022-01-09 | Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddyb | bors | -32/+13 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -12/+17 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -7/+12 |
| 2022-01-09 | rustc_metadata: Optimize and document module children decoding | Vadim Petrochenkov | -25/+28 |
| 2022-01-08 | Remove LazyMeta::min_size | bjorn3 | -32/+13 |
| 2022-01-07 | Add `trait_item_def_id` to `AssocItem` | Matthew Jasper | -0/+9 |
| 2022-01-07 | Deserialization less in associated_item_def_ids | Matthew Jasper | -6/+11 |
| 2022-01-07 | rustdoc: Introduce a resolver cache for sharing data between early doc link r... | Vadim Petrochenkov | -2/+12 |
| 2022-01-06 | rustc_metadata: Split `fn get_implementations_for_trait` into two functions | Vadim Petrochenkov | -29/+24 |
| 2022-01-06 | rustc_metadata: Make `opt_item_ident` in decoder faster and stricter | Vadim Petrochenkov | -36/+25 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -17/+17 |
| 2022-01-06 | rustc_middle: Add a method for getting a `SimplifiedType` definition/ID | Vadim Petrochenkov | -6/+7 |