summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-14Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting.Camille GILLOT-87/+85
2020-03-14Move IntercrateAmbiguityCause back to rustc::traits::select.Camille GILLOT-41/+41
2020-03-14Add a test for generator discriminantsJonas Schievink-0/+134
2020-03-14Use smaller discriminants for generatorsJonas Schievink-28/+31
2020-03-14fix a codegen testRalf Jung-6/+1
2020-03-14increase slack for stack size testRalf Jung-2/+2
2020-03-14debug-assert ptr sanity in ptr::writeRalf Jung-3/+1
2020-03-14fix comment, rustfmtRalf Jung-3/+2
2020-03-14adjust Miri to needs of changed unwinding strategyRalf Jung-26/+19
2020-03-14update panicking comments in libstdRalf Jung-8/+7
2020-03-14Add long error explanation for E0634 #61137Ayush Kumar Mishra-2/+22
2020-03-14adjust Miri interaction with panic runtimeRalf Jung-16/+47
2020-03-14add Scalar::from methods for signed integersRalf Jung-0/+26
2020-03-14Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obkbors-0/+43
2020-03-14Add long error explanation for E0693 #61137Ayush Kumar Mishra-1/+21
2020-03-14Block version-specific docs from search enginesKornel-17/+2
2020-03-14Auto merge of #69716 - jonas-schievink:generator-size, r=tmandrybors-31/+120
2020-03-14fix E0117 message out of syncYI-1/+1
2020-03-13Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir locationOliver Middleton-21/+21
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-370/+368
2020-03-14rustc_metadata: Remove `rmeta::MacroDef`Vadim Petrochenkov-60/+21
2020-03-13Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitorbors-237/+356
2020-03-14Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPCYuki Okushi-6/+4
2020-03-14Rollup merge of #69973 - tspiteri:const-int-conversion-since, r=dtolnayYuki Okushi-12/+12
2020-03-14Rollup merge of #69966 - JohnTitor:more-more-tests, r=CentrilYuki Okushi-0/+128
2020-03-14Rollup merge of #69960 - RalfJung:abort, r=oli-obkYuki Okushi-9/+6
2020-03-14Rollup merge of #69954 - RalfJung:panic_if-assert, r=Centril,eddybYuki Okushi-18/+36
2020-03-14Rollup merge of #69947 - GuillaumeGomez:cleanup-e0423, r=Dylan-DPCYuki Okushi-2/+1
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-50/+50
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-118/+78
2020-03-14Rollup merge of #69723 - sjud:sjud-doc-request, r=Mark-SimulacrumYuki Okushi-2/+8
2020-03-14Rollup merge of #69460 - LeSeulArtichaut:move-compile-pass, r=RalfJungYuki Okushi-20/+23
2020-03-14Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfacklerYuki Okushi-0/+10
2020-03-13update rustdocs for frozenMark Mansi-1/+7
2020-03-13move frozen to rustc_data_structuresMark Mansi-26/+66
2020-03-13Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddybbors-7/+10
2020-03-13Add documentation for pub keywordsjud-2/+8
2020-03-13Clean up E0434 explanationGuillaume Gomez-6/+4
2020-03-13update stable-since version for const_int_conversionTrevor Spiteri-12/+12
2020-03-13fix a glaring typoMatt Cooper-1/+1
2020-03-13Print ConstKind::Placeholder just like TyKind::PlaceholderOliver Scherer-15/+1
2020-03-13Print ConstKind::Bound the same as TyKind::BoundOliver Scherer-9/+17
2020-03-13bless testsRalf Jung-1/+1
2020-03-13adjust enum namingRalf Jung-12/+12
2020-03-13Add test for issue-69092Yuki Okushi-0/+21
2020-03-13Add test for issue-67739Yuki Okushi-0/+26
2020-03-13Add test for issue-62504Yuki Okushi-0/+33
2020-03-13Add test for issue-60390Yuki Okushi-0/+8
2020-03-13Add test for issue-58490Yuki Okushi-0/+40
2020-03-13Minor changeAyush Kumar Mishra-1/+1