| Age | Commit message (Expand) | Author | Lines |
| 2022-12-12 | Auto merge of #105592 - matthiaskrgr:rollup-1cazogq, r=matthiaskrgr | bors | -1/+1 |
| 2022-12-12 | make eval_libc functions ICE on any problem | Ralf Jung | -179/+200 |
| 2022-12-12 | make flag checks reobust against multi-bit flags | Ralf Jung | -11/+14 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -11/+15 |
| 2022-12-11 | Move tests | Caio | -1/+1 |
| 2022-12-11 | add provenance-related test | Ralf Jung | -0/+7 |
| 2022-12-12 | Add batch flag to remote-test-server | Ayush Singh | -13/+36 |
| 2022-12-11 | add support for variable page sizes to miri | Nia Espera | -16/+78 |
| 2022-12-11 | Merge from rustc | Ralf Jung | -85/+92 |
| 2022-12-11 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-10 | Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obk | Matthias Krüger | -1/+0 |
| 2022-12-10 | Rollup merge of #105516 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -0/+6 |
| 2022-12-10 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -1/+0 |
| 2022-12-09 | Auto merge of #2719 - RalfJung:rustup, r=RalfJung | bors | -182/+806 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -4/+2 |
| 2022-12-09 | fmt and clippy | Ralf Jung | -9/+20 |
| 2022-12-09 | Merge from rustc | Ralf Jung | -183/+796 |
| 2022-12-09 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-09 | Rollup merge of #105470 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -4/+2 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -80/+84 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -0/+6 |
| 2022-12-08 | add graceful shim for the custom `O_TMPFILE` linux file opening flag plus tes... | Pointerbender | -1/+40 |
| 2022-12-08 | Fix #10021 | Samuel Moelius | -4/+2 |
| 2022-12-08 | Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obk | Matthias Krüger | -179/+239 |
| 2022-12-07 | Make -Zsimulate-remapped-rust-src-base reproducible on CI | Oli Scherer | -0/+2 |
| 2022-12-06 | Emit full spans in miri | Oli Scherer | -3/+2 |
| 2022-12-06 | Bless after rebase | Oli Scherer | -4/+4 |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -420/+423 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -492/+492 |
| 2022-12-06 | Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelix | Matthias Krüger | -0/+553 |
| 2022-12-06 | Stacked Borrows: factor the logic determining the new permissions on retag in... | Ralf Jung | -167/+187 |
| 2022-12-06 | make retagging work even with 'unstable' places | Ralf Jung | -32/+72 |
| 2022-12-06 | Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514 | Yuki Okushi | -4/+4 |
| 2022-12-05 | Merge from rustc | Ralf Jung | -13/+76 |
| 2022-12-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2022-12-05 | Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrum | bors | -1/+2 |
| 2022-12-04 | Fix --pass in compiletest | Jakob Degen | -4/+4 |
| 2022-12-03 | Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgr | bors | -907/+1075 |
| 2022-12-03 | for now, do not do fake reads on non-Unpin mutable references | Ralf Jung | -54/+14 |
| 2022-12-03 | add test for self-referential future | Ralf Jung | -0/+102 |
| 2022-12-03 | Rollup merge of #105214 - RalfJung:miri, r=RalfJung | Matthias Krüger | -907/+1073 |
| 2022-12-03 | Rollup merge of #105153 - oli-obk:fail_faster, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-12-03 | Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiser | bors | -12/+13 |
| 2022-12-03 | clippy | Ralf Jung | -42/+15 |
| 2022-12-03 | Auto merge of #105196 - JohnTitor:rollup-8rxqnq6, r=JohnTitor | bors | -0/+59 |
| 2022-12-03 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-02 | Merge from rustc | Ralf Jung | -1998/+4395 |