about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-11Rebase fallout.Camille GILLOT-5/+5
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-3/+3
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-82/+499
2021-09-11Rollup merge of #88757 - andrewhickman:master, r=jackh726Jubilee-2/+34
2021-09-11Rollup merge of #88733 - Noble-Mushtak:88577, r=estebankJubilee-0/+25
2021-09-11Rollup merge of #88668 - hvdijk:x32, r=joshtriplettJubilee-1/+1
2021-09-11Rollup merge of #88209 - Amanieu:asm_in_underscore, r=nagisaJubilee-25/+49
2021-09-11Rollup merge of #88147 - FabianWolff:issue-88097, r=jackh726Jubilee-0/+31
2021-09-11Add test for -Z panic-in-drop=abortAmanieu d'Antras-0/+54
2021-09-11Allow simd_shuffle to accept vectors of any lengthCaleb Zulawski-18/+95
2021-09-11Fix duplicate bounds for const_trait_implDeadbeef-4/+9
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-3/+3
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-11/+75
2021-09-11In suggest_missing_return_type, erase late bound regions after normalizingjackh726-0/+39
2021-09-11Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearthbors-125/+657
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-0/+19
2021-09-10Revert "Temporarily ignore some debuginfo tests on windows."Wesley Wiser-12/+0
2021-09-11Update LLVM submoduleMitchell Kember-0/+0
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-13/+13
2021-09-10Fix error recovery in format macro parsingFabian Wolff-0/+77
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-12/+1
2021-09-10Duplicate tests for incremental spans mode.Camille GILLOT-1096/+2532
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-10/+18
2021-09-10Improve diagnostics if a character literal contains combining marksFabian Wolff-0/+90
2021-09-10Auto merge of #88823 - hyd-dev:miri, r=RalfJungbors-8/+8
2021-09-10Rollup merge of #88812 - gz:patch-1, r=ehussManish Goregaokar-1/+1
2021-09-10Rollup merge of #88776 - dns2utf8:rustdoc_workaround_1000_elements_grid_bug, ...Manish Goregaokar-0/+12
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-3/+81
2021-09-10Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani...Manish Goregaokar-5/+108
2021-09-10Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomezManish Goregaokar-24/+61
2021-09-10Rollup merge of #88632 - camelid:md-opts, r=CraftSpiderManish Goregaokar-13/+18
2021-09-10Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo...Manish Goregaokar-2/+92
2021-09-10Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebankManish Goregaokar-0/+110
2021-09-10Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillotManish Goregaokar-0/+29
2021-09-10Update Mirihyd-dev-8/+8
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+12
2021-09-10Work around CI issue with windows sdk 10.0.20348.0.Mara Bos-0/+9
2021-09-10Add test for enum tuple variants and tuple struct doc countGuillaume Gomez-2/+71
2021-09-10Don't require documentation for fields in an enum tuple variant or for tuple ...Guillaume Gomez-3/+37
2021-09-10Fix typo `option` -> `options`.Gerd Zellweger-1/+1
2021-09-09Remove unnecessary `Cache.*_did` fieldsNoah Lev-29/+19
2021-09-09In relate_tys, when creating new universes, insert missing universes as otherjackh726-0/+35
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-77/+145
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-0/+110
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+22