| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+1 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -3/+4 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-12-28 | better names and a comment | Michael Goulet | -1/+1 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+3 |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -12/+7 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -2/+2 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+6 |
| 2022-10-23 | Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514 | Dylan DPC | -5/+0 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -11/+0 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+1 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -11/+0 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -5/+0 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -0/+1 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+9 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-08-30 | Remove fn_has_self_parameter table. | Camille GILLOT | -3/+3 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -0/+1 |
| 2022-08-26 | Implementation of import_name_type | Daniel Paoliello | -2/+2 |
| 2022-08-23 | get rid of another unnecessary lifetime macro argument | Joshua Nelson | -12/+12 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -1/+4 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+1 |
| 2022-08-06 | Decode SourceFile out of order. | Camille GILLOT | -1/+4 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -0/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+0 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+1 |
| 2022-07-24 | Do not prefer module parents which are `doc(hidden)` in visibility map | Michael Goulet | -5/+15 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -0/+3 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -1/+1 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -1/+1 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -1/+1 |
| 2022-05-23 | Fix iterator implementation, add some inlines | Michael Goulet | -0/+6 |
| 2022-05-23 | split out the various responsibilities of Lazy | Michael Goulet | -11/+72 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -0/+1 |
| 2022-05-09 | store `codegen_fn_attrs` in crate metadata | lcnr | -0/+1 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+1 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -2/+2 |
| 2022-04-21 | [WIP] rustdoc: Resolve some more doc links early | Vadim Petrochenkov | -0/+8 |
| 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 #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -2/+2 |
| 2022-04-18 | Add `SymbolExportInfo` | Gary Guo | -2/+2 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -2/+2 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -0/+1 |
| 2022-04-07 | rustdoc: Early doc link resolution fixes and refactorings | Vadim Petrochenkov | -1/+3 |
| 2022-03-31 | Merge impl_constness and is_const_fn_raw. | Camille GILLOT | -1/+0 |
| 2022-03-31 | Create trait_def table. | Camille GILLOT | -1/+1 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -1/+0 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -4/+7 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -8/+20 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -1/+0 |