| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | typo | lcnr | -1/+1 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -9/+21 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -14/+84 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -28/+11 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -23/+35 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -1/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -16/+16 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -1/+1 |
| 2022-03-03 | Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis | Matthias Krüger | -2/+2 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -1/+2 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+1 |
| 2022-02-25 | Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillot | Matthias Krüger | -7/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -1/+3 |
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -8/+23 |
| 2022-02-24 | metadata: Tweak the way in which declarative macros are encoded | Vadim Petrochenkov | -5/+8 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-24 | don't special case `DefKind::Ctor` in encoding | lcnr | -7/+2 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -450/+321 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+3 |
| 2022-02-22 | Provide copy-free access to raw Decoder bytes | Mark Rousskov | -1/+1 |
| 2022-02-21 | update docs for `simplify_type` | lcnr | -2/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -37/+23 |
| 2022-02-19 | Add generator_kind table. | Camille GILLOT | -10/+5 |
| 2022-02-19 | Add fn_arg_names table. | Camille GILLOT | -29/+14 |
| 2022-02-19 | Add asyncness table. | Camille GILLOT | -19/+7 |
| 2022-02-19 | Add rendered_const table. | Camille GILLOT | -35/+19 |
| 2022-02-19 | Add mir_const_qualifs table. | Camille GILLOT | -28/+15 |
| 2022-02-19 | Drop ImplData. | Camille GILLOT | -76/+31 |
| 2022-02-19 | Do not decode span when we only need the name. | Camille GILLOT | -17/+19 |
| 2022-02-19 | Encode metadata using queries. | Camille GILLOT | -243/+222 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -7/+3 |
| 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 |