| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | Auto merge of #115898 - onur-ozkan:config-change-tracking, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-10-01 | implement major change tracking for the bootstrap configuration | onur-ozkan | -1/+1 |
| 2023-10-01 | Auto merge of #116307 - RalfJung:miri, r=RalfJung | bors | -31/+841 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -23/+52 |
| 2023-09-30 | clippy | Ralf Jung | -2/+5 |
| 2023-09-30 | fmt | Ralf Jung | -14/+11 |
| 2023-09-30 | Merge from rustc | Ralf Jung | -37/+106 |
| 2023-09-30 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-09-30 | Auto merge of #3086 - eduardosm:x86-sse3-intrinsics, r=RalfJung | bors | -0/+737 |
| 2023-09-30 | Bump libloading to 0.8 | Samuel Thibault | -4/+4 |
| 2023-09-30 | Auto merge of #116254 - WaffleLapkin:nicen-traversal, r=cjgillot | bors | -13/+19 |
| 2023-09-30 | Implement `llvm.x86.ssse3.*` intrinsics | Eduardo Sánchez Muñoz | -146/+644 |
| 2023-09-30 | Implement `llvm.x86.sse3.*` intrinsics | Eduardo Sánchez Muñoz | -0/+239 |
| 2023-09-30 | Auto merge of #116280 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-09-30 | dont call mir.post_mono_checks in codegen | Ralf Jung | -2/+1 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -3/+56 |
| 2023-09-30 | Update cargo | Weihang Lo | -0/+0 |
| 2023-09-30 | Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbini | bors | -0/+2 |
| 2023-09-29 | Rollup merge of #116263 - ferrocene:pa-more-bare-metal-fixes, r=oli-obk | Matthias Krüger | -0/+11 |
| 2023-09-29 | Auto merge of #3093 - eduardosm:llvm.x86.sse2.pmadd.wd, r=RalfJung | bors | -0/+54 |
| 2023-09-29 | Implement the `llvm.x86.sse2.pmadd.wd` intrinsic | Eduardo Sánchez Muñoz | -0/+54 |
| 2023-09-29 | add needs-relocation-model-pic to compiletest | Pietro Albini | -0/+11 |
| 2023-09-29 | Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth | Matthias Krüger | -1/+1 |
| 2023-09-29 | Rollup merge of #116234 - RalfJung:miri, r=RalfJung | Matthias Krüger | -72/+228 |
| 2023-09-29 | Rollup merge of #116231 - DaniPopes:simpler-lint-array, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-09-29 | add FMA test that would fail with apfloat | Ralf Jung | -11/+20 |
| 2023-09-29 | add tests for '%' sign on floats | Ralf Jung | -0/+10 |
| 2023-09-28 | Reverse postorder instead of using reversed postorder | Maybe Waffle | -13/+19 |
| 2023-09-28 | Remove `rustc_lint_defs::lint_array` | DaniPopes | -2/+2 |
| 2023-09-28 | Move needless_raw_string_hashes to pedantic | Alex Macleod | -1/+1 |
| 2023-09-28 | Auto merge of #3092 - RalfJung:ui-test, r=RalfJung | bors | -2/+2 |
| 2023-09-28 | update ui_test | Ralf Jung | -2/+2 |
| 2023-09-28 | Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnay | bors | -18/+15 |
| 2023-09-28 | Merge from rustc | The Miri Conjob Bot | -4/+16 |
| 2023-09-28 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-27 | Auto merge of #109597 - cjgillot:gvn, r=oli-obk | bors | -4/+16 |
| 2023-09-27 | clippy | Ralf Jung | -2/+2 |
| 2023-09-27 | Merge from rustc | The Miri Conjob Bot | -2320/+4006 |
| 2023-09-27 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-27 | Auto merge of #116189 - weihanglo:update-cargo, r=weihanglo | bors | -2/+2 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -3/+3 |
| 2023-09-27 | Update cargo | Weihang Lo | -2/+2 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -2/+2 |
| 2023-09-26 | const-eval: make misalignment a hard error | Ralf Jung | -16/+2 |
| 2023-09-26 | Add tests for simd_shuffle{_generic} | Oli Scherer | -1/+20 |
| 2023-09-26 | Promote loongarch64-unknown-none* to Tier 2 | WANG Rui | -0/+2 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-26 | Auto merge of #116139 - flip1995:clippyup, r=Manishearth | bors | -2312/+3995 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -3/+3 |
| 2023-09-25 | Auto merge of #3085 - RalfJung:test-norm, r=RalfJung | bors | -5/+33 |