| Age | Commit message (Expand) | Author | Lines |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -46/+55 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -272/+632 |
| 2024-06-30 | Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxu | bors | -0/+142 |
| 2024-06-29 | Rollup merge of #127122 - TDecking:div_ceil, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-06-29 | Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu | Matthias Krüger | -3/+35 |
| 2024-06-29 | Rollup merge of #127114 - linyihai:issue-126863, r=Nadrieril | Matthias Krüger | -33/+50 |
| 2024-06-29 | Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errors | Matthias Krüger | -11/+127 |
| 2024-06-29 | Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics... | Matthias Krüger | -14/+34 |
| 2024-06-29 | Rollup merge of #127081 - Kobzol:lld-test, r=onur-ozkan | Matthias Krüger | -2/+32 |
| 2024-06-29 | Rollup merge of #127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkan | Matthias Krüger | -25/+212 |
| 2024-06-29 | Rollup merge of #126960 - Kobzol:tidy-venv-message, r=tgross35 | Matthias Krüger | -4/+3 |
| 2024-06-29 | Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errors | Matthias Krüger | -179/+138 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -1567/+2225 |
| 2024-06-29 | Auto merge of #126801 - Oneirical:seek-and-testroy, r=Kobzol | bors | -78/+165 |
| 2024-06-29 | Avoid suggesting to add unsafe when the extern block is already unsafe | Santiago Pastorino | -13/+13 |
| 2024-06-29 | Autolabel `rustc-perf-wrapper` changes with t-bootstrap label | Jakub Beránek | -0/+1 |
| 2024-06-29 | Review changes | Jakub Beránek | -3/+3 |
| 2024-06-29 | Auto merge of #127121 - GuillaumeGomez:rollup-xjjjckn, r=GuillaumeGomez | bors | -124/+203 |
| 2024-06-29 | Remove uneccessary condition in `div_ceil` | Tobias Decking | -1/+1 |
| 2024-06-29 | Rollup merge of #127116 - GuillaumeGomez:run-make-return-non-c-like-enum, r=K... | Guillaume Gomez | -9/+18 |
| 2024-06-29 | Rollup merge of #127112 - ChrisDenton:lldb, r=Kobzol | Guillaume Gomez | -12/+14 |
| 2024-06-29 | Rollup merge of #127073 - Sky9x:unnecessary-seqcst, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2024-06-29 | Rollup merge of #127072 - Sky9x:docs-includes-vs-does-include, r=scottmcm | Guillaume Gomez | -4/+4 |
| 2024-06-29 | Rollup merge of #127041 - GuillaumeGomez:run-make-override-aliased-flags, r=K... | Guillaume Gomez | -24/+24 |
| 2024-06-29 | Rollup merge of #126995 - Oneirical:test-friends-forever, r=Kobzol | Guillaume Gomez | -31/+75 |
| 2024-06-29 | Rollup merge of #126805 - Oneirical:weaves-of-testiny, r=Kobzol | Guillaume Gomez | -43/+67 |
| 2024-06-29 | fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer | Lin Yihai | -33/+50 |
| 2024-06-29 | Auto merge of #127119 - RalfJung:miri-sync, r=RalfJung | bors | -417/+906 |
| 2024-06-29 | Show `used attribute`'s kind for user when find it isn't applied to a `static... | surechen | -3/+35 |
| 2024-06-29 | Move crash test. | Camille GILLOT | -1/+2 |
| 2024-06-29 | Move entry point to a method. | Camille GILLOT | -37/+42 |
| 2024-06-29 | Avoid cloning state when possible. | Camille GILLOT | -6/+8 |
| 2024-06-29 | Stop ICEing on impossible predicates. | Camille GILLOT | -2/+3 |
| 2024-06-29 | Migrate `run-make/return-non-c-like-enum` to `rmake.rs` | Guillaume Gomez | -9/+18 |
| 2024-06-29 | Auto merge of #3723 - RalfJung:win-tls-callback, r=RalfJung | bors | -8/+43 |
| 2024-06-29 | iter_exported_symbols: also walk used statics in local crate | Ralf Jung | -8/+43 |
| 2024-06-29 | Migrate `run-make/override-aliased-flags` to `rmake.rs` | Guillaume Gomez | -24/+24 |
| 2024-06-29 | Auto merge of #127111 - matthiaskrgr:rollup-ybzkuuv, r=matthiaskrgr | bors | -941/+1156 |
| 2024-06-29 | Add a run-make test that LLD is not being used by default on the x64 beta/sta... | Jakub Beránek | -2/+32 |
| 2024-06-29 | Update test.rs | Chris Denton | -15/+13 |
| 2024-06-29 | crashes: add more tests | Matthias Krüger | -0/+142 |
| 2024-06-29 | Auto merge of #3721 - rust-lang:rustup-2024-06-29, r=RalfJung | bors | -1220/+4584 |
| 2024-06-29 | Don't get output if `lldb --version` errors | Chris Denton | -0/+4 |
| 2024-06-29 | Rollup merge of #127108 - onur-ozkan:bin-helper, r=Kobzol | Matthias Krüger | -117/+166 |
| 2024-06-29 | Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmease | Matthias Krüger | -40/+204 |
| 2024-06-29 | Rollup merge of #127102 - tmandry:rename-fuchsia-builder, r=Kobzol | Matthias Krüger | -19/+15 |
| 2024-06-29 | Rollup merge of #127101 - matthiaskrgr:thonk, r=compiler-errors | Matthias Krüger | -5/+0 |
| 2024-06-29 | Rollup merge of #127075 - glaubitz:copy-and-paste-fix, r=SparrowLii | Matthias Krüger | -9/+7 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -97/+71 |
| 2024-06-29 | Rollup merge of #126953 - joboet:lazy_key, r=jhpratt | Matthias Krüger | -128/+115 |