| Age | Commit message (Expand) | Author | Lines |
| 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 | 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-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/+5 |
| 2023-03-22 | Rollup merge of #109203 - Ezrashaw:refactor-ident-parsing, r=Nilstrieb | Matthias Krüger | -0/+12 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+1 |
| 2023-03-21 | Eagerly intern and check CrateNum/StableCrateId collisions | Oli Scherer | -1/+5 |
| 2023-03-20 | Fix issue when there are multiple candidates for edit_distance_with_substrings | yukang | -4/+20 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -10/+21 |
| 2023-03-19 | refactor: improve "ident starts with number" error | Ezra Shaw | -0/+12 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+1 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+1 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -0/+1 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -10/+21 |