about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-20Spelling fixsunrosa-1/+1
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-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-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-19Rollup merge of #120134 - oli-obk:newtype_index_private_field, r=compiler-errorsMatthias Krüger-8/+8
2024-01-19Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errorsMatthias Krüger-7/+125
2024-01-19Rollup merge of #120122 - Nilstrieb:Diagnosticstriage, r=oli-obkMatthias Krüger-1/+2
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-92/+223
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-51/+36
2024-01-19Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errorsMatthias Krüger-51/+30
2024-01-19Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b...Matthias Krüger-23/+20
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-99/+211
2024-01-19Rollup merge of #117561 - tgross35:split-array, r=scottmcmMatthias Krüger-261/+90
2024-01-19Auto merge of #120123 - lcnr:sadboi-compat, r=jackh726bors-24/+46
2024-01-19Make the remaining "private" fields actually privateOli Scherer-2/+2
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-1326/+1376
2024-01-19Restrict access to the private field of newtype indexesOli Scherer-8/+8
2024-01-19Teach tidy about line/col information for malformed featuresOli Scherer-6/+26
2024-01-19Add trait obligation tracking to FulfillCtxt and expose FnCtxt in rustc_infer...Gavin Gray-64/+121
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-24/+46
2024-01-19Always use RevealAll for const eval queriesOli Scherer-108/+363