| Age | Commit message (Expand) | Author | Lines |
| 2024-02-11 | fmt | The Miri Conjob Bot | -2/+8 |
| 2024-02-11 | Merge from rustc | The Miri Conjob Bot | -2643/+2266 |
| 2024-02-12 | Fix suggestion span for ?Sized | OdenShirataki | -7/+64 |
| 2024-02-11 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-11 | Auto merge of #120232 - c272:json-buildstd, r=Mark-Simulacrum | bors | -38/+45 |
| 2024-02-10 | Auto merge of #117206 - cjgillot:jump-threading-default, r=tmiasko | bors | -1286/+466 |
| 2024-02-10 | Auto merge of #119614 - RalfJung:const-refs-to-static, r=oli-obk | bors | -518/+750 |
| 2024-02-10 | manually bless an aarch64 test | Ralf Jung | -10/+22 |
| 2024-02-10 | rebless after rebase | Ralf Jung | -2/+36 |
| 2024-02-10 | detect consts that reference extern statics | Ralf Jung | -51/+97 |
| 2024-02-10 | validation: descend from consts into statics | Ralf Jung | -212/+334 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -524/+542 |
| 2024-02-10 | Auto merge of #120877 - matthiaskrgr:rollup-j1b8mv6, r=matthiaskrgr | bors | -529/+225 |
| 2024-02-10 | Rollup merge of #120870 - Zalathar:allow-min-spec, r=oli-obk | Matthias Krüger | -14/+25 |
| 2024-02-10 | Rollup merge of #120866 - Zalathar:no-min-spec, r=compiler-errors | Matthias Krüger | -5/+0 |
| 2024-02-10 | Rollup merge of #120865 - saethlin:missing-o-files, r=nnethercote | Matthias Krüger | -1/+11 |
| 2024-02-10 | Rollup merge of #120859 - nnethercote:fix-120856, r=oli-obk | Matthias Krüger | -1/+28 |
| 2024-02-10 | Rollup merge of #120823 - LegionMammal978:clarify-atomic-align, r=RalfJung | Matthias Krüger | -1/+10 |
| 2024-02-10 | Rollup merge of #120764 - Alfriadox:master, r=m-ou-se | Matthias Krüger | -1/+14 |
| 2024-02-10 | Rollup merge of #120719 - compiler-errors:no-dyn-atb, r=lcnr | Matthias Krüger | -429/+91 |
| 2024-02-10 | Rollup merge of #117614 - RalfJung:static-mut-refs, r=davidtwco,oli-obk | Matthias Krüger | -77/+46 |
| 2024-02-10 | Auto merge of #120771 - oli-obk:useless_non_ensure_query_call, r=davidtwco | bors | -2/+2 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -261/+704 |
| 2024-02-10 | Remove unnecessary `min_specialization` after bootstrap | Zalathar | -11/+11 |
| 2024-02-10 | Allow restricted trait impls in macros with `min_specialization` | Zalathar | -3/+14 |
| 2024-02-10 | Auto merge of #3293 - rust-lang:rustup-2024-02-10, r=saethlin | bors | -6848/+14500 |
| 2024-02-10 | fmt | The Miri Conjob Bot | -1/+1 |
| 2024-02-10 | Merge from rustc | The Miri Conjob Bot | -6847/+14499 |
| 2024-02-10 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -42/+189 |
| 2024-02-10 | Auto merge of #120721 - onur-ozkan:incorrect-llvm-path-on-cross-target, r=alb... | bors | -3/+24 |
| 2024-02-10 | Remove unused fn | Michael Goulet | -6/+0 |
| 2024-02-10 | Add a helpful suggestion | Michael Goulet | -57/+43 |
| 2024-02-09 | Change wording | Venus Xeon-Blonde | -7/+6 |
| 2024-02-10 | No more associated type bounds in dyn trait | Michael Goulet | -373/+55 |
| 2024-02-10 | Remove unnecessary `#![feature(min_specialization)]` | Zalathar | -5/+0 |
| 2024-02-09 | Turn the "no saved object file in work product" ICE into a translatable fatal... | Ben Kimock | -1/+11 |
| 2024-02-10 | Auto merge of #120862 - matthiaskrgr:rollup-jzfab58, r=matthiaskrgr | bors | -524/+565 |
| 2024-02-10 | Rollup merge of #120853 - blyxyas:no-collect, r=cjgillot | Matthias Krüger | -6/+3 |
| 2024-02-10 | Rollup merge of #120850 - petrochenkov:empimpres, r=cjgillot | Matthias Krüger | -1/+26 |
| 2024-02-10 | Rollup merge of #120846 - petrochenkov:jobs, r=oli-obk | Matthias Krüger | -5/+8 |
| 2024-02-10 | Rollup merge of #120629 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -22/+2 |
| 2024-02-10 | Rollup merge of #120596 - GuillaumeGomez:jump-to-def-non-local-link, r=notrid... | Matthias Krüger | -79/+219 |
| 2024-02-10 | Rollup merge of #120584 - compiler-errors:u, r=lcnr | Matthias Krüger | -411/+307 |
| 2024-02-10 | Loosen an assertion to account for stashed errors. | Nicholas Nethercote | -1/+28 |
| 2024-02-09 | Remove ConstGoto and SeparateConstSwitch. | Camille GILLOT | -733/+125 |
| 2024-02-09 | Enable by default. | Camille GILLOT | -553/+341 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -872/+4726 |
| 2024-02-09 | Move some tests | Caio | -22/+2 |
| 2024-02-09 | tidy | blyxyas | -4/+1 |