about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-20Revert example change from PR 116392David Tolnay-4/+1
2024-01-20Allow any expression blocks in `thread_local!`Nikolai Vazquez-3/+6
2024-01-21Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwUbors-98/+105
2024-01-20Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrumbors-19/+65
2024-01-20Auto merge of #120170 - GuillaumeGomez:rollup-edqdf30, r=GuillaumeGomezbors-76/+97
2024-01-20Rollup merge of #120169 - sunrosa:patch-1, r=ChrisDentonGuillaume Gomez-1/+1
2024-01-20Rollup merge of #120138 - trevyn:detect-submodules-limit, r=albertlarsan68Guillaume Gomez-0/+2
2024-01-20Rollup merge of #120116 - the8472:only-same-alignments, r=cuviperGuillaume Gomez-12/+15
2024-01-20Rollup merge of #120063 - clubby789:remove-box-handling, r=NilstriebGuillaume Gomez-21/+7
2024-01-20Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-deadGuillaume Gomez-23/+15
2024-01-20Rollup merge of #119997 - GuillaumeGomez:fix-stripped-impl-on-ty-alias, r=not...Guillaume Gomez-19/+57
2024-01-20Spelling fixsunrosa-1/+1
2024-01-20Auto merge of #117756 - a1phyr:hashmap_fold, r=the8472bors-0/+174
2024-01-20Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillotbors-8/+10
2024-01-20Auto merge of #116185 - Zoxc:rem-one-thread, r=cjgillotbors-64/+8
2024-01-20Avoid code generation for ThinVec<Diagnostic>'s destructor in the query systemJohn Kåre Alsaker-8/+10
2024-01-20Add regression test for #119015 and update testsGuillaume Gomez-7/+38
2024-01-20Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i...Guillaume Gomez-12/+19
2024-01-20Auto merge of #120003 - Mark-Simulacrum:opt-promoted, r=davidtwcobors-30/+87
2024-01-20Auto merge of #120157 - matthiaskrgr:rollup-f0p3wkk, r=matthiaskrgrbors-155/+1032
2024-01-20Rollup merge of #120155 - compiler-errors:no-erased-when-promoting, r=aliemjayMatthias Krüger-5/+9
2024-01-20Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviperMatthias Krüger-9/+2
2024-01-20Rollup merge of #120148 - trevyn:issue-117965, r=cjgillotMatthias Krüger-1/+36
2024-01-20Rollup merge of #120135 - oli-obk:smir_private, r=celinvalMatthias Krüger-2/+2
2024-01-20Rollup merge of #120132 - oli-obk:helpful_tidy, r=Mark-SimulacrumMatthias Krüger-6/+26
2024-01-20Rollup merge of #119752 - estebank:ice-ice, r=fmeaseMatthias Krüger-11/+553
2024-01-20Rollup merge of #119613 - gavinleroy:expose-obligations, r=lcnrMatthias Krüger-64/+121
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-56/+145
2024-01-20Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-SimulacrumMatthias Krüger-1/+105
2024-01-20Rollup merge of #103730 - SOF3:nonzero-from-mut, r=Mark-Simulacrum,dtolnayMatthias Krüger-0/+33
2024-01-19Tweak the threshold for chunked swappingAngelicosPhosphoros-19/+65
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-108/+363
2024-01-20Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgrbors-593/+745
2024-01-20Don't use ReErased to detect type test promotion failedMichael Goulet-5/+9
2024-01-19perf: Don't track specific live points for promotedsMark Rousskov-30/+87
2024-01-20Auto merge of #116672 - maurer:128-align, r=nikicbors-92/+213
2024-01-19Update tests after rebaseEsteban Küber-6/+238
2024-01-19Account for traits using self-trait by name without `dyn`Esteban Küber-8/+222
2024-01-19Avoid ICE: Check diagnostic is error before downgradingEsteban Küber-3/+99
2024-01-19Stabilize `round_ties_even`Jules Bertholet-9/+2
2024-01-20Don't delete any lifetimes with boundstrevyn-6/+2
2024-01-19Assign tracking issue number for feature(nonzero_from_mut)SOFe-2/+2
2024-01-19Added assert_unsafe_precondition! check for NonZeroXxx::from_mut_uncheckedSOFe-13/+20
2024-01-19Added NonZeroXxx::from_mut(_unchecked)?SOFe-0/+26
2024-01-20add test issue-117965trevyn-0/+39
2024-01-19Split remaining offset_of features into new tracking issuesGeorge Bateman-10/+15
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-4/+3
2024-01-19Stabilize simple offset_ofGeorge Bateman-49/+134
2024-01-19Increase vscode `git.detectSubmodulesLimit`trevyn-0/+2
2024-01-19Rollup merge of #120134 - oli-obk:newtype_index_private_field, r=compiler-errorsMatthias Krüger-8/+8