| Age | Commit message (Expand) | Author | Lines |
| 2023-09-26 | Rollup merge of #116151 - DaniPopes:rustdoc-unstable-typo, r=fmease | Matthias Krüger | -1/+1 |
| 2023-09-26 | Rollup merge of #116131 - Zoxc:cold-path-rename, r=oli-obk | Matthias Krüger | -15/+13 |
| 2023-09-26 | Rollup merge of #116099 - eduardosm:issue-79865-regression, r=oli-obk | Matthias Krüger | -0/+38 |
| 2023-09-26 | Auto merge of #116109 - Zoxc:no-dep-graph-thread, r=oli-obk | bors | -118/+68 |
| 2023-09-26 | Auto merge of #116139 - flip1995:clippyup, r=Manishearth | bors | -2324/+3995 |
| 2023-09-26 | Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errors | bors | -6/+44 |
| 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 | Rename `cold_path` to `outline` | John Kåre Alsaker | -15/+13 |
| 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 | Fix typo in rustdoc unstable features doc | DaniPopes | -1/+1 |
| 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 | Update Cargo.lock | Philipp Krones | -12/+0 |
| 2023-09-25 | Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup | Philipp Krones | -2312/+3995 |
| 2023-09-25 | Auto merge of #11563 - flip1995:rustup, r=flip1995 | bors | -503/+455 |
| 2023-09-25 | Auto merge of #116138 - RalfJung:miri, r=RalfJung | bors | -2069/+3199 |
| 2023-09-25 | Fix dogfood fallout | Philipp Krones | -3/+4 |
| 2023-09-25 | Bump nightly version -> 2023-09-25 | Philipp Krones | -1/+1 |
| 2023-09-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2360/+4047 |
| 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 | ConstParamTy: require Eq | Ralf Jung | -5/+41 |
| 2023-09-24 | fix ICE due to empty span and empty suggestions | Ralf Jung | -1/+3 |
| 2023-09-24 | Auto merge of #11552 - jonboh:ice_threshold_0_enum_variants, r=y21 | bors | -1/+8 |
| 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 |