| Age | Commit message (Expand) | Author | Lines |
| 2023-07-09 | Auto merge of #113508 - matthiaskrgr:rollup-xzrp4nt, r=matthiaskrgr | bors | -63/+68 |
| 2023-07-09 | test and fix return place alias restrictions | Ralf Jung | -2/+124 |
| 2023-07-09 | Rollup merge of #113469 - JohnTitor:rm-default-free-fn, r=Amanieu | Matthias Krüger | -47/+0 |
| 2023-07-09 | Rollup merge of #113273 - hi-rustin:rustin-patch-opt-level, r=Kobzol | Matthias Krüger | -14/+64 |
| 2023-07-09 | Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simul... | Matthias Krüger | -2/+4 |
| 2023-07-09 | Auto merge of #113488 - RalfJung:miri, r=RalfJung | bors | -98/+251 |
| 2023-07-09 | Auto merge of #113306 - tgross35:debuginfo-better-output, r=Mark-Simulacrum | bors | -108/+131 |
| 2023-07-09 | Auto merge of #112235 - Kobzol:opt-dist, r=Mark-Simulacrum | bors | -1138/+1361 |
| 2023-07-09 | Port PGO/LTO/BOLT optimized build pipeline to Rust | Jakub Beránek | -1138/+1361 |
| 2023-07-09 | Use String or Int to set the opt level | hi-rustin | -14/+64 |
| 2023-07-09 | Auto merge of #113276 - Nilstrieb:rustix, r=Mark-Simulacrum | bors | -0/+2 |
| 2023-07-09 | Auto merge of #113485 - Mark-Simulacrum:bump-version, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -3/+2 |
| 2023-07-08 | Auto merge of #113484 - matthiaskrgr:rollup-goq2u0d, r=matthiaskrgr | bors | -3/+3 |
| 2023-07-08 | Auto merge of #113450 - Nilstrieb:src/bootstrap/test.rs, r=flip1995 | bors | -19/+4 |
| 2023-07-08 | Delete `to_string_in_format_args_incremental.rs` | Nilstrieb | -19/+0 |
| 2023-07-08 | Fail the build if clippy tests don't pass | Nilstrieb | -0/+4 |
| 2023-07-08 | Bump version | Mark Rousskov | -1/+1 |
| 2023-07-08 | Rollup merge of #113173 - Kobzol:ci-concurrency-group-workflow, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2023-07-08 | Rollup merge of #112931 - cbeuw:apple-zlib, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-07-08 | Auto merge of #113376 - Nilstrieb:pointer-coercions-are-not-casts-because-tha... | bors | -9/+9 |
| 2023-07-08 | Merge from rustc | The Miri Conjob Bot | -42/+22 |
| 2023-07-08 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-07 | Rollup merge of #113466 - weihanglo:update-cargo, r=weihanglo | Michael Goulet | -0/+0 |
| 2023-07-07 | Rollup merge of #113441 - RalfJung:assign-no-overlap, r=oli-obk | Michael Goulet | -0/+43 |
| 2023-07-08 | Eagerly resolve vars in predicate during coercion loop | Michael Goulet | -1/+1 |
| 2023-07-08 | Remove `default_free_fn` feature | Yuki Okushi | -47/+0 |
| 2023-07-07 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-07 | Fix failing clippy tests | Alex Macleod | -41/+21 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -9/+9 |
| 2023-07-07 | miri: check that assignments do not self-overlap | Ralf Jung | -0/+43 |
| 2023-07-07 | Auto merge of #2969 - oli-obk:run-dep, r=RalfJung | bors | -10/+11 |
| 2023-07-07 | MIRIFLAGS are already passed in the `./miri` wrapper | Oli Scherer | -5/+0 |
| 2023-07-07 | Remove a now-useless flag | Oli Scherer | -1/+0 |
| 2023-07-07 | Silence all the boilerplate around `./miri run` and `./miri run-dep` | Oli Scherer | -1/+1 |
| 2023-07-07 | Use new std::simd fn in miri tests | Jubilee Young | -1/+1 |
| 2023-07-07 | fmt | The Miri Conjob Bot | -19/+26 |
| 2023-07-07 | Merge from rustc | The Miri Conjob Bot | -1085/+1052 |
| 2023-07-07 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-07-07 | Auto merge of #112816 - Amanieu:llvm-riscv-arch, r=cuviper | bors | -0/+0 |
| 2023-07-07 | Auto merge of #112796 - Kobzol:ci-merge-msvc-cargo-tools, r=pietroalbini | bors | -9/+3 |
| 2023-07-06 | Auto merge of #112779 - Kobzol:ci-merge-llvm-14, r=pietroalbini | bors | -76/+40 |
| 2023-07-06 | Actually use `tracing` for logging | Deadbeef | -1/+1 |
| 2023-07-06 | Auto merge of #113323 - Kobzol:pgo-script-llvm-ci, r=jyn514 | bors | -2/+7 |
| 2023-07-06 | Stop parsing ui_test annotations in `run-dep` mode | Oli Scherer | -10/+17 |
| 2023-07-06 | Auto merge of #113406 - matthiaskrgr:rollup-0rprs5k, r=matthiaskrgr | bors | -2/+5 |
| 2023-07-06 | Rollup merge of #113246 - mirkootter:fix-compiletest-crash, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2023-07-06 | Rollup merge of #112295 - ForrestOfBarnes:tests-listing-format-json-windows-f... | Matthias Krüger | -1/+4 |
| 2023-07-06 | Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors | bors | -31/+35 |
| 2023-07-06 | Ignore test on apple | Oli Scherer | -0/+1 |