| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-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 |
| 2021-12-15 | Add a lint for duplicated attributes. | Ethiraric | -4/+40 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -7/+7 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-12 | Remove automatic rustfix of asm! to llvm_asm! | Amanieu d'Antras | -13/+0 |
| 2021-12-10 | Rollup merge of #91625 - est31:remove_indexes, r=oli-obk | Matthias Krüger | -12/+12 |
| 2021-12-10 | Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot | Matthias Krüger | -2/+3 |
| 2021-12-09 | Fix span calculation on secondary_label as well | Michael Goulet | -2/+3 |
| 2021-12-09 | Remove redundant [..]s | est31 | -12/+12 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+169 |
| 2021-12-04 | Rollup merge of #90519 - estebank:issue-84003, r=petrochenkov | Matthias Krüger | -88/+82 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+2 |
| 2021-12-03 | Annotate `derive`d spans and move span suggestion code | Esteban Kuber | -61/+74 |
| 2021-12-03 | Remove some unnecessarily verbose code | Esteban Kuber | -20/+5 |
| 2021-12-03 | Keep spans for generics in `#[derive(_)]` desugaring | Esteban Kuber | -23/+19 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -28/+35 |
| 2021-12-01 | Auto merge of #91324 - eggyal:avoid-uneccesary-clone-of-annotatable, r=Aaron1011 | bors | -22/+30 |
| 2021-11-29 | Rollup merge of #91327 - dtolnay:exact, r=michaelwoerister | Matthias Krüger | -8/+4 |
| 2021-11-28 | Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillot | Matthias Krüger | -1/+4 |
| 2021-11-28 | Delete an unreachable codepath from format_args implementation | David Tolnay | -8/+4 |
| 2021-11-28 | Avoid uneccessary clone of Annotatable | Alan Egerton | -22/+30 |
| 2021-11-28 | expand: Turn `ast::Crate` into a first class expansion target | Vadim Petrochenkov | -28/+35 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -26/+10 |
| 2021-11-10 | Add support for specifying multiple clobber_abi in `asm!` | asquared31415 | -31/+61 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -21/+10 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -1/+1 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |