| Age | Commit message (Expand) | Author | Lines |
| 2019-08-16 | Simplify pre-expansion gating in general. | Mazdak Farrokhzad | -32/+10 |
| 2019-08-16 | Feature gate 'yield ?' pre-expansion. | Mazdak Farrokhzad | -6/+38 |
| 2019-08-16 | rustbuild: work around the stdarch cfg(bootstrap) bug. | Eduard-Mihai Burtescu | -20/+25 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -24/+82 |
| 2019-08-16 | Rollup merge of #63636 - pietroalbini:ci-mingw, r=alexcrichton | Mazdak Farrokhzad | -4/+13 |
| 2019-08-16 | Rollup merge of #63634 - pietroalbini:cpu-stats-name, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-08-16 | Rollup merge of #63632 - vext01:vext01-comment-fixes, r=eddyb | Mazdak Farrokhzad | -3/+2 |
| 2019-08-16 | Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton | Mazdak Farrokhzad | -54/+26 |
| 2019-08-16 | Rollup merge of #63604 - Wind-River:master, r=alexcrichton | Mazdak Farrokhzad | -202/+25 |
| 2019-08-16 | Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton | Mazdak Farrokhzad | -3/+33 |
| 2019-08-16 | Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkov | Mazdak Farrokhzad | -34/+51 |
| 2019-08-16 | Rollup merge of #63495 - eddyb:mir-constant-ty, r=oli-obk | Mazdak Farrokhzad | -153/+90 |
| 2019-08-16 | Rollup merge of #61780 - SimonSapin:container-error, r=Amanieu | Mazdak Farrokhzad | -85/+95 |
| 2019-08-16 | Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin | Mazdak Farrokhzad | -0/+39 |
| 2019-08-16 | Add the Layout of the failed allocation to TryReserveError::AllocError | Simon Sapin | -42/+52 |
| 2019-08-16 | Update hashbrown to 0.5.0 | Simon Sapin | -2/+2 |
| 2019-08-16 | Rename CollectionAllocError to TryReserveError | Simon Sapin | -45/+45 |
| 2019-08-16 | Relax the safety condition for get_mut_unchecked | Simon Sapin | -4/+8 |
| 2019-08-16 | Reuse more internal Rc and Arc methods | Simon Sapin | -70/+14 |
| 2019-08-16 | Add a comment on the usage of Layout::new::<RcBox<()>>() | Simon Sapin | -0/+4 |
| 2019-08-16 | Add tracking issue numbers | Simon Sapin | -14/+14 |
| 2019-08-16 | Use ManuallyDrop instead of mem::forget | Simon Sapin | -12/+4 |
| 2019-08-16 | Use `alloc::Global` in `Box::new_uninit` | Simon Sapin | -4/+6 |
| 2019-08-16 | Fix intra-rustdoc links | Simon Sapin | -2/+14 |
| 2019-08-16 | Move constructors of boxed/rc’ed slices to matching `impl` blocks | Simon Sapin | -100/+106 |
| 2019-08-16 | Add new_uninit_slice and assume_init on Box, Rc, and Arc of [T] | Simon Sapin | -14/+256 |
| 2019-08-16 | Add new_uninit and assume_init on Box, Rc, and Arc | Simon Sapin | -0/+231 |
| 2019-08-16 | Add Rc::get_mut_unchecked, Arc::get_mut_unchecked | Simon Sapin | -2/+60 |
| 2019-08-16 | ci: move linkcheck from mingw-2 to mingw-1 | Pietro Albini | -4/+13 |
| 2019-08-16 | Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichton | bors | -100/+23 |
| 2019-08-16 | Do not generate allocations for zero sized allocations | Oliver Scherer | -8/+13 |
| 2019-08-16 | ci: properly set the job name in CPU stats | Pietro Albini | -1/+1 |
| 2019-08-16 | bless you nll | Eduard-Mihai Burtescu | -32/+32 |
| 2019-08-16 | rustc_mir: use the right type for associated const literals. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-08-16 | rustc_mir: add sanity asserts for the types of `ty::Const`s. | Eduard-Mihai Burtescu | -0/+6 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -115/+46 |
| 2019-08-16 | Bless tests with --compare-mode=nll | sd234678 | -7/+7 |
| 2019-08-16 | Auto merge of #63596 - lzutao:update-miri, r=RalfJung | bors | -9/+7 |
| 2019-08-16 | Update stderr files with --bless | sd234678 | -61/+61 |
| 2019-08-16 | Remove meaningless comments in src/test | sd234678 | -81/+0 |
| 2019-08-16 | CrateStore comment fix. | Edd Barrett | -2/+1 |
| 2019-08-16 | Fix a comment for the def_path_table. | Edd Barrett | -1/+1 |
| 2019-08-16 | Rollup merge of #63615 - jens1o:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-08-16 | Rollup merge of #63612 - estebank:macro-sugg-try-into, r=Centril | Mazdak Farrokhzad | -0/+18 |
| 2019-08-16 | Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexreg | Mazdak Farrokhzad | -6/+2 |
| 2019-08-16 | Rollup merge of #63539 - Centril:2015.await, r=oli-obk | Mazdak Farrokhzad | -101/+256 |
| 2019-08-16 | Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasper | Mazdak Farrokhzad | -728/+636 |
| 2019-08-16 | Rollup merge of #63173 - malbarbo:musl-libunwind, r=alexcrichton | Mazdak Farrokhzad | -60/+16 |
| 2019-08-16 | Rollup merge of #62593 - kper:cleanup_abi, r=Centril | Mazdak Farrokhzad | -0/+112 |
| 2019-08-15 | Modify librustc_llvm to pass -DNDEBUG while compiling. | Joel Galenson | -0/+7 |