about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-11Auto merge of #88857 - workingjubilee:rollup-zrtvspt, r=workingjubileebors-268/+823
2021-09-11must_not_suspend implGus Wynn-5/+587
2021-09-11interpreter PointerArithmetic: use new Size helper methodsRalf Jung-8/+6
2021-09-11Rebase fallout.Camille GILLOT-3/+3
2021-09-11Rebase fallout.Camille GILLOT-5/+6
2021-09-11Rollup merge of #88850 - matthiaskrgr:identical_conv, r=jackh726Jubilee-5/+5
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-34/+30
2021-09-11Rollup merge of #88830 - GuillaumeGomez:help-e0463, r=estebankJubilee-0/+5
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-150/+551
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-37/+80
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+39
2021-09-11Rollup merge of #88668 - hvdijk:x32, r=joshtriplettJubilee-6/+6
2021-09-11Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisaJubilee-25/+61
2021-09-11Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726Jubilee-0/+37
2021-09-11Rollup merge of #87904 - kpreid:unsize, r=jyn514Jubilee-11/+9
2021-09-11Add test for -Z panic-in-drop=abortAmanieu d'Antras-0/+54
2021-09-11Ensure that crates are linked with compatible panic-in-drop settingsAmanieu d'Antras-9/+30
2021-09-11Apply noreturn and nounwind LLVM attributes to callsitesAmanieu d'Antras-1/+6
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-33/+125
2021-09-11manually inline functionThe8472-4/+4
2021-09-11Auto merge of #88327 - bonega:scalar_refactor, r=eddybbors-270/+230
2021-09-11Fix duplicate bounds for const_trait_implDeadbeef-6/+12
2021-09-11Add comment pointing to testAndrew Hickman-0/+3
2021-09-11don't convert types into identical typesMatthias Krüger-5/+5
2021-09-11Auto merge of #7663 - Jarcho:rsplit_once_order, r=llogiqbors-38/+72
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-34/+30
2021-09-11correct ARM+MUSL notesoliverbr-2/+2
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-10/+9
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-13/+82
2021-09-11In suggest_missing_return_type, erase late bound regions after normalizingjackh726-1/+41
2021-09-11Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearthbors-212/+976
2021-09-10Make sure the call span parens check only fires on the callee, not argsMichael Howell-7/+8
2021-09-10Fix debuginfo tests for the latest version of the Windows SDK.Wesley Wiser-77/+58
2021-09-10Add the corrections stuff to the 88803 test caseMichael Howell-1/+12
2021-09-10feat(rustc_typeck): suggest removing bad parens in `(recv.method)()`Michael Howell-1/+36
2021-09-10Revert "Temporarily ignore some debuginfo tests on windows."Wesley Wiser-12/+0
2021-09-11optimization continuation byte validation of strings containing multibyte charsThe8472-6/+4
2021-09-11optimize utf8_is_cont_byte() to speed up str.chars().count()The8472-1/+1
2021-09-11benchmark for str.chars().count()The8472-0/+34
2021-09-11Update LLVM submoduleMitchell Kember-0/+0
2021-09-11Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]`Waffle Lapkin-1/+1
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-2/+2
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-68/+71
2021-09-10Fix error recovery in format macro parsingFabian Wolff-18/+94
2021-09-10Add a range pattern inference failing testGary Guo-0/+49
2021-09-10Add ui test for issue 88074Gary Guo-0/+16
2021-09-10Perform type inference in range patternGary Guo-28/+44
2021-09-10Add help for E0463Guillaume Gomez-0/+5
2021-09-10Introduce a fast path that avoids the `debug_tuple` abstraction when derivingPatrick Walton-3/+18
2021-09-10Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlockFabian Wolff-4/+3