| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -13/+0 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -9/+4 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -1/+0 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+0 |
| 2022-07-27 | Update mentions to `rustc_metadata::rmeta::Lazy` | Yuki Okushi | -1/+1 |
| 2022-07-24 | remove new allocations from imported_source_files | Pietro Albini | -20/+20 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -0/+7 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -2/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -3/+3 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -2/+1 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -2/+2 |
| 2022-06-29 | Rollup merge of #97786 - ferrocene:pa-fix-simulate-remap-prefix, r=Mark-Simul... | Dylan DPC | -16/+22 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -4/+5 |
| 2022-06-13 | account for simulated remap-debuginfo when resolving remapped paths | Pietro Albini | -16/+22 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -11/+2 |
| 2022-06-10 | Assert def_ident_span presence. | Camille GILLOT | -1/+2 |
| 2022-06-10 | Encode def_ident_span using the query. | Camille GILLOT | -11/+1 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -2/+2 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -1/+1 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -4/+5 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+2 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -3/+3 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -0/+1 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -5/+6 |
| 2022-05-27 | Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddyb | bors | -2/+2 |
| 2022-05-27 | Rename `ProcMacroDerive` as `DeriveProcMacro`. | Nicholas Nethercote | -2/+2 |
| 2022-05-26 | Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3 | bors | -22/+4 |
| 2022-05-26 | Avoid adjusting file positions twice. | Nicholas Nethercote | -22/+4 |
| 2022-05-24 | Make Lazy not care about lifetimes until decode | Michael Goulet | -11/+23 |
| 2022-05-23 | Fix iterator implementation, add some inlines | Michael Goulet | -3/+13 |
| 2022-05-23 | refine comments, disambiguate len for array and tables | Michael Goulet | -6/+6 |
| 2022-05-23 | split out the various responsibilities of Lazy | Michael Goulet | -150/+54 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -32/+32 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -0/+4 |
| 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 |