about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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 #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-1326/+1376
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-255/+771
2024-01-19Don't add needs-triage to A-diagnosticsNilstrieb-1/+2
2024-01-19Rollup merge of #120118 - kapilsinha:patch-1, r=NilstriebMatthias Krüger-3/+3
2024-01-19Rollup merge of #120113 - WaffleLapkin:🔥-1, r=compiler-errorsMatthias Krüger-1/+0
2024-01-19Rollup merge of #120110 - invpt:patch-1, r=the8472Matthias Krüger-7/+12
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-14/+29
2024-01-19Rollup merge of #120083 - Zalathar:no-profiler, r=wesleywiserMatthias Krüger-0/+9
2024-01-19Rollup merge of #119907 - asquared31415:fn_trait_docs, r=NilstriebMatthias Krüger-8/+2
2024-01-19Rollup merge of #119138 - AngelicosPhosphoros:use_proper_atomics_in_spinlock_...Matthias Krüger-4/+9
2024-01-19Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31Matthias Krüger-21/+98
2024-01-19Rollup merge of #118798 - GnomedDev:use-atomicu8-backtrace, r=NilstriebMatthias Krüger-3/+3
2024-01-19Rollup merge of #118665 - dtolnay:signedness, r=NilstriebMatthias Krüger-1265/+1211
2024-01-19Auto merge of #120069 - Mark-Simulacrum:fast-memcpy, r=oli-obkbors-12/+19
2024-01-19Auto merge of #120076 - Mark-Simulacrum:unhash, r=cjgillotbors-6/+28
2024-01-19Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiserbors-716/+581
2024-01-18Fix typo in documentation in base.rskapilsinha-3/+3
2024-01-18Clarify docs for Vec::into_boxed_slice, Vec::shrink_to_fitinvpt-7/+12
2024-01-18Split-off the passing tests to ensure they passNadrieril-17/+24
2024-01-18Typecheck never patternsNadrieril-7/+110
2024-01-18Add testsNadrieril-30/+51
2024-01-18Remove myself from review rotationWaffle Maybe-1/+0
2024-01-18Rollup merge of #120102 - eltociear:patch-24, r=oli-obkMatthias Krüger-1/+1
2024-01-18Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkinMatthias Krüger-2/+2
2024-01-18Rollup merge of #120096 - onur-ozkan:rustc_bootstrap, r=dtolnayMatthias Krüger-8/+11
2024-01-18Rollup merge of #120094 - krasimirgg:inline-asm-llvm-18, r=nikicMatthias Krüger-14/+116
2024-01-18Rollup merge of #120037 - compiler-errors:remove-next-root-var-helper, r=lcnrMatthias Krüger-6/+2
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-195/+345
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-21/+281
2024-01-18Rollup merge of #119730 - vuittont60:master, r=GuillaumeGomezMatthias Krüger-1/+1
2024-01-18Rollup merge of #119582 - arlosi:bootstrap-vendor-remap, r=wesleywiserMatthias Krüger-7/+12
2024-01-18Auto merge of #114231 - ttsugriy:binary_search_slice, r=cjgillotbors-21/+4
2024-01-18Remove next_root_ty_varMichael Goulet-6/+2
2024-01-18Remove no-longer-needed `allow(dead_code)` from Miri testsJake Goulding-2/+2
2024-01-18Remove no-longer-needed `allow(dead_code)` from the testsJake Goulding-3/+3
2024-01-18Remove no-longer-needed `allow(dead_code)` from the standard libraryJake Goulding-1/+0
2024-01-18`dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]`Jake Goulding-8/+24
2024-01-18Set RUSTC_BOOTSTRAP=1 consistentlyonur-ozkan-8/+11
2024-01-18Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgrbors-644/+761
2024-01-19Fix typo in munmap_partial.rsIkko Eltociear Ashimine-1/+1
2024-01-18change unwrap to `?` on write where result is returnedJames Dietz-2/+2
2024-01-18Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnrbors-175/+411
2024-01-18tests/ui/asm/inline-syntax: adapt for LLVM 18Krasimir Georgiev-14/+116