| Age | Commit message (Expand) | Author | Lines |
| 2022-04-10 | Directly encode Constness in metadata. | Camille GILLOT | -10/+17 |
| 2022-04-10 | Directly encode ImplPolarity in metadata. | Camille GILLOT | -2/+46 |
| 2022-04-09 | use ItemId.def_id and avoid fetching Item | Miguel Guarniz | -16/+12 |
| 2022-04-08 | remove ItemLikeVisitor impls and add fast paths using DefKind | Miguel Guarniz | -39/+21 |
| 2022-04-08 | remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m... | Miguel Guarniz | -36/+17 |
| 2022-04-08 | remove some uses of visit_all_item_likes in incremental, metadata and interfa... | Miguel Guarniz | -5/+19 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -9/+15 |
| 2022-04-03 | Replace every `String` in Target(Options) with `Cow<'static, str>` | Loïc BRANSTETT | -6/+6 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -15/+4 |
| 2022-03-31 | Create trait_def table. | Camille GILLOT | -58/+14 |
| 2022-03-31 | Store fn constness in impl_constness. | Camille GILLOT | -49/+32 |
| 2022-03-31 | Introduce repr_options table. | Camille GILLOT | -33/+36 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -2/+2 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -2/+40 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -28/+11 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -2/+40 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 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 |