| Age | Commit message (Expand) | Author | Lines |
| 2025-03-28 | Auto merge of #138965 - nnethercote:less-kw-Empty-hir-Lifetime, r=lcnr | bors | -0/+187 |
| 2025-03-28 | Don't use `kw::Empty` in `hir::Lifetime::ident`. | Nicholas Nethercote | -2/+2 |
| 2025-03-28 | Add a HIR pretty-printing test focused on lifetimes. | Nicholas Nethercote | -0/+187 |
| 2025-03-26 | expand: Leave traces when expanding `cfg` attributes | Vadim Petrochenkov | -3/+0 |
| 2025-03-21 | Rollup merge of #138627 - EnzymeAD:autodiff-cleanups, r=oli-obk | Matthias Krüger | -8/+4 |
| 2025-03-20 | Rollup merge of #138435 - eholk:prefix-yield, r=oli-obk | Matthias Krüger | -0/+15 |
| 2025-03-17 | resolve repeated attribute fixme | Manuel Drehwald | -4/+0 |
| 2025-03-17 | update tests | Manuel Drehwald | -4/+4 |
| 2025-03-14 | Preserve yield position during pretty printing | Eric Holk | -0/+15 |
| 2025-03-14 | Fix HIR param pretty printing some more. | Nicholas Nethercote | -2/+2 |
| 2025-03-14 | Handle `_` properly in a couple of places. | Nicholas Nethercote | -3/+3 |
| 2025-03-14 | Add a pretty printing test for fn params. | Nicholas Nethercote | -0/+72 |
| 2025-03-10 | Fix pretty printing of parsed attrs in hir_pretty | Michael Goulet | -1/+1 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -0/+24 |
| 2025-02-24 | pretty print hir attributes | Jana Dönszelmann | -0/+18 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -6/+1 |
| 2024-10-11 | Add pretty, ui, and feature-gate tests for the enzyme/autodiff frontend | Manuel Drehwald | -0/+272 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -1/+1 |
| 2024-09-11 | Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat... | Olivier Goffart | -3/+3 |
| 2024-09-11 | Fix false positive with `missing_docs` and `#[test]` | Olivier Goffart | -0/+3 |
| 2024-09-09 | Allow `missing_docs` lint on the generated test harness | Urgau | -0/+1 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-07-06 | Mark format! with must_use hint | lukas | -10/+11 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -1/+6 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+6 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -15/+15 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -1/+1 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -6/+1 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -1/+1 |
| 2024-05-20 | hir pretty: fix block indent | Nilstrieb | -23/+23 |
| 2024-04-29 | Rollup merge of #124269 - scrabsha:sasha/fix-124206, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -0/+68 |
| 2024-04-29 | Pretty-print parenthesis around binary in postfix match | Sasha Pourcelot | -0/+68 |
| 2024-04-24 | Fix tests and bless | Gary Guo | -1/+0 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -15/+15 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -0/+21 |
| 2024-02-22 | Re-bless tests/pretty | 许杰友 Jieyou Xu (Joe) | -38/+38 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -115/+115 |
| 2024-01-31 | Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche... | bors | -7/+7 |
| 2024-01-22 | Don't insert spaces before most semicolons in `print_tts`. | Nicholas Nethercote | -7/+7 |
| 2024-01-21 | Add `#[coverage(off)]` to closures introduced by `#[test]`/`#[bench]` | Zalathar | -3/+6 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -1/+0 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+25 |
| 2023-12-26 | Make some non-diagnostic-affecting QPath::LangItem into regular qpaths | Michael Goulet | -1/+1 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -1/+1 |
| 2023-10-25 | Remove unnecessary CVarArgs name skipping logic | DaniPopes | -1/+1 |
| 2023-10-25 | Print variadic argument pattern in HIR pretty printer | DaniPopes | -0/+28 |
| 2023-10-16 | Preserve unicode escapes in format string literals when pretty-printing AST | Paul Gey | -0/+31 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -1/+1 |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -0/+1 |