| Age | Commit message (Expand) | Author | Lines |
| 2024-12-11 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-12-11 | split better | MarcoIeni | -9/+105 |
| 2024-12-11 | Fix copied proc-macros not being cleaned up on exit | Lukas Wirth | -59/+49 |
| 2024-12-11 | Unload proc-macro dlls on changed timestamp | Lukas Wirth | -18/+31 |
| 2024-12-11 | Rollup merge of #134141 - compiler-errors:anon-adt, r=lqd | Jacob Pratt | -7/+1 |
| 2024-12-11 | Merge pull request #18458 from Giga-Bowser/master | Lukas Wirth | -67/+432 |
| 2024-12-11 | Merge pull request #18653 from SomeoneToIgnore/hash-completions | Lukas Wirth | -23/+134 |
| 2024-12-11 | Merge pull request #18657 from Giga-Bowser/generate-enum-variant | Lukas Wirth | -231/+522 |
| 2024-12-11 | Merge pull request #18656 from roife/fix-issue-18639 | Lukas Wirth | -15/+54 |
| 2024-12-11 | Merge pull request #4008 from JoJoDeveloping/tb-access-state-based-skipping | Ralf Jung | -1/+88 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -7/+1 |
| 2024-12-10 | Rollup merge of #134113 - jyn514:run-make-contains, r=jieyouxu | León Orell Valerian Liehr | -1/+1 |
| 2024-12-11 | feat: preserve order of parameters in extract_functions | roife | -15/+54 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -9/+8 |
| 2024-12-10 | minor: Migrate `generate_enum_variant` to `SyntaxEditor` | Giga Bowser | -229/+275 |
| 2024-12-10 | minor: Add `ty_infer` constructor to `SyntaxFactory` | Giga Bowser | -0/+8 |
| 2024-12-10 | minor: Add `whitespace` constructor to `SyntaxFactory` | Giga Bowser | -0/+4 |
| 2024-12-10 | minor: Add `item_enum` constructor to `SyntaxFactory` | Giga Bowser | -9/+242 |
| 2024-12-10 | TB: optimize accesses on large trees by ignoring subtrees if the access would... | Johannes Hostert | -7/+34 |
| 2024-12-10 | CI: update linux 4c from ubuntu 20 to ubuntu 22 | MarcoIeni | -1/+1 |
| 2024-12-10 | functionality removed from codebase (part 2) (#2160) | Tshepang Mbambo | -1/+0 |
| 2024-12-10 | fix | MarcoIeni | -0/+1 |
| 2024-12-10 | functionality removed from codebase (#2159) | Tshepang Mbambo | -1/+0 |
| 2024-12-10 | remove polymorphization | Orion Gonzalez | -74/+0 |
| 2024-12-10 | Auto merge of #134125 - fmease:rollup-u38o3ob, r=fmease | bors | -275/+190 |
| 2024-12-10 | Rollup merge of #134123 - Zalathar:json-output, r=jieyouxu,clubby789 | León Orell Valerian Liehr | -1/+1 |
| 2024-12-10 | Rollup merge of #134023 - onur-ozkan:132507, r=jieyouxu | León Orell Valerian Liehr | -12/+19 |
| 2024-12-10 | Rollup merge of #134008 - jswrenn:unsafe-fields-copy, r=compiler-errors | León Orell Valerian Liehr | -0/+1 |
| 2024-12-10 | Rollup merge of #133478 - aDotInTheVoid:finally, r=fmease | León Orell Valerian Liehr | -262/+169 |
| 2024-12-10 | CI: use free runners for x86_64-gnu-llvm jobs | MarcoIeni | -9/+33 |
| 2024-12-10 | bootstrap: Forward cargo JSON output to stout, not stderr | Zalathar | -1/+1 |
| 2024-12-10 | Address the feedback from pascalkuthe | Kirill Bulatov | -6/+21 |
| 2024-12-10 | Address the feedback from Veykril | Kirill Bulatov | -10/+10 |
| 2024-12-10 | Auto merge of #134108 - fmease:rollup-tbtwm6j, r=fmease | bors | -116/+362 |
| 2024-12-10 | run-make: Fix `assert_stderr_not_contains_regex` | jyn | -1/+1 |
| 2024-12-10 | We don't need `NonNull::as_ptr` debuginfo | Scott McMurray | -0/+5 |
| 2024-12-10 | Rollup merge of #134102 - WaffleLapkin:nix-dev-shell-fixups-2024-12-10, r=Nor... | León Orell Valerian Liehr | -8/+6 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -2/+5 |
| 2024-12-10 | Rollup merge of #133853 - onur-ozkan:use-vendor-directory-on-dist-build, r=Ko... | León Orell Valerian Liehr | -1/+11 |
| 2024-12-10 | Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton | León Orell Valerian Liehr | -105/+340 |
| 2024-12-10 | Auto merge of #133902 - Kobzol:ci-dist-arm-runner, r=MarcoIeni | bors | -5/+5 |
| 2024-12-10 | Merge pull request #18649 from roife/fix-issue-18648 | Laurențiu Nicola | -1/+27 |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -317/+220 |
| 2024-12-09 | minor: Migrate `remove_unnecessary_wrapper` to `SyntaxEditor` | Giga Bowser | -20/+63 |
| 2024-12-09 | fix: Handle the final statement in `SyntaxFactory::block_expr` properly | Giga Bowser | -6/+15 |
| 2024-12-09 | Add diagnostic fix to remove unnecessary wrapper in type mismatch | Giga Bowser | -62/+375 |
| 2024-12-10 | provide `libz.so.1` in the `nix-dev-shell` | Waffle Lapkin | -6/+4 |
| 2024-12-10 | remove instructions to git exclude files in `src/nix-dev-shell/envrc-*` | Waffle Lapkin | -2/+2 |
| 2024-12-10 | Clippy fixes | Kirill Bulatov | -5/+5 |
| 2024-12-10 | Avoid hashing completion-related ranges as those may change during /resolve q... | Kirill Bulatov | -15/+3 |