about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-09-10ARMV6K 3DS: Removed useless parameters in target specMeziu-3/+1
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-1096/+2532
2021-09-10Record call_site parent for macros.Camille GILLOT-3/+27
2021-09-10Remove some span tracking.Camille GILLOT-6/+6
2021-09-10Give spans their parent item during lowering.Camille GILLOT-3/+11
2021-09-10Add actual spans to the crate hash.Camille GILLOT-13/+13
2021-09-10Add sanity check.Camille GILLOT-3/+9
2021-09-10Rename decode to data_untracked.Camille GILLOT-7/+8
2021-09-10Track span dependency using a callback.Camille GILLOT-5/+40
2021-09-10Encode spans relative to their parent.Camille GILLOT-16/+76
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-7/+10
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-40/+88
2021-09-10Keep def_spans collected by resolution.Camille GILLOT-11/+22
2021-09-10Improve diagnostics if a character literal contains combining marksFabian Wolff-14/+137
2021-09-10Fix result order for `manual_split_once` when `rsplitn` is usedJason Newcomb-38/+72
2021-09-10Auto merge of #88823 - hyd-dev:miri, r=RalfJungbors-8/+8
2021-09-10Auto merge of #7660 - HKalbasi:derivable-impls, r=camsteffenbors-4/+53