| Age | Commit message (Expand) | Author | Lines |
| 2023-10-04 | Auto merge of #3105 - RalfJung:sysroot-target, r=RalfJung | bors | -1/+4 |
| 2023-10-04 | miri-script: print which sysroot target we are building | Ralf Jung | -1/+4 |
| 2023-10-04 | auto-detect no_std where possible | Ralf Jung | -19/+22 |
| 2023-10-05 | Fix typo in attrs.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -19/+22 |
| 2023-10-04 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-03 | wording tweaks | Ralf Jung | -2/+2 |
| 2023-10-03 | Fix typos `*ucom` → `ucom*` | Eduardo Sánchez Muñoz | -2/+2 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -0/+1 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -19/+22 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -0/+0 |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -0/+0 |
| 2023-10-02 | subtyping_projections | ouz-a | -0/+1 |
| 2023-10-02 | Rollup merge of #114453 - Kobzol:ci-group-stdout, r=onur-ozkan | Tyler Mandry | -3/+3 |
| 2023-10-02 | add test for a function ABI mismatch due to target features | Ralf Jung | -0/+50 |
| 2023-10-02 | Add artifact size and step duration summaries from `opt-dist` to github job s... | Jakub Beránek | -28/+94 |
| 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 |