| Age | Commit message (Expand) | Author | Lines |
| 2023-01-16 | Avoid an unnecessary allocation | Oli Scherer | -11/+18 |
| 2023-01-14 | Heuristically undo path prefix mappings. | Tim Neumann | -6/+100 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -2/+1 |
| 2023-01-12 | gate const closures | Deadbeef | -0/+1 |
| 2023-01-12 | Improve proc macro attribute diagnostics | mejrs | -0/+1 |
| 2023-01-11 | Turn format arguments types into lang items. | Mara Bos | -0/+6 |
| 2023-01-09 | [RFC 2397] Initial implementation | Caio | -0/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -15/+11 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -0/+1 |
| 2023-01-02 | Auto merge of #84762 - cjgillot:resolve-span-opt, r=petrochenkov | bors | -22/+68 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -1/+0 |
| 2022-12-29 | Auto merge of #106195 - Nilstrieb:no-more-being-clueless-whether-it-really-is... | bors | -17/+12 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -1/+0 |
| 2022-12-29 | Auto merge of #106139 - cjgillot:mir-inline-location, r=eholk | bors | -0/+1 |
| 2022-12-28 | Rollup merge of #106172 - estebank:suggest-impl-trait, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+1 |
| 2022-12-27 | Improve debug logs of `find_width_of_character_at_span` | Nilstrieb | -17/+12 |
| 2022-12-27 | Rollup merge of #106064 - lukas-code:outlives-macro, r=cjgillot | Michael Goulet | -0/+3 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -0/+1 |
| 2022-12-25 | Explain disabled span hashing. | Camille GILLOT | -0/+4 |
| 2022-12-25 | Give the correct track-caller location with MIR inlining. | Camille GILLOT | -0/+1 |
| 2022-12-25 | Encode span parent in the inlined representation. | Camille GILLOT | -22/+64 |
| 2022-12-25 | document that `Span::to` can go backwards | Lukas Markeffsky | -0/+3 |
| 2022-12-22 | abort immediately on bad mem::zeroed/uninit | Ralf Jung | -1/+2 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -1/+1 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -17/+13 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -1/+2 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -8/+5 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -3/+3 |
| 2022-12-18 | Make `#[no_ord_impl]` an attribute in `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-18 | Make `#[custom_encodable]` an attribute for `newtype_index` | Nilstrieb | -5/+4 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -4/+18 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -4/+4 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -0/+1 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -1/+1 |
| 2022-12-12 | minor code cleanups | Matthias Krüger | -1/+1 |
| 2022-12-11 | Rollup merge of #105521 - tshepang:keep-heading-separate, r=nagisa | Matthias Krüger | -1/+2 |
| 2022-12-11 | Add `round_ties_even` to `f32` and `f64` | Jules Bertholet | -0/+2 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -4/+1 |
| 2022-12-10 | Rollup merge of #105514 - estebank:is_visible, r=oli-obk | Matthias Krüger | -0/+9 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+1 |
| 2022-12-10 | separate heading from body | Tshepang Mbambo | -1/+2 |
| 2022-12-09 | Introduce `Span::is_visible` | Esteban Küber | -0/+9 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -3/+5 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -3/+5 |
| 2022-12-06 | Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-06 | Cleanup macro-expanded code in `rustc_type_ir` | Maybe Waffle | -1/+1 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -2/+1 |