| Age | Commit message (Expand) | Author | Lines |
| 2024-07-15 | Fix incorrect encoding of literals in the proc-macro-api on version 4 | Lukas Wirth | -133/+181 |
| 2024-07-15 | Auto merge of #17559 - Veykril:tokentree, r=Veykril | bors | -428/+880 |
| 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 | -1/+1 |
| 2024-07-15 | Encode ident rawness and literal kind separately in tt::Leaf | Lukas Wirth | -410/+857 |
| 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/+72 |
| 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-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/+72 |
| 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/+534 |
| 2024-07-11 | Merge from rust-lang/rust | Laurențiu Nicola | -83/+3 |
| 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 | Auto merge of #17572 - beetrees:f16-f128, r=Veykril | bors | -61/+368 |
| 2024-07-10 | Auto merge of #17544 - MikeWalrus:inlay-hint-generic-param-name, r=Veykril | bors | -14/+385 |
| 2024-07-10 | Remove dead code in config.rs | Lukas Wirth | -13/+0 |
| 2024-07-10 | Add `f16` and `f128` support | beetrees | -61/+368 |
| 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/+398 |
| 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 | -29/+1089 |
| 2024-07-07 | Inline all the things | Lukas Wirth | -0/+1019 |
| 2024-07-07 | HasGenericArgs syntax trait | Lukas Wirth | -29/+70 |
| 2024-07-07 | Auto merge of #17523 - wada314:master, r=Veykril | bors | -11/+218 |
| 2024-07-07 | fix: Fix callHierarchy LSP violation | Lukas Wirth | -31/+187 |
| 2024-07-07 | Run codegen commands as tests if their results are commited | Lukas Wirth | -3/+3 |
| 2024-07-07 | Re-implement tidy as an xtask action | Lukas Wirth | -345/+1 |
| 2024-07-07 | Drop sourcegen | Lukas Wirth | -221/+0 |
| 2024-07-07 | Move feature-doc generation to xtask codegen | Lukas Wirth | -81/+0 |
| 2024-07-07 | Update hover test fixture | Lukas Wirth | -3/+14 |
| 2024-07-07 | Move parser test generation to xtask | Lukas Wirth | -125/+0 |
| 2024-07-07 | Allow new clippy lint in test | Lukas Wirth | -0/+1 |
| 2024-07-07 | Fix stop_watch on linux | Lukas Wirth | -5/+3 |
| 2024-07-07 | Update generated lint definitions | Lukas Wirth | -797/+1023 |
| 2024-07-07 | Drop unused profile things | Lukas Wirth | -23/+0 |
| 2024-07-07 | fix: Fix parameter completions using macro expanded source ranges | Lukas Wirth | -1/+2 |
| 2024-07-07 | Move capability querying out of the config module | Lukas Wirth | -514/+524 |