| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2024-07-07 | Update hover test fixture | Lukas Wirth | -3/+14 |
| 2024-07-07 | Move parser test generation to xtask | Lukas Wirth | -18/+50 |
| 2024-07-07 | Allow new clippy lint in test | Lukas Wirth | -0/+1 |
| 2024-07-07 | Fix stop_watch on linux | Lukas Wirth | -17/+29 |
| 2024-07-07 | Update generated lint definitions | Lukas Wirth | -806/+1034 |
| 2024-07-07 | Drop unused profile things | Lukas Wirth | -33/+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 | -515/+525 |
| 2024-07-06 | Auto merge of #17551 - Veykril:has-errors, r=Veykril | bors | -3/+6 |
| 2024-07-06 | Also mark InferenceResult::has_errors flag when there are error types | Lukas Wirth | -3/+6 |
| 2024-07-06 | Auto merge of #17549 - Veykril:runnables-fix, r=Veykril | bors | -113/+223 |
| 2024-07-06 | fix: Fix runnables being incorrectly constructed | Lukas Wirth | -113/+223 |
| 2024-07-06 | Auto merge of #17548 - Veykril:debug-fix, r=Veykril | bors | -11/+15 |
| 2024-07-06 | Fix passing message-format after -- in debugging | Lukas Wirth | -11/+15 |
| 2024-07-06 | Auto merge of #17547 - Veykril:runnables-env, r=Veykril | bors | -64/+102 |
| 2024-07-06 | Don't emit current dir as cwd for runnables | Lukas Wirth | -17/+22 |
| 2024-07-06 | Flatten cargoExtraArgs away from the runnable lsp extension | Lukas Wirth | -38/+19 |
| 2024-07-06 | Add environment to runnable lsp extension | Lukas Wirth | -33/+85 |
| 2024-07-06 | Auto merge of #17508 - jjoeldaniel:landing-page, r=Veykril | bors | -0/+128 |
| 2024-07-06 | Diagnose unresolved self value in path expression | Lukas Wirth | -1/+18 |
| 2024-07-04 | Disallow nested impl traits | Shoyu Vanilla | -1/+112 |
| 2024-07-03 | Auto merge of #17536 - Veykril:syntax-diags, r=Veykril | bors | -1/+8 |
| 2024-07-03 | fix: Don't emit semantic diagnostics in files with a lot of syntax errors | Lukas Wirth | -1/+8 |
| 2024-07-03 | Fix up the syntax tree for macro 2.0 | Lukas Wirth | -161/+218 |
| 2024-07-03 | Skip match exhaustiveness checking if pattern type contains errors | Lukas Wirth | -0/+3 |
| 2024-07-02 | Move lifetimes in front of type and const params but after self | Lukas Wirth | -124/+120 |
| 2024-07-02 | Make GenericParams::lifetimes private | Lukas Wirth | -14/+12 |
| 2024-07-02 | Make GenericParams::where_predicates private | Lukas Wirth | -8/+12 |
| 2024-07-02 | Make GenericParams::type_or_consts private | Lukas Wirth | -233/+239 |
| 2024-07-02 | Fix lifetime parameters moving paramter defaults | Lukas Wirth | -68/+113 |
| 2024-07-02 | squash. | Shohei Wada | -11/+233 |
| 2024-07-01 | Improve error message when the proc-macro server unexpectedly exits | Lukas Wirth | -37/+79 |
| 2024-07-01 | Auto merge of #17495 - listochkin:pass-cargo-extra-args-for-debugger, r=Veykril | bors | -2/+3 |