| Age | Commit message (Expand) | Author | Lines |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -0/+106 |
| 2022-10-26 | Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov | Dylan DPC | -1/+8 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -17/+35 |
| 2022-10-23 | Workaround unstable stmt_expr_attributes for method receiver expressions. | Camille GILLOT | -1/+8 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -2/+2 |
| 2022-10-15 | Mark derived StructuralEq as automatically derived. | Camille GILLOT | -5/+11 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+7 |
| 2022-10-05 | Temporarily reinstate doctest=false | reez12g | -0/+1 |
| 2022-10-03 | Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated... | Matthias Krüger | -1/+35 |
| 2022-10-02 | Fix duplicate usage of `a` article. | Petr Portnov | -1/+1 |
| 2022-10-02 | Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se | bors | -1/+1 |
| 2022-10-01 | Change feature name to is_some_and | Cameron Steffen | -1/+1 |
| 2022-09-30 | Fix format_args capture for macro expanded format strings | Alex Macleod | -3/+3 |
| 2022-09-29 | Fix docs in compiler/rustc_builtin_macros/src/deriving/generic/mod.rs | reez12g | -0/+5 |
| 2022-09-29 | Fix docs in compiler/rustc_builtin_macros/src/assert/context.rs | reez12g | -1/+1 |
| 2022-09-29 | Add feature flag to docs in compiler/rustc_builtin_macros/src/assert/context.rs | reez12g | -0/+1 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-27 | Remove confusing drop. | Mara Bos | -1/+0 |
| 2022-09-27 | Update doc comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Turn format arguments Vec into its own struct. | Mara Bos | -84/+146 |
| 2022-09-27 | Add clarifying comments. | Mara Bos | -0/+3 |
| 2022-09-27 | Flatten if-let and match into one. | Mara Bos | -19/+14 |
| 2022-09-27 | Move enum definition closer to its usage. | Mara Bos | -5/+5 |
| 2022-09-27 | Use if let chain. | Mara Bos | -4/+2 |
| 2022-09-27 | Tweak comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Prefer new_v1_formatted instead of new_v1 with duplicates. | Mara Bos | -36/+33 |
| 2022-09-27 | Fix typo. | Mara Bos | -1/+1 |
| 2022-09-27 | Move FormatArgs structure to its own module. | Mara Bos | -163/+172 |
| 2022-09-27 | Rewrite and refactor format_args!() builtin macro. | Mara Bos | -1287/+1145 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -3/+3 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -3/+3 |
| 2022-09-20 | Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011 | Michael Howell | -28/+36 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -3/+13 |
| 2022-09-13 | Emit an error instead of reconstructing token stream. | Camille GILLOT | -28/+36 |
| 2022-09-09 | Rename `AttrAnnotatedToken{Stream,Tree}`. | Nicholas Nethercote | -3/+3 |
| 2022-09-05 | Fix `#[derive(Default)]` on a generic `#[default]` enum adding unnecessary `D... | Daniel Henry-Mantilla | -1/+35 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -12/+16 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -2/+4 |
| 2022-09-01 | Sort tests at compile time, not at startup | Ben Kimock | -17/+35 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -37/+38 |
| 2022-08-30 | Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -0/+1 |
| 2022-08-29 | Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisa | Dylan DPC | -6/+6 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -37/+38 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -2/+1 |
| 2022-08-25 | Separate CountIsStar from CountIsParam in rustc_parse_format. | Mara Bos | -6/+6 |
| 2022-08-23 | Rollup merge of #100909 - nnethercote:minor-ast-LitKind-improvement, r=petroc... | Dylan DPC | -2/+2 |