| Age | Commit message (Expand) | Author | Lines |
| 2023-12-04 | Update doctest | Eric Holk | -2/+2 |
| 2023-12-04 | Update doctest | Eric Holk | -2/+2 |
| 2023-12-05 | Consider only `#[no_mangle]` as builtin functions | DianQK | -2/+3 |
| 2023-12-04 | Remove bad merge | Eric Holk | -199/+0 |
| 2023-12-04 | Remove bad merge | Eric Holk | -199/+0 |
| 2023-12-04 | Address code review feedback | Eric Holk | -36/+53 |
| 2023-12-04 | Auto merge of #118618 - GuillaumeGomez:rollup-24ur21r, r=GuillaumeGomez | bors | -56/+116 |
| 2023-12-04 | Structured `use` suggestion on privacy error | Esteban Küber | -6/+140 |
| 2023-12-04 | Fix rebase | Esteban Küber | -3/+3 |
| 2023-12-04 | Provide more suggestions for cloning immutable bindings | Esteban Küber | -10/+196 |
| 2023-12-04 | Deduplicate some logic | Esteban Küber | -181/+161 |
| 2023-12-04 | On "this .clone() is on the reference", provide more info | Esteban Küber | -1/+158 |
| 2023-12-04 | Mark more tests as `run-rustfix` | Esteban Küber | -3/+50 |
| 2023-12-04 | Tweak output on specific case | Esteban Küber | -2/+22 |
| 2023-12-04 | Suggest cloning and point out obligation errors on move error | Esteban Küber | -65/+310 |
| 2023-12-04 | Tweak `.clone()` suggestion to work in more cases | Esteban Küber | -18/+86 |
| 2023-12-04 | Fix some broken tests | Eric Holk | -2/+2 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -3/+12 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -122/+117 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -3/+202 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -238/+442 |
| 2023-12-04 | Auto merge of #16018 - lnicola:no-debug, r=Veykril | bors | -1/+1 |
| 2023-12-04 | Disable debuginfo again | Laurențiu Nicola | -1/+1 |
| 2023-12-04 | Auto merge of #15959 - Veykril:macro-shower3, r=lnicola | bors | -4166/+5364 |
| 2023-12-04 | Rollup merge of #118600 - GuillaumeGomez:fields-heading, r=notriddle | Guillaume Gomez | -1/+29 |
| 2023-12-04 | Rollup merge of #118591 - RalfJung:portable-simd-build-fix, r=workingjubilee,... | Guillaume Gomez | -1/+1 |
| 2023-12-04 | Rollup merge of #118565 - RalfJung:numeric_intrinsic, r=davidtwco | Guillaume Gomez | -46/+36 |
| 2023-12-04 | Rollup merge of #118508 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Guillaume Gomez | -8/+50 |
| 2023-12-04 | Auto merge of #16017 - lnicola:sync-from-rust, r=lnicola | bors | -1/+1 |
| 2023-12-04 | Temporarily revert delay_bug to delayed_bug change | Laurențiu Nicola | -1/+1 |
| 2023-12-04 | Merge branch 'master' into sync-from-rust | Laurențiu Nicola | -1/+5 |
| 2023-12-04 | Add a basic test for gen fn | Eric Holk | -0/+18 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+34 |
| 2023-12-04 | gate gen fn behind gen_blocks | Eric Holk | -3/+9 |
| 2023-12-04 | Lower return types for gen fn to impl Iterator | Eric Holk | -80/+167 |
| 2023-12-04 | Add genness to FnHeader | Eric Holk | -5/+26 |
| 2023-12-04 | Finish implementing `RustcInternal` for `TyKind` | Celina G. Val | -13/+186 |
| 2023-12-04 | Add Variant and a few more APIs to stable_mir | Celina G. Val | -39/+153 |
| 2023-12-04 | Fix parser ICE when recovering `dyn`/`impl` after `for<...>` | sjwang05 | -11/+23 |
| 2023-12-04 | Auto merge of #118592 - lnicola:sync-from-ra, r=lnicola | bors | -170/+821 |
| 2023-12-04 | Insert fn call parens only if the parens inserted around field name | dfireBird | -6/+31 |
| 2023-12-04 | Update books | rustbot | -0/+0 |
| 2023-12-04 | Don't include destruction scopes in THIR | Matthew Jasper | -468/+235 |
| 2023-12-04 | Use default params until effects in desugaring | Deadbeef | -6/+44 |
| 2023-12-04 | Auto merge of #118602 - TaKO8Ki:rollup-njcouns, r=TaKO8Ki | bors | -209/+854 |
| 2023-12-04 | Avoid adding compiler-used functions to `symbols.o` | DianQK | -2/+27 |
| 2023-12-04 | Auto merge of #118597 - lnicola:cargotest-no-branch, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-12-04 | Rollup merge of #118586 - gurry:118571-improve-slice-doc-example, r=thomcc | Takayuki Maeda | -5/+5 |
| 2023-12-04 | Rollup merge of #118573 - petrochenkov:pathdatakind, r=TaKO8Ki | Takayuki Maeda | -132/+133 |
| 2023-12-04 | Rollup merge of #118551 - RalfJung:extern-types-bugs, r=compiler-errors | Takayuki Maeda | -0/+22 |