| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | [link] enable packed bundled lib in non stable cases | Daniil Belov | -0/+1 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -1/+1 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -1/+1 |
| 2023-02-05 | rustc_metadata: Encode/decode `DefPathHash`es without an `Option` | Vadim Petrochenkov | -0/+6 |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -3/+3 |
| 2023-01-31 | Don't accept `Edition` by ref | Maybe Waffle | -14/+14 |
| 2023-01-31 | Document `rust_2015` methods | Maybe Waffle | -0/+1 |
| 2023-01-31 | Use `Edition` methods a bit more | Maybe Waffle | -4/+4 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -0/+6 |
| 2023-01-26 | Rollup merge of #106407 - mejrs:attr_check, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-01-19 | Rollup merge of #105977 - Swatinem:async-mir-context, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -11/+18 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 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 |