| Age | Commit message (Expand) | Author | Lines |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+4 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -2/+2 |
| 2022-04-19 | rustc_metadata: Store a flag telling whether an item may have doc links in it... | Vadim Petrochenkov | -0/+4 |
| 2022-04-19 | Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c... | Dylan DPC | -0/+19 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -2/+2 |
| 2022-04-16 | Auto merge of #95899 - petrochenkov:modchild2, r=cjgillot | bors | -57/+50 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -0/+19 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -9/+15 |
| 2022-04-13 | rustc_metadata: Do not encode unnecessary module children | Vadim Petrochenkov | -57/+50 |
| 2022-04-10 | Directly encode DefId in metadata. | Camille GILLOT | -3/+19 |
| 2022-04-10 | Directly encode DefPathHash in metadata. | Camille GILLOT | -3/+3 |
| 2022-04-10 | Directly encode DefKind in metadata. | Camille GILLOT | -10/+14 |
| 2022-04-10 | Directly encode ImplPolarity in metadata. | Camille GILLOT | -0/+6 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -8/+12 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -14/+0 |
| 2022-03-31 | Create trait_def table. | Camille GILLOT | -34/+3 |
| 2022-03-31 | Store fn constness in impl_constness. | Camille GILLOT | -4/+4 |
| 2022-03-31 | Introduce repr_options table. | Camille GILLOT | -8/+9 |
| 2022-03-31 | Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -11/+1 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | typo | lcnr | -1/+1 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -5/+14 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -3/+22 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -11/+1 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 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 | -2/+5 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -244/+128 |
| 2022-02-22 | Provide copy-free access to raw Decoder bytes | Mark Rousskov | -1/+1 |
| 2022-02-19 | Add generator_kind table. | Camille GILLOT | -7/+0 |
| 2022-02-19 | Add fn_arg_names table. | Camille GILLOT | -9/+0 |
| 2022-02-19 | Add asyncness table. | Camille GILLOT | -9/+0 |
| 2022-02-19 | Add rendered_const table. | Camille GILLOT | -10/+1 |
| 2022-02-19 | Add mir_const_qualifs table. | Camille GILLOT | -20/+4 |
| 2022-02-19 | Drop ImplData. | Camille GILLOT | -27/+0 |
| 2022-02-19 | Do not decode span when we only need the name. | Camille GILLOT | -16/+18 |
| 2022-02-19 | Encode metadata using queries. | Camille GILLOT | -152/+111 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -7/+5 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -3/+3 |
| 2022-02-04 | rustdoc: Collect traits in scope for foreign inherent impls | Vadim Petrochenkov | -0/+17 |
| 2022-01-26 | Auto merge of #88679 - petrochenkov:doctrscope, r=GuillaumeGomez | bors | -5/+9 |
| 2022-01-25 | Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot | bors | -1/+1 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -5/+9 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -49/+42 |
| 2022-01-19 | Store a `Symbol` instead of an `Ident` in `AssocItem` | Aaron Hill | -1/+1 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+2 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -67/+33 |
| 2022-01-13 | Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726 | Matthias Krüger | -98/+98 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |