| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | fix various typos | Matthias Krüger | -152/+152 |
| 2020-03-06 | Fix & test leak of some BTreeMap nodes on panic during `into_iter` | Stein Somers | -2/+35 |
| 2020-03-06 | Cleanup E0390 explanation | Guillaume Gomez | -1/+3 |
| 2020-03-06 | Added oli's multivariant test case (alpha renaming the enum name itself). | Felix S. Klock II | -3/+63 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -10/+55 |
| 2020-03-06 | Add FIXME | Oliver Scherer | -0/+2 |
| 2020-03-05 | Document unsafe blocks in core::fmt | Phoebe Bell | -6/+45 |
| 2020-03-05 | Update deprecation version to 1.42 for Error::description | Dylan Nugent | -1/+1 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+37 |
| 2020-03-06 | Auto merge of #69586 - petrochenkov:unmerge, r=Centril | bors | -133/+183 |
| 2020-03-06 | Add test for generator sizes with resume arguments | Jonas Schievink | -0/+28 |
| 2020-03-06 | Model generator resumption in dataflow | Jonas Schievink | -31/+88 |
| 2020-03-05 | review comments | Esteban Küber | -57/+65 |
| 2020-03-05 | reduce test size for Miri | Ralf Jung | -2/+2 |
| 2020-03-05 | Move stray generator test into the `generator` dir | Jonas Schievink | -0/+0 |
| 2020-03-05 | Auto merge of #69746 - Dylan-DPC:rollup-wr6dvdk, r=Dylan-DPC | bors | -129/+128 |
| 2020-03-05 | Rollup merge of #69742 - TrolledWoods:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -60/+56 |
| 2020-03-05 | Rollup merge of #69732 - GuillaumeGomez:cleanup-e0382-e0384, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2020-03-05 | Rollup merge of #69728 - LeSeulArtichaut:patch-1, r=steveklabnik | Dylan DPC | -1/+3 |
| 2020-03-05 | Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertj | Dylan DPC | -38/+32 |
| 2020-03-05 | Rollup merge of #69711 - penelopezone:patch-1, r=steveklabnik | Dylan DPC | -1/+1 |
| 2020-03-05 | Rollup merge of #69698 - RalfJung:int_assoc, r=davidtwco | Dylan DPC | -23/+21 |
| 2020-03-05 | Rollup merge of #69697 - GuillaumeGomez:explanation-e0380, r=Dylan-DPC | Dylan DPC | -2/+12 |
| 2020-03-05 | Fixed a typo | TrolledWoods | -1/+1 |
| 2020-03-05 | debuginfo: Use is unsigned flag when emitting enumerators | Tomasz Miąsko | -1/+33 |
| 2020-03-05 | debuginfo: Generators use u32 as discriminant type repr | Tomasz Miąsko | -3/+3 |
| 2020-03-05 | rustc_metadata: Move some code from `impl CrateMetadataRef` to `impl CrateMet... | Vadim Petrochenkov | -89/+87 |
| 2020-03-05 | rustc_metadata: Give decoder access to whole crate store | Vadim Petrochenkov | -22/+43 |
| 2020-03-05 | Rename macro_use_import -> macro_use_imports | flip1995 | -1/+1 |
| 2020-03-05 | Auto merge of #67260 - TheSamsa:const-limit, r=oli-obk | bors | -34/+163 |
| 2020-03-05 | Fix MinGW termination callbacks not being invoked | Amanieu d'Antras | -17/+16 |
| 2020-03-05 | Link to libgcc dynamically on windows-gnu when using dylib crates | Amanieu d'Antras | -4/+62 |
| 2020-03-05 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -126/+150 |
| 2020-03-05 | Use #[rustc_std_internal_symbol] instead of #[no_mangle] | Amanieu d'Antras | -13/+9 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -139/+34 |
| 2020-03-05 | Don't pass &mut where immutable reference (&) is sufficient (clippy::unnecess... | Matthias Krüger | -7/+7 |
| 2020-03-05 | Use more efficient &&str to String conversion (clippy::inefficient_to_string) | Matthias Krüger | -7/+8 |
| 2020-03-05 | Don't always eval arguments inside .expect(), use unwrap_or_else and closure.... | Matthias Krüger | -7/+7 |
| 2020-03-05 | Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) | Matthias Krüger | -13/+13 |
| 2020-03-05 | Use simple 'for i in x' loops instead of 'while let Some(x) = x.next()' loops... | Matthias Krüger | -9/+4 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -14/+14 |
| 2020-03-05 | Remove redundant patterns when matching ( x @ _ to x) (clippy::redundant_pa... | Matthias Krüger | -3/+3 |
| 2020-03-05 | bootstrap: Use hash to determine if sanitizers needs to be rebuilt | Tomasz Miąsko | -31/+67 |
| 2020-03-05 | Change DIBuilderCreateEnumerator signature to match LLVM 9 | Tomasz Miąsko | -11/+17 |
| 2020-03-05 | Move tidy check to mingw-check | Yuki Okushi | -1/+2 |
| 2020-03-05 | Auto merge of #69692 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -7/+11 |
| 2020-03-05 | Clean E0382 and E0384 explanations | Guillaume Gomez | -3/+2 |
| 2020-03-05 | Make link to `std::str` active | LeSeulArtichaut | -1/+3 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -25/+47 |