| Age | Commit message (Expand) | Author | Lines |
| 2024-12-09 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -1233/+1824 |
| 2024-12-09 | Rollup merge of #134050 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -1163/+1755 |
| 2024-12-09 | Rollup merge of #134046 - lqd:new-solver-hangs, r=compiler-errors | Matthias Krüger | -5/+12 |
| 2024-12-09 | Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillot | Matthias Krüger | -65/+57 |
| 2024-12-08 | Auto merge of #134039 - matthiaskrgr:rollup-ix8kdg1, r=matthiaskrgr | bors | -38/+136 |
| 2024-12-08 | fix: Map new replacement nodes to their mutable equivalents in `SyntaxEditor` | Giga Bowser | -20/+22 |
| 2024-12-08 | improve `--compare-mode` error handling | Rémy Rakic | -5/+12 |
| 2024-12-08 | Auto merge of #133134 - Walnut356:synth_prov, r=Mark-Simulacrum | bors | -1/+22 |
| 2024-12-08 | Downgrade cc | clubby789 | -2/+2 |
| 2024-12-08 | Rollup merge of #133733 - jyn514:compiletest-diffs, r=jieyouxu | Matthias Krüger | -35/+119 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -3/+17 |
| 2024-12-08 | handle cygwin environments in `install::sanitize_sh` | onur-ozkan | -12/+13 |
| 2024-12-08 | implement `TargetSelection::is_cygwin` function | onur-ozkan | -0/+6 |
| 2024-12-08 | Fix a test that didn't test what it should | Chayim Refael Friedman | -47/+49 |
| 2024-12-08 | fix build | Ralf Jung | -2/+2 |
| 2024-12-08 | Merge pull request #18633 from ChayimFriedman2/unify-fn | Lukas Wirth | -1/+21 |
| 2024-12-08 | Merge from rustc | The Miri Cronjob Bot | -25/+27 |
| 2024-12-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-08 | Auto merge of #133988 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -0/+1 |
| 2024-12-07 | Coerce two `FnDef`s to fn pointers even if they are the same, if they are sub... | Chayim Refael Friedman | -1/+21 |
| 2024-12-07 | add weak memory consistency test for mixing SC accesses and fences | Ralf Jung | -0/+30 |
| 2024-12-07 | Watch for user config ratoml | Ali Bektas | -37/+94 |
| 2024-12-07 | Merge pull request #18575 from Giga-Bowser/flip-assists | Lukas Wirth | -87/+217 |
| 2024-12-07 | Merge pull request #18630 from Veykril/push-ystzsxpywnxn | Lukas Wirth | -19/+37 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -25/+27 |
| 2024-12-07 | fmt | The Miri Cronjob Bot | -15/+10 |
| 2024-12-07 | Merge from rustc | The Miri Cronjob Bot | -1211/+2197 |
| 2024-12-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-12-07 | compiletest: show the difference between the normalized output and the actual... | jyn | -35/+119 |
| 2024-12-07 | Move more tests into `tests/ui/link-native-libs` | Zalathar | -6/+6 |
| 2024-12-06 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-07 | squashing: recommend --keep-base when squashing without a conflict (#2157) | Ralf Jung | -8/+14 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -5/+0 |
| 2024-12-06 | Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=notriddle | Matthias Krüger | -13/+0 |
| 2024-12-06 | Rollup merge of #133875 - onur-ozkan:early-return-rustfmt, r=jieyouxu | Matthias Krüger | -11/+26 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-06 | remove a no-longer-needed work-around | Ralf Jung | -6/+2 |
| 2024-12-06 | add test | Ralf Jung | -1/+41 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -3/+5 |
| 2024-12-06 | Remove all threading through of ErrorGuaranteed from the driver | bjorn3 | -52/+38 |
| 2024-12-06 | Store a single copy of the error registry in DiagCtxt | bjorn3 | -13/+19 |
| 2024-12-06 | Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay | bors | -10/+4 |
| 2024-12-06 | Temporarily disable completion resolve support for neovim | Lukas Wirth | -3/+7 |
| 2024-12-06 | Temporarily disable completion resolve support for helix | Lukas Wirth | -19/+33 |
| 2024-12-06 | Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3 | bors | -0/+2 |
| 2024-12-06 | Merge pull request #18629 from Veykril/push-wlsvxwomumpp | Lukas Wirth | -21/+29 |
| 2024-12-06 | Highlight right angle as part of fat arrow in macro rules arm | Lukas Wirth | -21/+29 |
| 2024-12-06 | Merge pull request #18628 from Veykril/push-sqpymrtxysmw | Lukas Wirth | -29/+69 |