about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-12Use non-recursive algorithm in non-parallel compiler.Camille GILLOT-4/+10
2021-09-12Use boxed slice instead of BTreeSet.Camille GILLOT-34/+40
2021-09-12Gather module items after lowering.Camille GILLOT-63/+119
2021-09-12Auto merge of #88881 - Manishearth:rollup-alohfwx, r=Manishearthbors-432/+498
2021-09-12Rollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug, r=jackh726Manish Goregaokar-3/+69
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-344/+274
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-55/+58
2021-09-12Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebankManish Goregaokar-30/+97
2021-09-12Auto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakisbors-37/+40
2021-09-12Fix suggestion for nested struct patternsFabian Wolff-8/+15
2021-09-11cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimpleme...Michael Howell-4/+0
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-83/+269
2021-09-11Auto merge of #78780 - cjgillot:req, r=Mark-Simulacrumbors-372/+266
2021-09-11fix doctestsGus Wynn-2/+4
2021-09-11array comment + test for referencesGus Wynn-20/+14
2021-09-11skip the uninhabitated check and commentsGus Wynn-17/+32
2021-09-11remove attempt at fn callGus Wynn-69/+1
2021-09-11must_not_suspend implGus Wynn-5/+338
2021-09-11interpreter PointerArithmetic: use new Size helper methodsRalf Jung-8/+6
2021-09-11Rebase fallout.Camille GILLOT-0/+1
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-30/+26
2021-09-11Rollup merge of #88830 - GuillaumeGomez:help-e0463, r=estebankJubilee-0/+5
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-68/+52
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-35/+46
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+14
2021-09-11Rollup merge of #88668 - hvdijk:x32, r=joshtriplettJubilee-5/+5
2021-09-11Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisaJubilee-0/+12
2021-09-11Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726Jubilee-0/+6
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-15/+30
2021-09-11Auto merge of #88327 - bonega:scalar_refactor, r=eddybbors-270/+230
2021-09-11Fix duplicate bounds for const_trait_implDeadbeef-2/+3
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-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-30/+26
2021-09-11Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na...bors-2/+7
2021-09-11In suggest_missing_return_type, erase late bound regions after normalizingjackh726-1/+2
2021-09-10Make sure the call span parens check only fires on the callee, not argsMichael Howell-7/+8
2021-09-10feat(rustc_typeck): suggest removing bad parens in `(recv.method)()`Michael Howell-1/+17
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-55/+58
2021-09-10Fix error recovery in format macro parsingFabian Wolff-18/+17
2021-09-10Perform type inference in range patternGary Guo-16/+43
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-10ARMV6K 3DS: Removed useless parameters in target specMeziu-3/+1
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