about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-08-29Rollup merge of #85534 - csmoe:demagnle-assert, r=michaelwoeristerGuillaume Gomez-2/+10
2021-08-29Rollup merge of #83251 - estebank:issue-83241, r=oli-obkGuillaume Gomez-38/+210
2021-08-29Rollup merge of #80543 - LeSeulArtichaut:notify-close, r=spastorinoGuillaume Gomez-0/+2
2021-08-29Add rustdonc-json tests for enum variantsGuillaume Gomez-0/+17
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-29/+62
2021-08-29Auto merge of #88208 - petrochenkov:lowspan, r=Aaron1011bors-169/+330
2021-08-29const fn for option copied, take & replace + testsLamb-7/+30
2021-08-29Auto merge of #88312 - jackh726:issue-87748, r=nikomatsakisbors-9/+90
2021-08-29rebase: fix test outputEsteban Kuber-9/+13
2021-08-29Provide structured suggestion for removal of `&mut`Esteban Kuber-14/+28
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-34/+188
2021-08-29Add regression testinquisitivecrystal-0/+19
2021-08-29ast_lowering: Introduce `lower_span` for catching all spans entering HIRVadim Petrochenkov-169/+330
2021-08-29Auto merge of #88295 - alexcrichton:update-stdarch, r=kennytmbors-0/+0
2021-08-29Fix: don't document private macros by defaultinquisitivecrystal-2/+3
2021-08-29Auto merge of #88250 - rusticstuff:macos-lld, r=nagisabors-15/+41
2021-08-28VecDeque: improve performance for From<[T; N]>Cheng XU-1/+41
2021-08-28fix(rustc_parse): incorrect span information for macro path exprMichael Howell-1/+28
2021-08-28add benchmark for From<[T; N]> in VecDequeCheng XU-0/+15
2021-08-29Auto merge of #88088 - nbdd0121:const2, r=nagisabors-1/+31
2021-08-28Fix an ICE caused by type mismatch errors being ignoredTheodore Luo Wang-6/+13
2021-08-28fix(rustc_parse): incorrect span information for macro block exprMichael Howell-1/+36
2021-08-28BTreeSet::from_iter: use bulk building to improve the performanceCheng XU-5/+22
2021-08-28BTreeMap::from_iter: use bulk building to improve the performanceCheng XU-5/+79
2021-08-28add benchmark for BTreeMap::from_iterCheng XU-0/+50
2021-08-28Move match tests in match folderRoxane-35/+38
2021-08-28Auto merge of #87921 - kellerkindt:master, r=kennytmbors-0/+1048
2021-08-28Create a specific match folder for match testsRoxane-0/+0
2021-08-28Add additional match test caseRoxane-0/+51
2021-08-28Handle match with non axhaustive variants in closuresRoxane-2/+131
2021-08-28Auto merge of #85690 - bstrie:m2_arena, r=jackh726,nagisabors-78/+76
2021-08-28Comment drop_serialized_data.Camille GILLOT-0/+5
2021-08-28std: Stabilize command_accessJade-15/+11
2021-08-28Drop the query result memmap before serializing it back.Camille GILLOT-26/+44
2021-08-28Move save_in to file_format.Camille GILLOT-58/+61
2021-08-28Mmap the incremental data instead of reading it.Camille GILLOT-12/+21
2021-08-28rustc: use more correct span data in for loop desugaringMichael Howell-3/+73
2021-08-28Fix a typo in raw_vecterrarier2111-1/+1
2021-08-28Auto merge of #85600 - 12101111:rustbuild-libunwind, r=petrochenkovbors-157/+212
2021-08-28Add test casesDeadbeef-3/+107
2021-08-28Auto merge of #88390 - sexxi-goose:missing-case, r=nikomatsakisbors-19/+93
2021-08-28Update custom rustc instructions (#73)antoyo-3/+6
2021-08-28Auto merge of #88388 - ldm0:outliner, r=nikicbors-6/+7
2021-08-28Unimpl Shl{Assign} for signed Saturating types until the correct impl is clearMichael Watzko-59/+63
2021-08-28Fix mentions of wrapping operationsMichael Watzko-2/+2
2021-08-28Use wrapping shift for unsigned typesMichael Watzko-2/+2
2021-08-28Auto merge of #88019 - inquisitivecrystal:macro-def, r=cjgillotbors-396/+338
2021-08-28Add test for code blocks colorGuillaume Gomez-13/+30
2021-08-28Fix code blocks color in ayu themeGuillaume Gomez-1/+3
2021-08-28Auto merge of #88245 - Sl1mb0:s390-asm, r=Amanieubors-0/+305