summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-26Rollup merge of #66763 - Parth:patch-2, r=steveklabnikTyler Mandry-1/+1
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-300/+115
2019-11-26Rollup merge of #66737 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPCTyler Mandry-50/+39
2019-11-26Rollup merge of #66720 - Mark-Simulacrum:error-reported, r=CentrilTyler Mandry-5/+8
2019-11-26Rollup merge of #66719 - Mark-Simulacrum:int-normalization, r=CentrilTyler Mandry-24/+37
2019-11-26Rollup merge of #66717 - dtolnay:tidy, r=Mark-SimulacrumTyler Mandry-3/+6
2019-11-26Rollup merge of #66713 - hermitcore:hermit, r=alexcrichtonTyler Mandry-0/+54
2019-11-26Rollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisaTyler Mandry-0/+1
2019-11-26Rollup merge of #66663 - RalfJung:miri-leaks, r=oli-obkTyler Mandry-13/+18
2019-11-26Rollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcrichtonTyler Mandry-0/+26
2019-11-26Rollup merge of #66128 - emilio:new-zeroed, r=SimonSapinTyler Mandry-0/+85
2019-11-26Record temporary static references in generator witnessesMatthew Jasper-10/+45
2019-11-26Change way of checking SetDiscriminantChristian Poveda-3/+2
2019-11-26Move local Arena to Queries.Camille GILLOT-4/+13
2019-11-26Formatting.Camille GILLOT-37/+35
2019-11-26Have Queries own the GlobalCtxt.Camille GILLOT-54/+57
2019-11-26Make the HIR map own the Definitions.Camille GILLOT-6/+6
2019-11-26Stabilize nested self receiversTaylor Cramer-319/+214
2019-11-26Check SetDiscriminant placeChristian Poveda-2/+5
2019-11-26Auto merge of #66646 - RalfJung:unwind_to_block, r=oli-obkbors-135/+136
2019-11-26Remove test for #66758Dylan MacKenzie-6/+0
2019-11-26Move ErrorReported to rustc_errorsMark Rousskov-5/+8
2019-11-26Add regression test for #66756Dylan MacKenzie-0/+27
2019-11-26Allow `Unreachable` terminators behind `const_if_match`Dylan MacKenzie-0/+3
2019-11-26Refactor 'parse_enum_item' to use 'parse_delim_comma_seq'Janusz Marcinkiewicz-92/+124
2019-11-26Test multiple variantsJoshua Nelson-0/+2
2019-11-26Review nits.Camille GILLOT-11/+5
2019-11-26Auto merge of #66776 - Mark-Simulacrum:revert-try-breakage, r=Mark-Simulacrumbors-10/+59
2019-11-26Add tracking issue number.Mara Bos-2/+2
2019-11-26Add core::{f32,f64}::consts::TAU.Mara Bos-0/+12
2019-11-26follow the same function order in the traitGuanqun Lu-6/+6
2019-11-26Move tests to ui, split them and add someNadrieril-18/+192
2019-11-26Make the ice a fatal errorNadrieril-5/+14
2019-11-26Revert "DO NOT MERGE: enable windows try builder"Mark Rousskov-10/+59
2019-11-26Show the sign of signed interpreter valuesOliver Scherer-3/+40
2019-11-26Clean up E0075 long explanationGuillaume Gomez-7/+9
2019-11-26Clean up E0072 long explanationGuillaume Gomez-9/+12
2019-11-26Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichtonbors-0/+251
2019-11-26Fixed formatting issuesSOFe-2/+4
2019-11-26Reduce righward drift.Camille GILLOT-163/+160
2019-11-26Stabilize the `core::panic` moduleSimon Sapin-3/+1
2019-11-26Fix the tracking issue number for `PanicInfo::message`Simon Sapin-1/+1
2019-11-26Improved comments to clarify sasumptions in str::strip_prefixSOFe-5/+7
2019-11-26PGO: Make branch-weights regression test more robust.Michael Woerister-10/+10
2019-11-26rename update_count_then_panic -> rust_panic_without_hookRalf Jung-4/+5
2019-11-26explain why __rust_start_panic does not take a BoxRalf Jung-0/+2
2019-11-26expand commentRalf Jung-3/+4
2019-11-26abort on BoxMeUp misuseRalf Jung-2/+11
2019-11-26Fix unstable attribute accidentally applying to the entire implSimon Sapin-4/+8
2019-11-26panic_handler -> begin_panic_handler (and more comments)Ralf Jung-4/+7