about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-08-16Rollup merge of #63632 - vext01:vext01-comment-fixes, r=eddybMazdak Farrokhzad-3/+2
2019-08-16Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichtonMazdak Farrokhzad-54/+26
2019-08-16Rollup merge of #63604 - Wind-River:master, r=alexcrichtonMazdak Farrokhzad-202/+25
2019-08-16Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichtonMazdak Farrokhzad-3/+33
2019-08-16Rollup merge of #63525 - matklad:centraliza-file-loading, r=petrochenkovMazdak Farrokhzad-34/+51
2019-08-16Rollup merge of #63495 - eddyb:mir-constant-ty, r=oli-obkMazdak Farrokhzad-153/+90
2019-08-16Rollup merge of #61780 - SimonSapin:container-error, r=AmanieuMazdak Farrokhzad-85/+95
2019-08-16Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapinMazdak Farrokhzad-0/+39
2019-08-16Add the Layout of the failed allocation to TryReserveError::AllocErrorSimon Sapin-42/+52
2019-08-16Update hashbrown to 0.5.0Simon Sapin-2/+2
2019-08-16Rename CollectionAllocError to TryReserveErrorSimon Sapin-45/+45
2019-08-16Relax the safety condition for get_mut_uncheckedSimon Sapin-4/+8
2019-08-16Reuse more internal Rc and Arc methodsSimon Sapin-70/+14
2019-08-16Add a comment on the usage of Layout::new::<RcBox<()>>()Simon Sapin-0/+4
2019-08-16Add tracking issue numbersSimon Sapin-14/+14
2019-08-16Use ManuallyDrop instead of mem::forgetSimon Sapin-12/+4
2019-08-16Use `alloc::Global` in `Box::new_uninit`Simon Sapin-4/+6
2019-08-16Fix intra-rustdoc linksSimon Sapin-2/+14
2019-08-16Move constructors of boxed/rc’ed slices to matching `impl` blocksSimon Sapin-100/+106
2019-08-16Add new_uninit_slice and assume_init on Box, Rc, and Arc of [T]Simon Sapin-14/+256
2019-08-16Add new_uninit and assume_init on Box, Rc, and ArcSimon Sapin-0/+231
2019-08-16Add Rc::get_mut_unchecked, Arc::get_mut_uncheckedSimon Sapin-2/+60
2019-08-16ci: move linkcheck from mingw-2 to mingw-1Pietro Albini-4/+13
2019-08-16Auto merge of #63470 - Mark-Simulacrum:rustc-depdep, r=alexcrichtonbors-100/+23
2019-08-16Do not generate allocations for zero sized allocationsOliver Scherer-8/+13
2019-08-16ci: properly set the job name in CPU statsPietro Albini-1/+1
2019-08-16bless you nllEduard-Mihai Burtescu-32/+32
2019-08-16rustc_mir: use the right type for associated const literals.Eduard-Mihai Burtescu-6/+6
2019-08-16rustc_mir: add sanity asserts for the types of `ty::Const`s.Eduard-Mihai Burtescu-0/+6
2019-08-16Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern...Eduard-Mihai Burtescu-115/+46
2019-08-16Bless tests with --compare-mode=nllsd234678-7/+7
2019-08-16Auto merge of #63596 - lzutao:update-miri, r=RalfJungbors-9/+7
2019-08-16Update stderr files with --blesssd234678-61/+61
2019-08-16Remove meaningless comments in src/testsd234678-81/+0
2019-08-16CrateStore comment fix.Edd Barrett-2/+1
2019-08-16Fix a comment for the def_path_table.Edd Barrett-1/+1
2019-08-16Rollup merge of #63615 - jens1o:patch-1, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-08-16Rollup merge of #63612 - estebank:macro-sugg-try-into, r=CentrilMazdak Farrokhzad-0/+18
2019-08-16Rollup merge of #63584 - Centril:cleanup-core-with-more-atb, r=alexregMazdak Farrokhzad-6/+2
2019-08-16Rollup merge of #63539 - Centril:2015.await, r=oli-obkMazdak Farrokhzad-101/+256
2019-08-16Rollup merge of #63535 - petrochenkov:expndata, r=matthewjasperMazdak Farrokhzad-728/+636
2019-08-16Rollup merge of #63173 - malbarbo:musl-libunwind, r=alexcrichtonMazdak Farrokhzad-60/+16
2019-08-16Rollup merge of #62593 - kper:cleanup_abi, r=CentrilMazdak Farrokhzad-0/+112
2019-08-15Modify librustc_llvm to pass -DNDEBUG while compiling.Joel Galenson-0/+7
2019-08-15Fix typo in DoubleEndedIterator::nth_back docJens Hausdorf-1/+1
2019-08-15Remove `__rust_unstable_column`Vadim Petrochenkov-30/+2
2019-08-15Hygienize use of built-in macros in the standard libraryVadim Petrochenkov-24/+24
2019-08-15Do not suggest `try_into` for base types inside of macro expansionsEsteban Küber-0/+18
2019-08-15resolve: `ParentScope::default` -> `ParentScope::module`Vadim Petrochenkov-8/+10
2019-08-15hygiene: `ExpnInfo` -> `ExpnData`Vadim Petrochenkov-168/+168