| Age | Commit message (Expand) | Author | Lines |
| 2024-07-16 | Auto merge of #127617 - lnicola:sync-from-ra, r=lnicola | bors | -4609/+6617 |
| 2024-07-16 | Use re-exported Idx and IndexVec in pat_analysis | Laurențiu Nicola | -3/+2 |
| 2024-07-13 | Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Ma... | Jubilee | -1/+1 |
| 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 |
| 2024-07-07 | use "bootstrap" instead of "rustbuild" in comments and docs | onur-ozkan | -1/+1 |
| 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 #17547 - Veykril:runnables-env, r=Veykril | bors | -40/+39 |
| 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 | -15/+9 |
| 2024-07-06 | Add environment to runnable lsp extension | Lukas Wirth | -16/+16 |
| 2024-07-06 | Diagnose unresolved self value in path expression | Lukas Wirth | -1/+18 |
| 2024-07-05 | Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix | Michael Goulet | -8/+0 |
| 2024-07-04 | Delete `CloneAny` from `rust-analyzer`'s fork of `AnyMap` | Maybe Lapkin | -71/+0 |
| 2024-07-04 | Disallow nested impl traits | Shoyu Vanilla | -1/+112 |
| 2024-07-04 | Improve dead code analysis | mu001999 | -8/+0 |
| 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/+216 |