| Age | Commit message (Expand) | Author | Lines |
| 2023-09-26 | Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp... | bors | -1/+158 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -8/+169 |
| 2023-09-26 | Auto merge of #116080 - estebank:issue-115905-2, r=compiler-errors | bors | -55/+322 |
| 2023-09-25 | Use verbose suggestion for `break` without value | Esteban Küber | -56/+76 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -44/+72 |
| 2023-09-25 | Handle all arbitrary `loop` nesting in `break` type errors | Esteban Küber | -8/+137 |
| 2023-09-25 | Auto merge of #115704 - nebulark:s_object, r=nagisa | bors | -6/+29 |
| 2023-09-25 | Auto merge of #116070 - eduardosm:IoSlice-advance_slices-checked_add, r=Mark-... | bors | -16/+19 |
| 2023-09-25 | Account for more cases of nested `loop`s for `break` type mismatches | Esteban Küber | -18/+78 |
| 2023-09-25 | Pass name of object file to LLVM so it can correctly emit S_OBJNAME | Florian Schmiderer | -6/+29 |
| 2023-09-25 | Auto merge of #113396 - lenko-d:dont_ICE_when_no_bound_vars_for_lifetime_bind... | bors | -16/+53 |
| 2023-09-25 | Handle yet another case of `break` type mismatch | Esteban Küber | -2/+10 |
| 2023-09-25 | Point at previous breaks that have the expected type | Esteban Küber | -3/+53 |
| 2023-09-25 | Auto merge of #116147 - compiler-errors:jq, r=dtolnay | bors | -1/+1 |
| 2023-09-25 | Fix jq in CI | Michael Goulet | -1/+1 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -44/+72 |
| 2023-09-25 | Auto merge of #116029 - chenx97:mipsr6-update-crates, r=Mark-Simulacrum | bors | -66/+27 |
| 2023-09-25 | Auto merge of #116138 - RalfJung:miri, r=RalfJung | bors | -2069/+3199 |
| 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 | Auto merge of #116078 - eduardosm:closure-inherit-target-feature, r=Mark-Simu... | bors | -0/+58 |
| 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 | Added additional visit steps to visit_generic_param() in order to avoid ICE o... | Lenko Donchev | -16/+53 |
| 2023-09-25 | Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrum | bors | -1/+4 |
| 2023-09-25 | Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrum | bors | -8/+14 |
| 2023-09-24 | Auto merge of #116117 - cjgillot:drop-tracking-mir-noscope, r=compiler-errors | bors | -173/+84 |
| 2023-09-24 | Auto merge of #115911 - nebulark:refactor_targetmachine, r=Nilstrieb | bors | -40/+148 |
| 2023-09-24 | Add a test for printing literals via `proc-macro` | Maybe Waffle | -0/+149 |
| 2023-09-24 | Fix `.to_string()` of `proc_macro::Literal` (properly print cstr literals) | Maybe Waffle | -1/+9 |
| 2023-09-24 | Add OwnedTargetMachine to manage llvm:TargetMachine. Uses pointers | Florian Schmiderer | -40/+148 |
| 2023-09-24 | Auto merge of #116120 - GuillaumeGomez:regression-102467, r=compiler-errors | bors | -0/+24 |
| 2023-09-24 | Auto merge of #116116 - Nilstrieb:gate-all-__SECRET_INTERNALS_DO_NOT_USE_OR_Y... | bors | -9/+15 |
| 2023-09-24 | Auto merge of #116069 - compiler-errors:debug-tuple, r=Nilstrieb | bors | -14/+10 |
| 2023-09-24 | Add assembly test to make sure that inlining works as expected when closures ... | Eduardo Sánchez Muñoz | -0/+58 |
| 2023-09-24 | tidy: remove io-lifetimes from the dependency list | chenx97 | -1/+0 |
| 2023-09-24 | deps: update rustix and linux-raw-sys for MIPS R6 | chenx97 | -65/+27 |
| 2023-09-24 | Add regression test for #102467 | Guillaume Gomez | -0/+24 |
| 2023-09-24 | Auto merge of #116076 - chriswailes:android-riscv-extension-update, r=cjgillot | bors | -1/+1 |
| 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 #105861 - Ayush1325:uefi-std-minimial, r=workingjubilee | bors | -21/+957 |
| 2023-09-24 | Remove span from BrAnon. | Camille GILLOT | -107/+76 |
| 2023-09-24 | Remove dead code. | Camille GILLOT | -66/+8 |
| 2023-09-24 | Add comment about RTN feature gating | Nilstrieb | -0/+3 |
| 2023-09-24 | Rename the legacy feature gating macro | Nilstrieb | -9/+12 |