| Age | Commit message (Expand) | Author | Lines |
| 2020-03-23 | Auto merge of #70322 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -17/+10 |
| 2020-03-23 | Split out some impls from rustc::mir into a separate submodule | Oliver Scherer | -322/+323 |
| 2020-03-23 | Remove leftover mentions of `from_anon_const` | Oliver Scherer | -3/+3 |
| 2020-03-23 | Account for bad placeholder types in where clauses | Esteban Küber | -86/+192 |
| 2020-03-23 | Increase verbosity when using update syntax | Jeremy Stucki | -5/+12 |
| 2020-03-23 | Auto merge of #70330 - Centril:rollup-ts0clvx, r=Centril | bors | -586/+296 |
| 2020-03-23 | Limit `from_anon_const` to `AnonConst`s. | Oliver Scherer | -1/+4 |
| 2020-03-23 | Update tests | John Kåre Alsaker | -89/+224 |
| 2020-03-23 | Merge tests. | CDirkx | -68/+30 |
| 2020-03-23 | query normalize_generic_arg_after_erasing_regions | Bastian Kauschke | -21/+49 |
| 2020-03-23 | add missing const super folds | Bastian Kauschke | -0/+2 |
| 2020-03-23 | Address review comments | Oliver Scherer | -19/+20 |
| 2020-03-23 | Add const generics test for all range types. | CDirkx | -2/+58 |
| 2020-03-23 | Rollup merge of #70318 - anyska:multiple-derives, r=Dylan-DPC | Mazdak Farrokhzad | -484/+78 |
| 2020-03-23 | Rollup merge of #70315 - anyska:void-rename, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy... | Mazdak Farrokhzad | -69/+69 |
| 2020-03-23 | Rollup merge of #70299 - RalfJung:err_machine_stop, r=oli-obk | Mazdak Farrokhzad | -5/+10 |
| 2020-03-23 | Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-into-inva... | Mazdak Farrokhzad | -4/+11 |
| 2020-03-23 | Rollup merge of #70195 - rylev:test-for-53275, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2020-03-23 | Rollup merge of #70080 - anyska:mir-double-space, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek... | Mazdak Farrokhzad | -20/+20 |
| 2020-03-23 | Rollup merge of #68700 - withoutboats:wake-trait, r=withoutboats | Mazdak Farrokhzad | -0/+95 |
| 2020-03-23 | add missing visit_consts | Bastian Kauschke | -5/+29 |
| 2020-03-23 | Update src/librustc_span/source_map.rs | Felix S Klock II | -1/+1 |
| 2020-03-23 | Make the `type_of` return a generic type for generators | John Kåre Alsaker | -6/+7 |
| 2020-03-23 | fix comment | Bastian Kauschke | -1/+1 |
| 2020-03-23 | Auto merge of #70311 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2020-03-23 | submodules: update clippy from d8e6e4cf to 1ff81c1b | Matthias Krüger | -17/+10 |
| 2020-03-23 | Remove `ReClosureBound` | Matthew Jasper | -129/+50 |
| 2020-03-23 | #[track_caller] on core::ops::{Index, IndexMut}. | Adam Perry | -0/+32 |
| 2020-03-23 | Split long derive lists into two derive attributes. | Ana-Maria Mihalache | -484/+78 |
| 2020-03-23 | Apply suggestions from code review | Saoirse Shipwreckt | -5/+5 |
| 2020-03-23 | Update src/liballoc/task.rs | Saoirse Shipwreckt | -1/+1 |
| 2020-03-23 | Update src/libstd/lib.rs | Saoirse Shipwreckt | -1/+1 |
| 2020-03-23 | More explicit; CFG on atomic pointer | Without Boats | -3/+4 |
| 2020-03-23 | typo | Without Boats | -1/+1 |
| 2020-03-23 | Improve safety implementation, fix typos | Without Boats | -16/+12 |
| 2020-03-23 | Add `wake_trait` feature directive to std | Without Boats | -0/+1 |
| 2020-03-23 | Add Wake trait for safe construction of Wakers. | Without Boats | -0/+97 |
| 2020-03-23 | Rename remaining occurences of Void to Opaque. | Ana-Maria Mihalache | -2/+2 |
| 2020-03-23 | update miri | Ralf Jung | -9/+7 |
| 2020-03-23 | Auto merge of #69649 - estebank:negative-impl-span, r=Centril | bors | -50/+95 |
| 2020-03-23 | Use `DefId`s to identify anon consts when converting from HIR to ty::Const | Oliver Scherer | -10/+12 |
| 2020-03-23 | Inline `const_param_def_id` at its only use site | Oliver Scherer | -33/+29 |
| 2020-03-23 | Document most methods on `ty::Const` | Oliver Scherer | -0/+15 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -264/+279 |
| 2020-03-23 | Clean up E0452 explanation | Guillaume Gomez | -1/+3 |
| 2020-03-23 | Make sure issue 53275 test goes through codegen | Ryan Levick | -1/+2 |
| 2020-03-23 | make sure we are checking the size of the right thing | Ralf Jung | -1/+1 |
| 2020-03-23 | add macro to reduce boilerplate and keep readable messages | Ralf Jung | -22/+25 |