| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -2/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -2/+2 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-04-23 | Auto merge of #110497 - cjgillot:span-ctxt, r=b-naber | bors | -10/+14 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -0/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+1 |
| 2023-04-20 | Rollup merge of #110548 - kpreid:span, r=WaffleLapkin | Yuki Okushi | -11/+20 |
| 2023-04-19 | fmt fix | Kevin Reid | -1/+1 |
| 2023-04-19 | Make `impl Debug for Span` not panic on not having session globals. | Kevin Reid | -11/+20 |
| 2023-04-19 | Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -43/+46 |
| 2023-04-18 | Use a diagnostic item instead of filtering for Index::Output | Michael Goulet | -0/+1 |
| 2023-04-18 | Add #[inline] to some new functions | Ben Kimock | -0/+1 |
| 2023-04-18 | Refactor `SyntaxContext::ctxt` logic. | Camille GILLOT | -10/+14 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -43/+45 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-17 | Auto merge of #110367 - saethlin:no-truncations, r=oli-obk | bors | -3/+1 |
| 2023-04-16 | Remove some unnecessary hash truncations | Ben Kimock | -3/+1 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -6/+5 |
| 2023-04-15 | Convert comment to doc comment on `Interner::get`. | Alona Enraght-Moony | -2/+3 |
| 2023-04-13 | Auto merge of #109989 - ids1024:m68k-asm, r=Amanieu | bors | -0/+2 |
| 2023-04-12 | Add inline assembly support for m68k | Ian Douglas Scott | -0/+2 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-04-12 | Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -0/+1 |
| 2023-04-11 | Add `sym::anon`. | Nicholas Nethercote | -0/+1 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -2/+2 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -5/+5 |
| 2023-04-09 | Box large enum variants | Nilstrieb | -6/+6 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+1 |
| 2023-04-07 | Add feature gate | kadmin | -0/+1 |
| 2023-04-06 | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | -3/+29 |
| 2023-04-06 | add comment | yukang | -0/+3 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+19 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -21/+19 |
| 2023-03-31 | Rollup merge of #109805 - nnethercote:source_map-cleanups, r=bjorn3 | Guillaume Gomez | -21/+18 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -0/+1 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -0/+1 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+1 |
| 2023-03-31 | Improve `with_source_map`. | Nicholas Nethercote | -10/+13 |
| 2023-03-31 | Remove an unnecessary use of `with_session_globals`. | Nicholas Nethercote | -11/+5 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -0/+1 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -1/+1 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+1 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+2 |
| 2023-03-26 | add comments and cleanup | yukang | -3/+10 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+1 |
| 2023-03-22 | Rollup merge of #109213 - oli-obk:cstore, r=cjgillot | Matthias Krüger | -1/+6 |