| Age | Commit message (Expand) | Author | Lines |
| 2022-01-16 | Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-01-06 | Rollup merge of #92417 - dtolnay:printimpl, r=jackh726 | Matthias Krüger | -1/+7 |
| 2022-01-03 | Rollup merge of #92418 - dtolnay:emptystructpat, r=michaelwoerister | Matthias Krüger | -4/+4 |
| 2022-01-02 | Auto merge of #92066 - Smittyvb:concat_bytes-repeat, r=nagisa | bors | -2/+70 |
| 2022-01-01 | Fix unclosed boxes in pretty printing of TraitAlias | David Tolnay | -1/+1 |
| 2022-01-01 | Rollup merge of #92460 - dwrensha:fix-92267, r=petrochenkov | Matthias Krüger | -0/+19 |
| 2022-01-01 | Rollup merge of #92420 - dtolnay:patrange, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2022-01-01 | Rollup merge of #92412 - dtolnay:tryspace, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-12-31 | [rustc_builtin_macros] add indices to format_foreign::printf::Substitution::E... | David Renshaw | -0/+19 |
| 2021-12-29 | Fix whitespace in pretty printed PatKind::Range | David Tolnay | -4/+4 |
| 2021-12-29 | Fix spacing in pretty printed PatKind::Struct with no fields | David Tolnay | -4/+4 |
| 2021-12-29 | Fix spacing of pretty printed const item without body | David Tolnay | -3/+3 |
| 2021-12-29 | Fix spacing and ordering of words in pretty printed Impl | David Tolnay | -2/+2 |
| 2021-12-29 | Add a pretty printer test of impl<T> const Trait | David Tolnay | -0/+6 |
| 2021-12-29 | Fix double space in pretty printed TryBlock | David Tolnay | -1/+1 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -1/+1 |
| 2021-12-28 | Print space after formal generic params in fn type | David Tolnay | -1/+1 |
| 2021-12-28 | Remove pretty printer space inside block with only outer attrs | David Tolnay | -1/+1 |
| 2021-12-27 | Clarify that repeat count must be positive | Smitty | -8/+8 |
| 2021-12-23 | Fix tidy line length lint in stringify tests | David Tolnay | -4/+16 |
| 2021-12-23 | Format with rust-lang/rust's rustfmt settings | David Tolnay | -41/+14 |
| 2021-12-23 | Add a test suite for stringify macro | David Tolnay | -0/+894 |
| 2021-12-18 | Support [x; n] expressions in concat_bytes! | Smitty | -2/+70 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -37/+36 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -13/+16 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+1 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+180 |
| 2021-12-05 | Rollup merge of #91437 - dtolnay:emptybrace, r=nagisa | Matthias Krüger | -2/+2 |
| 2021-12-01 | Pretty print empty blocks as {} | David Tolnay | -2/+2 |
| 2021-11-29 | Bless duplicate test | Dylan MacKenzie | -3/+9 |
| 2021-11-29 | Bless tests with new suggestion | Dylan MacKenzie | -3/+9 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -1/+2 |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+162 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+426 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -19/+38 |
| 2021-10-22 | Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebank | Yuki Okushi | -0/+52 |
| 2021-10-15 | Bless tests | Cameron Steffen | -85/+85 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -0/+5 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-10-02 | resolve: Cache module loading for all foreign modules | Vadim Petrochenkov | -0/+23 |
| 2021-10-01 | Give better error for `macro_rules name` | Nixon Enraght-Moony | -0/+52 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -3/+3 |
| 2021-09-24 | Give better error for `macro_rules! name!` | Nixon Enraght-Moony | -0/+24 |
| 2021-09-19 | Rollup merge of #88996 - Aaron1011:trailing-macro-semi, r=petrochenkov | Yuki Okushi | -0/+34 |
| 2021-09-15 | Fix linting when trailing macro expands to a trailing semi | Aaron Hill | -0/+34 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+37 |
| 2021-09-02 | expand: Treat more macro calls as statement macro calls | Vadim Petrochenkov | -0/+25 |
| 2021-08-28 | Update tests | inquisitivecrystal | -1/+2 |
| 2021-08-23 | Improve wording of macro-not-found-but-name-exists note. | Mara Bos | -2/+2 |
| 2021-08-23 | Show what things are, but also what they are not. | Mara Bos | -7/+7 |