| Age | Commit message (Expand) | Author | Lines |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -23/+50 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -43/+4 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -23/+50 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -11/+14 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+1 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -10/+10 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -10/+12 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+1 |
| 2022-04-15 | Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco | Dylan DPC | -12/+1 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -10/+12 |
| 2022-04-09 | Auto merge of #95697 - klensy:no-strings, r=petrochenkov | bors | -6/+6 |
| 2022-04-08 | check_doc_keyword: don't alloc string for emptiness check | klensy | -6/+6 |
| 2022-04-07 | Stabilize `derive_default_enum` | Jacob Pratt | -12/+1 |
| 2022-04-06 | Stop flagging certain inner attrs as outer ones | León Orell Valerian Liehr | -4/+7 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -4/+7 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -3/+3 |
| 2022-03-26 | Move resolve_path to rustc_builtin_macros and make it private | Badel2 | -4/+43 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -2/+3 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -0/+5 |
| 2022-03-04 | Downgrade `#[test]` on macro call to warning | Esteban Kuber | -8/+12 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -3/+2 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -1/+1 |
| 2022-03-03 | refactor: prepare to associate multiple spans with a module. | Felix S. Klock II | -1/+3 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -4/+16 |
| 2022-03-01 | Improve allowness of the unexpected_cfgs lint | Loïc BRANSTETT | -4/+16 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -1/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Rollup merge of #92714 - yanganto:ignore-message, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |
| 2022-02-24 | Include ignore message in libtest output | Antonio Yang | -0/+23 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -25/+18 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -63/+42 |
| 2022-02-19 | Adopt let else in more places | est31 | -63/+42 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -6/+16 |
| 2022-02-18 | Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank | Matthias Krüger | -5/+0 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -3/+2 |
| 2022-02-17 | Rollup merge of #94030 - ChayimFriedman2:issue-94010, r=petrochenkov | Matthias Krüger | -15/+15 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+2 |
| 2022-02-16 | Rollup merge of #92366 - jhpratt:derive-default-enum, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -15/+15 |
| 2022-02-11 | Remove the alt_std_name option | bjorn3 | -2/+1 |
| 2022-02-08 | Rollup merge of #91950 - estebank:point-at-type-of-non-allocator, r=matthewja... | Matthias Krüger | -10/+12 |
| 2022-02-08 | Rollup merge of #93672 - lcnr:const-param-defaults-xx, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-02-07 | Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se | Mara Bos | -9/+0 |
| 2022-02-07 | Rollup merge of #93394 - m-ou-se:fix-93378, r=estebank | Mara Bos | -11/+24 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -6/+28 |
| 2022-02-05 | update comment | lcnr | -1/+1 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |