| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -6/+28 |
| 2022-01-31 | Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco | Matthias Krüger | -4/+51 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -4/+14 |
| 2022-01-30 | Mac calls | David Tolnay | -3/+5 |
| 2022-01-30 | Accommodate yield points in the format_args expansion | David Tolnay | -4/+49 |
| 2022-01-29 | Rename _args -> args in format_args expansion | David Tolnay | -3/+3 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -4/+14 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -9/+0 |
| 2022-01-28 | Don't allow {} to refer to implicit captures in format_args. | Mara Bos | -11/+24 |
| 2022-01-17 | add more info to invalid use of #[test] on invalid items | asquared31415 | -6/+16 |
| 2022-01-17 | Fix comment about spans during borrowck per PR 91359 review | David Tolnay | -1/+1 |
| 2022-01-17 | Replace confusing is_sorted_by in format_args implementation | David Tolnay | -13/+16 |
| 2022-01-17 | Emit simpler code from format_args | David Tolnay | -61/+76 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -314/+0 |
| 2022-01-15 | Deny mixing bin crate type with lib crate types | bjorn3 | -5/+0 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -314/+0 |
| 2022-01-10 | Update AsmArgs field visibility for rustfmt | Yacin Tmimi | -4/+4 |
| 2022-01-02 | Auto merge of #92066 - Smittyvb:concat_bytes-repeat, r=nagisa | bors | -40/+65 |
| 2021-12-31 | update tests | David Renshaw | -3/+3 |
| 2021-12-31 | [rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E... | David Renshaw | -16/+12 |
| 2021-12-28 | Remove FIXME | Jacob Pratt | -3/+0 |
| 2021-12-27 | Clarify that repeat count must be positive | Smitty | -1/+1 |
| 2021-12-21 | rustc_builtin_macros: make asm mod public for rustfmt | Caleb Cartwright | -3/+3 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -7/+7 |
| 2021-12-18 | Support [x; n] expressions in concat_bytes! | Smitty | -40/+65 |
| 2021-12-18 | Rollup merge of #92016 - calebcartwright:expose-asm-args-parsing, r=Amanieu | Matthias Krüger | -29/+43 |
| 2021-12-16 | builtin_macros: allow external consumers for AsmArgs parsing | Caleb Cartwright | -29/+43 |
| 2021-12-16 | Rollup merge of #91172 - Ethiraric:ethiraric/fix90979, r=petrochenkov | Matthias Krüger | -4/+40 |