| Age | Commit message (Expand) | Author | Lines |
| 2023-04-19 | resolve: Remove `module_children_untracked` | Vadim Petrochenkov | -8/+0 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-19 | Rollup merge of #110451 - WaffleLapkin:ensure_return_elem, r=scottmcm | Matthias Krüger | -2/+2 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+1 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -2/+2 |
| 2023-04-18 | Auto merge of #109772 - petrochenkov:slimchild, r=cjgillot | bors | -5/+4 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -18/+0 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -2/+2 |
| 2023-04-18 | rustc_metadata: Remove `Span` from `ModChild` | Vadim Petrochenkov | -5/+4 |
| 2023-04-18 | Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb | Guillaume Gomez | -2/+2 |
| 2023-04-18 | Rollup merge of #110461 - WaffleLapkin:expect_, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -2/+2 |
| 2023-04-17 | Make `IndexVec::ensure_contains_elem` return a reference to the element | Maybe Waffle | -2/+2 |
| 2023-04-17 | Encode def span for ConstParam | Michael Goulet | -2/+2 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -104/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -57/+22 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -3/+21 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -15/+146 |
| 2023-04-10 | rustc_metadata: Cleanup `fn encode_info_for_item` | Vadim Petrochenkov | -62/+33 |
| 2023-04-09 | Box large enum variants | Nilstrieb | -3/+3 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -2/+2 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -26/+18 |
| 2023-04-06 | Rollup merge of #109984 - scottmcm:less-float, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2023-04-06 | Remove f32 & f64 from MemDecoder/MemEncoder | Scott McMurray | -2/+0 |
| 2023-04-05 | Use `OwnedSlice` instead of `owning_ref` | Maybe Waffle | -26/+18 |
| 2023-04-04 | Another AppendOnlyVec | Oli Scherer | -8/+8 |
| 2023-04-04 | Remove a lock in favor of an AppendOnlyVec | Oli Scherer | -2/+1 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -3/+8 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -11/+7 |
| 2023-03-24 | Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot | Matthias Krüger | -11/+7 |
| 2023-03-23 | Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr | bors | -2/+1 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -2/+1 |
| 2023-03-23 | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholk | Matthias Krüger | -3/+5 |
| 2023-03-23 | rustc_metadata: Freeze cstore after the full crate list is queried | Vadim Petrochenkov | -0/+3 |
| 2023-03-23 | resolve: Rename some cstore methods to match queries and add comments | Vadim Petrochenkov | -11/+4 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -16/+0 |
| 2023-03-23 | Rollup merge of #109137 - petrochenkov:qcstore2, r=cjgillot | Matthias Krüger | -16/+0 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -32/+27 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -59/+25 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -32/+27 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -1/+12 |
| 2023-03-21 | Always encode RPITITs | Santiago Pastorino | -1/+7 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -7/+9 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -26/+9 |