summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2019-11-26Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebankbors-7/+176
2019-11-26Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichtonbors-32/+215
2019-11-25Add wildcard test for const_if_matchJoshua Nelson-0/+19
2019-11-25Update documentation-tests.mdParth Mehrotra-1/+1
2019-11-25more panicking commentsRalf Jung-5/+8
2019-11-25impl TrustedLen for vec::DrainChristopher Durham-0/+3
2019-11-25Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkorbors-47/+226
2019-11-25review feedback: comments and spacingRalf Jung-3/+5
2019-11-25Clarify Layout::pad_to_align safety commentChristopher Durham-1/+1
2019-11-25make sure we handle all transmute invocations, including diverging onesRalf Jung-3/+7
2019-11-25Various cleanupsEsteban Küber-21/+22
2019-11-25Tweak removed feature errorEsteban Küber-9/+4