about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-21coverage: Add a test that uses `#[bench]`Zalathar-0/+33
2024-01-21Auto merge of #120187 - Nadrieril:rollup-xfwrb0c, r=Nadrierilbors-421/+1687
2024-01-21Rollup merge of #120084 - weihanglo:pkgid-spec, r=Mark-SimulacrumNadrieril-2/+14
2024-01-21Rollup merge of #120027 - Nadrieril:remove-ty-copy-bound, r=compiler-errorsNadrieril-31/+32
2024-01-21Rollup merge of #120015 - Zalathar:format, r=dtolnayNadrieril-218/+282
2024-01-21Rollup merge of #119996 - joboet:move_pal_os_str, r=ChrisDentonNadrieril-21/+13
2024-01-21Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiaskoNadrieril-107/+277
2024-01-21Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnayNadrieril-1/+36
2024-01-21Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-SimulacrumNadrieril-26/+37
2024-01-21Rollup merge of #116090 - rmehri01:strict_integer_ops, r=m-ou-seNadrieril-15/+996
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-20Use bool instead of PartiolOrd in is_sorted_byEbbDrop-26/+37
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-20Remove Ty: Copy boundNadrieril-31/+32
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