| Age | Commit message (Expand) | Author | Lines |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -399/+593 |
| 2024-07-16 | Use re-exported Idx and IndexVec in pat_analysis | Laurențiu Nicola | -3/+2 |
| 2024-07-15 | Fix incorrect encoding of literals in the proc-macro-api on version 4 | Lukas Wirth | -134/+183 |
| 2024-07-15 | Auto merge of #17559 - Veykril:tokentree, r=Veykril | bors | -431/+910 |
| 2024-07-15 | Escape fetched env vars in env! expansion | Lukas Wirth | -20/+25 |
| 2024-07-15 | Add cargo xtask install proc-macro-server | Lukas Wirth | -4/+30 |
| 2024-07-15 | Encode ident rawness and literal kind separately in tt::Leaf | Lukas Wirth | -410/+858 |
| 2024-07-15 | Auto merge of #17588 - CamWass:more-rename, r=Veykril | bors | -31/+194 |
| 2024-07-15 | Auto merge of #17587 - joshka:jm/edit-name-after-refactor, r=Veykril | bors | -36/+80 |
| 2024-07-15 | Auto merge of #17584 - Veykril:landing-page, r=Veykril | bors | -792/+1418 |
| 2024-07-15 | Fix stable iteration ordering for `Map<Name, ...>` usages | Lukas Wirth | -29/+55 |
| 2024-07-14 | Use statics + clone instead of const until const can access statics | Lukas Wirth | -368/+395 |
| 2024-07-14 | Update manual.adoc | Anita Hammer | -1/+1 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 2024-07-13 | Address feedback from @DropDemBits | Josh McKinney | -13/+10 |
| 2024-07-13 | feat: Add incorrect case diagnostics for enum variant fields and all variables | Campbell | -31/+194 |
| 2024-07-12 | Trigger VSCode to rename after extract variable assist is applied | bors | -33/+80 |
| 2024-07-13 | Allow macro expansions into `RestPat` in tuple args work as ellipsis like pla... | Shoyu Vanilla | -5/+108 |
| 2024-07-12 | Fix cloning Symbols not increasing their ref count | Lukas Wirth | -28/+63 |
| 2024-07-12 | Use Symbol in Name | Lukas Wirth | -761/+756 |
| 2024-07-12 | Add missing docs | Lukas Wirth | -1/+2 |
| 2024-07-12 | Implement rough symbol interning infra | Lukas Wirth | -1/+543 |
| 2024-07-11 | Merge from rust-lang/rust | Laurențiu Nicola | -83/+3 |
| 2024-07-11 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-07-11 | Auto merge of #17571 - winstxnhdw:bool-to-enum-no-dupe, r=Veykril | bors | -3/+44 |
| 2024-07-10 | refactor: search for enum semantically | winstxnhdw | -6/+8 |
| 2024-07-10 | Remove faq landing page, improve main one | Lukas Wirth | -51/+12 |
| 2024-07-10 | Auto merge of #17572 - beetrees:f16-f128, r=Veykril | bors | -73/+384 |
| 2024-07-10 | Auto merge of #17544 - MikeWalrus:inlay-hint-generic-param-name, r=Veykril | bors | -14/+430 |
| 2024-07-10 | Remove dead code in config.rs | Lukas Wirth | -13/+0 |
| 2024-07-10 | Add `f16` and `f128` support | beetrees | -73/+384 |
| 2024-07-09 | style: prefer type inference | winstxnhdw | -1/+1 |
| 2024-07-09 | feat: do not add new enum if it already exists | winstxnhdw | -1/+40 |
| 2024-07-08 | Auto merge of #17558 - beetrees:fix-double-rounding, r=Veykril | bors | -33/+47 |
| 2024-07-08 | fix: Fix double rounding of `f32` literals | beetrees | -33/+47 |
| 2024-07-08 | Remove version check before using `--keep-going` | mo8it | -25/+7 |
| 2024-07-08 | Rollup merge of #120248 - WaffleLapkin:bonk-ptr-object-casts, r=compiler-erro... | Matthias Krüger | -71/+0 |
| 2024-07-08 | feat: add inlay hints for generic parameters | Liao Junxuan | -14/+443 |
| 2024-07-07 | Add --keep-going to the check command | mo8it | -0/+2 |
| 2024-07-07 | Auto merge of #17555 - Veykril:grammar-inline, r=Veykril | bors | -41/+1115 |
| 2024-07-07 | Inline all the things | Lukas Wirth | -0/+1032 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -41/+83 |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -11/+233 |
| 2024-07-07 | fix: Fix callHierarchy LSP violation | Lukas Wirth | -31/+187 |
| 2024-07-07 | Fix stale reference in architecture.md | Lukas Wirth | -2/+1 |
| 2024-07-07 | Run codegen commands as tests if their results are commited | Lukas Wirth | -3/+23 |
| 2024-07-07 | Re-implement tidy as an xtask action | Lukas Wirth | -60/+69 |
| 2024-07-07 | re-generate feature docs in release | Lukas Wirth | -1/+2 |
| 2024-07-07 | Drop sourcegen | Lukas Wirth | -229/+0 |
| 2024-07-07 | Move feature-doc generation to xtask codegen | Lukas Wirth | -10/+17 |