| Age | Commit message (Expand) | Author | Lines |
| 2024-01-20 | Revert example change from PR 116392 | David Tolnay | -4/+1 |
| 2024-01-20 | Allow any expression blocks in `thread_local!` | Nikolai Vazquez | -3/+6 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -98/+105 |
| 2024-01-20 | Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrum | bors | -19/+65 |
| 2024-01-20 | Auto merge of #120170 - GuillaumeGomez:rollup-edqdf30, r=GuillaumeGomez | bors | -76/+97 |
| 2024-01-20 | Rollup merge of #120169 - sunrosa:patch-1, r=ChrisDenton | Guillaume Gomez | -1/+1 |
| 2024-01-20 | Rollup merge of #120138 - trevyn:detect-submodules-limit, r=albertlarsan68 | Guillaume Gomez | -0/+2 |
| 2024-01-20 | Rollup merge of #120116 - the8472:only-same-alignments, r=cuviper | Guillaume Gomez | -12/+15 |
| 2024-01-20 | Rollup merge of #120063 - clubby789:remove-box-handling, r=Nilstrieb | Guillaume Gomez | -21/+7 |
| 2024-01-20 | Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-dead | Guillaume Gomez | -23/+15 |
| 2024-01-20 | Rollup merge of #119997 - GuillaumeGomez:fix-stripped-impl-on-ty-alias, r=not... | Guillaume Gomez | -19/+57 |
| 2024-01-20 | Spelling fix | sunrosa | -1/+1 |
| 2024-01-20 | Auto merge of #117756 - a1phyr:hashmap_fold, r=the8472 | bors | -0/+174 |
| 2024-01-20 | Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillot | bors | -8/+10 |
| 2024-01-20 | Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillot | bors | -64/+8 |
| 2024-01-20 | Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system | John Kåre Alsaker | -8/+10 |
| 2024-01-20 | Add regression test for #119015 and update tests | Guillaume Gomez | -7/+38 |
| 2024-01-20 | Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i... | Guillaume Gomez | -12/+19 |
| 2024-01-20 | Auto merge of #120003 - Mark-Simulacrum:opt-promoted, r=davidtwco | bors | -30/+87 |
| 2024-01-20 | Auto merge of #120157 - matthiaskrgr:rollup-f0p3wkk, r=matthiaskrgr | bors | -155/+1032 |
| 2024-01-20 | Rollup merge of #120155 - compiler-errors:no-erased-when-promoting, r=aliemjay | Matthias Krüger | -5/+9 |
| 2024-01-20 | Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviper | Matthias Krüger | -9/+2 |
| 2024-01-20 | Rollup merge of #120148 - trevyn:issue-117965, r=cjgillot | Matthias Krüger | -1/+36 |
| 2024-01-20 | Rollup merge of #120135 - oli-obk:smir_private, r=celinval | Matthias Krüger | -2/+2 |
| 2024-01-20 | Rollup merge of #120132 - oli-obk:helpful_tidy, r=Mark-Simulacrum | Matthias Krüger | -6/+26 |
| 2024-01-20 | Rollup merge of #119752 - estebank:ice-ice, r=fmease | Matthias Krüger | -11/+553 |
| 2024-01-20 | Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnr | Matthias Krüger | -64/+121 |
| 2024-01-20 | Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiser | Matthias Krüger | -56/+145 |
| 2024-01-20 | Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum | Matthias Krüger | -1/+105 |
| 2024-01-20 | Rollup merge of #103730 - SOF3:nonzero-from-mut, r=Mark-Simulacrum,dtolnay | Matthias Krüger | -0/+33 |
| 2024-01-19 | Tweak the threshold for chunked swapping | AngelicosPhosphoros | -19/+65 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -108/+363 |
| 2024-01-20 | Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgr | bors | -593/+745 |
| 2024-01-20 | Don't use ReErased to detect type test promotion failed | Michael Goulet | -5/+9 |
| 2024-01-19 | perf: Don't track specific live points for promoteds | Mark Rousskov | -30/+87 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -92/+213 |
| 2024-01-19 | Update tests after rebase | Esteban Küber | -6/+238 |
| 2024-01-19 | Account for traits using self-trait by name without `dyn` | Esteban Küber | -8/+222 |
| 2024-01-19 | Avoid ICE: Check diagnostic is error before downgrading | Esteban Küber | -3/+99 |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -9/+2 |
| 2024-01-20 | Don't delete any lifetimes with bounds | trevyn | -6/+2 |
| 2024-01-19 | Assign tracking issue number for feature(nonzero_from_mut) | SOFe | -2/+2 |
| 2024-01-19 | Added assert_unsafe_precondition! check for NonZeroXxx::from_mut_unchecked | SOFe | -13/+20 |
| 2024-01-19 | Added NonZeroXxx::from_mut(_unchecked)? | SOFe | -0/+26 |
| 2024-01-20 | add test issue-117965 | trevyn | -0/+39 |
| 2024-01-19 | Split remaining offset_of features into new tracking issues | George Bateman | -10/+15 |
| 2024-01-19 | Remove feature(offset_of) from tests | George Bateman | -4/+3 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -49/+134 |
| 2024-01-19 | Increase vscode `git.detectSubmodulesLimit` | trevyn | -0/+2 |
| 2024-01-19 | Rollup merge of #120134 - oli-obk:newtype_index_private_field, r=compiler-errors | Matthias Krüger | -8/+8 |