| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #3084 - RalfJung:deadcode, r=RalfJung | bors | -51/+1 |
| 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 | Auto merge of #3081 - eduardosm:avx512-tests, r=RalfJung | bors | -126/+85 |
| 2023-09-24 | Put AVX512 tests together | Eduardo Sánchez Muñoz | -126/+85 |
| 2023-09-24 | Auto merge of #3079 - rust-lang:rustup-2023-09-24, r=saethlin | bors | -8719/+1389 |
| 2023-09-24 | fmt | The Miri Conjob Bot | -2/+2 |
| 2023-09-24 | Merge from rustc | The Miri Conjob Bot | -8718/+1388 |
| 2023-09-24 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-09-24 | Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov | bors | -93/+49 |
| 2023-09-24 | Auto merge of #116112 - matthiaskrgr:rollup-s3cm2f7, r=matthiaskrgr | bors | -102/+195 |
| 2023-09-23 | Raise minimum supported tvOS version to 10.0 | BlackHoleFox | -1/+1 |
| 2023-09-23 | Raise minimum supported iOS version to 10.0 | BlackHoleFox | -49/+17 |
| 2023-09-23 | Raise minimum supported macOS to 10.12 | BlackHoleFox | -45/+33 |
| 2023-09-24 | Rollup merge of #116106 - GuillaumeGomez:migrate-gui-test-color-42, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-24 | Rollup merge of #116104 - cjgillot:calculate_debuginfo_offset, r=b-naber | Matthias Krüger | -33/+10 |
| 2023-09-24 | Rollup merge of #116086 - estebank:issue-115992, r=compiler-errors | Matthias Krüger | -35/+126 |
| 2023-09-24 | Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebank | Matthias Krüger | -6/+10 |
| 2023-09-24 | Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naber | Matthias Krüger | -27/+48 |
| 2023-09-23 | Auto merge of #112711 - Emilgardis:lit_byte_char, r=dtolnay | bors | -0/+34 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+34 |
| 2023-09-23 | Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obk | bors | -8438/+836 |
| 2023-09-23 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -1/+1 |
| 2023-09-23 | Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrum | bors | -0/+17 |
| 2023-09-23 | Reuse calculate_debuginfo_offset for fragments. | Camille GILLOT | -33/+10 |
| 2023-09-23 | Make test more robust to opts. | Camille GILLOT | -6/+4 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -333/+91 |
| 2023-09-23 | Remove useless wrapper. | Camille GILLOT | -5/+1 |
| 2023-09-23 | Remove dead error code. | Camille GILLOT | -47/+5 |
| 2023-09-23 | Bless clippy. | Camille GILLOT | -166/+87 |
| 2023-09-23 | Bless mir-opt | Camille GILLOT | -61/+90 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -918/+486 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -2513/+114 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -4891/+439 |
| 2023-09-23 | Fold lifetimes before substitution. | Camille GILLOT | -14/+14 |
| 2023-09-23 | Do not construct def_path_str for MustNotSuspend. | Camille GILLOT | -8/+29 |
| 2023-09-23 | Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillot | bors | -4/+296 |
| 2023-09-23 | Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillot | bors | -3/+31 |
| 2023-09-23 | Auto merge of #116071 - estebank:issue-115905, r=compiler-errors | bors | -10/+100 |
| 2023-09-22 | diagnostics: simpler 83556 handling by bailing out | Michael Howell | -20/+4 |
| 2023-09-23 | Auto merge of #3077 - rust-lang:rustup-2023-09-23, r=saethlin | bors | -879/+1930 |