| Age | Commit message (Expand) | Author | Lines |
| 2023-09-26 | Add tests for simd_shuffle{_generic} | Oli Scherer | -1/+20 |
| 2023-09-25 | Auto merge of #3085 - RalfJung:test-norm, r=RalfJung | bors | -5/+33 |
| 2023-09-25 | Auto merge of #3083 - saethlin:gc-history, r=oli-obk | bors | -0/+27 |
| 2023-09-25 | fix normalization in backtrace-api tests | Ralf Jung | -5/+33 |
| 2023-09-25 | Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJung | bors | -64/+165 |
| 2023-09-25 | Explain single element vector | Oli Scherer | -0/+2 |
| 2023-09-25 | Document new env var | Oli Scherer | -0/+2 |
| 2023-09-25 | remove some dead code | Ralf Jung | -51/+1 |
| 2023-09-25 | Auto merge of #3075 - eduardosm:x86-addcarry-subborrow, r=RalfJung | bors | -1789/+1948 |
| 2023-09-25 | Use `cfg` gates in x86 SSE and SSE2 tests | Eduardo Sánchez Muñoz | -1752/+1762 |
| 2023-09-25 | Implement `llvm.x86.subborrow.32` and `llvm.x86.subborrow.64` | Eduardo Sánchez Muñoz | -0/+68 |
| 2023-09-25 | Fix the carry semantics of `_addcarry_u32` and `_addcarry_u64` | Eduardo Sánchez Muñoz | -8/+21 |
| 2023-09-25 | Implement `llvm.x86.addcarry.32` by refactoring `llvm.x86.addcarry.64` to mak... | Eduardo Sánchez Muñoz | -16/+45 |
| 2023-09-25 | Move `llvm.x86.*` implementations into `shims::x86` | Eduardo Sánchez Muñoz | -36/+75 |
| 2023-09-24 | GC the Stacked Borrows allocation history | Ben Kimock | -0/+27 |
| 2023-09-24 | Put AVX512 tests together | Eduardo Sánchez Muñoz | -126/+85 |
| 2023-09-24 | Complete miri test. | Camille GILLOT | -3/+16 |
| 2023-09-24 | Do not assume anything about repeated reification of generic functions. | Camille GILLOT | -1/+0 |
| 2023-09-24 | fmt | The Miri Conjob Bot | -2/+2 |
| 2023-09-24 | Merge from rustc | The Miri Conjob Bot | -7/+8 |
| 2023-09-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-23 | Merge from rustc | The Miri Conjob Bot | -25/+25 |
| 2023-09-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-23 | Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkin | bors | -7/+8 |
| 2023-09-23 | Auto merge of #3072 - eduardosm:llvm.ctpop, r=saethlin | bors | -0/+280 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -7/+8 |
| 2023-09-22 | Bump ui_test crate | Oli Scherer | -39/+61 |
| 2023-09-22 | Allow limiting the number of threads running in parallel | Oli Scherer | -1/+5 |
| 2023-09-22 | Bump ui_test crate | Oli Scherer | -1/+1 |
| 2023-09-22 | Move `fail` tests that need dependencies into their own folder, so that wasm ... | Oli Scherer | -0/+6 |
| 2023-09-22 | Bump ui test crate | Oli Scherer | -50/+115 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -25/+25 |
| 2023-09-22 | Auto merge of #3074 - rust-lang:rustup-2023-09-22, r=RalfJung | bors | -110/+97 |
| 2023-09-22 | clippy | Ralf Jung | -2/+0 |
| 2023-09-22 | fmt | The Miri Conjob Bot | -25/+15 |
| 2023-09-22 | Merge from rustc | The Miri Conjob Bot | -97/+96 |
| 2023-09-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-22 | run the cron job a bit earlier | Ralf Jung | -1/+1 |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -25/+25 |
| 2023-09-21 | Implement `llvm.ctpop.v*` intrinsics | Eduardo Sánchez Muñoz | -0/+280 |
| 2023-09-21 | Auto merge of #3071 - RalfJung:deprecate-disable-abi, r=oli-obk,saethlin | bors | -1/+13 |
| 2023-09-21 | Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obk | bors | -97/+96 |
| 2023-09-21 | Auto merge of #3069 - rust-lang:rustup-2023-09-21, r=RalfJung | bors | -566/+373 |
| 2023-09-21 | deprecate -Zmiri-disable-abi-check | Ralf Jung | -1/+13 |
| 2023-09-21 | fix clippy lints | Ralf Jung | -7/+4 |
| 2023-09-21 | remove atty dependency by updating colored | Ralf Jung | -26/+6 |
| 2023-09-21 | disable no-merges check for now | Ralf Jung | -2/+3 |
| 2023-09-21 | update lockfile | Ralf Jung | -11/+47 |
| 2023-09-21 | fmt | The Miri Conjob Bot | -4/+1 |
| 2023-09-21 | Merge from rustc | The Miri Conjob Bot | -523/+320 |