summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-152/+152
2020-03-06Fix & test leak of some BTreeMap nodes on panic during `into_iter`Stein Somers-2/+35
2020-03-06Cleanup E0390 explanationGuillaume Gomez-1/+3
2020-03-06Added oli's multivariant test case (alpha renaming the enum name itself).Felix S. Klock II-3/+63
2020-03-06Auto merge of #69614 - estebank:ice-age, r=davidtwcobors-10/+55
2020-03-06Add FIXMEOliver Scherer-0/+2
2020-03-05Document unsafe blocks in core::fmtPhoebe Bell-6/+45
2020-03-05Update deprecation version to 1.42 for Error::descriptionDylan Nugent-1/+1
2020-03-05Fix #69191Felix S. Klock II-0/+37
2020-03-06Auto merge of #69586 - petrochenkov:unmerge, r=Centrilbors-133/+183
2020-03-06Add test for generator sizes with resume argumentsJonas Schievink-0/+28
2020-03-06Model generator resumption in dataflowJonas Schievink-31/+88
2020-03-05review commentsEsteban Küber-57/+65
2020-03-05reduce test size for MiriRalf Jung-2/+2
2020-03-05Move stray generator test into the `generator` dirJonas Schievink-0/+0
2020-03-05Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPCbors-129/+128
2020-03-05Rollup merge of #69742 - TrolledWoods:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-03-05Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPCDylan DPC-60/+56
2020-03-05Rollup merge of #69732 - GuillaumeGomez:cleanup-e0382-e0384, r=Dylan-DPCDylan DPC-3/+2
2020-03-05Rollup merge of #69728 - LeSeulArtichaut:patch-1, r=steveklabnikDylan DPC-1/+3
2020-03-05Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertjDylan DPC-38/+32
2020-03-05Rollup merge of #69711 - penelopezone:patch-1, r=steveklabnikDylan DPC-1/+1
2020-03-05Rollup merge of #69698 - RalfJung:int_assoc, r=davidtwcoDylan DPC-23/+21
2020-03-05Rollup merge of #69697 - GuillaumeGomez:explanation-e0380, r=Dylan-DPCDylan DPC-2/+12
2020-03-05Fixed a typoTrolledWoods-1/+1
2020-03-05debuginfo: Use is unsigned flag when emitting enumeratorsTomasz Miąsko-1/+33
2020-03-05debuginfo: Generators use u32 as discriminant type reprTomasz Miąsko-3/+3
2020-03-05rustc_metadata: Move some code from `impl CrateMetadataRef` to `impl CrateMet...Vadim Petrochenkov-89/+87
2020-03-05rustc_metadata: Give decoder access to whole crate storeVadim Petrochenkov-22/+43
2020-03-05Rename macro_use_import -> macro_use_importsflip1995-1/+1
2020-03-05Auto merge of #67260 - TheSamsa:const-limit, r=oli-obkbors-34/+163
2020-03-05Fix MinGW termination callbacks not being invokedAmanieu d'Antras-17/+16
2020-03-05Link to libgcc dynamically on windows-gnu when using dylib cratesAmanieu d'Antras-4/+62
2020-03-05Simplify the try intrinsic by using a callback in the catch blockAmanieu d'Antras-126/+150
2020-03-05Use #[rustc_std_internal_symbol] instead of #[no_mangle]Amanieu d'Antras-13/+9
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-139/+34
2020-03-05Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess...Matthias Krüger-7/+7
2020-03-05Use more efficient &&str to String conversion (clippy::inefficient_to_string)Matthias Krüger-7/+8
2020-03-05Don't always eval arguments inside .expect(), use unwrap_or_else and closure....Matthias Krüger-7/+7
2020-03-05Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg)Matthias Krüger-13/+13
2020-03-05Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops...Matthias Krüger-9/+4
2020-03-05Const items have by default a static lifetime, there's no need to annotate it...Matthias Krüger-14/+14
2020-03-05Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa...Matthias Krüger-3/+3
2020-03-05bootstrap: Use hash to determine if sanitizers needs to be rebuiltTomasz Miąsko-31/+67
2020-03-05Change DIBuilderCreateEnumerator signature to match LLVM 9Tomasz Miąsko-11/+17
2020-03-05Move tidy check to mingw-checkYuki Okushi-1/+2
2020-03-05Auto merge of #69692 - matthiaskrgr:submodule_upd, r=oli-obkbors-7/+11
2020-03-05Clean E0382 and E0384 explanationsGuillaume Gomez-3/+2
2020-03-05Make link to `std::str` activeLeSeulArtichaut-1/+3
2020-03-05Bumped version number for const_eval_limit in active.rsChristoph Schmidler-25/+47