about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-25Rollup merge of #61092 - spastorino:sanitize-place-iterative, r=oli-obkMazdak Farrokhzad-75/+78
2019-05-25Rollup merge of #61138 - varkor:async-await-tests, r=cramertjMazdak Farrokhzad-2/+74
2019-05-25Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkorMazdak Farrokhzad-0/+3
2019-05-25Rollup merge of #61121 - RalfJung:miri-value-printing, r=oli-obkMazdak Farrokhzad-3/+47
2019-05-25Rollup merge of #61118 - pnkfelix:issue-60654-dont-ice-on-gat, r=varkorMazdak Farrokhzad-10/+40
2019-05-25Rollup merge of #61113 - SimonSapin:fnbox, r=alexcrichtonMazdak Farrokhzad-35/+54
2019-05-25Rollup merge of #61111 - Cerberuser:patch-1, r=steveklabnikMazdak Farrokhzad-4/+7
2019-05-25Rollup merge of #61110 - ehuss:revert-edition-override, r=Mark-SimulacrumMazdak Farrokhzad-3/+1
2019-05-25Rollup merge of #61107 - blkerby:docs_typos, r=CentrilMazdak Farrokhzad-2/+4
2019-05-25Rollup merge of #61096 - ehuss:tidy-license-short-circuit, r=CentrilMazdak Farrokhzad-1/+1
2019-05-25Rollup merge of #61095 - ehuss:update-cargo, r=alexcrichtonMazdak Farrokhzad-0/+3
2019-05-25Rollup merge of #61026 - estebank:macro-eof-spans, r=petrochenkovMazdak Farrokhzad-114/+184
2019-05-24Remove unused import in doctestChris Gregory-1/+1
2019-05-24When encountering move error on an `Option`, suggest using `as_ref`Esteban Küber-77/+138
2019-05-24Reword `are not other` to `are no other`Chris Gregory-1/+1
2019-05-24Suggest borrowing for loop head on move errorEsteban Küber-18/+39
2019-05-25Auto merge of #60441 - vext01:try-to-kill-projection-params, r=oli-obkbors-67/+55
2019-05-25Add Step::sub_usizeTim Vermeulen-0/+44
2019-05-25Implement nth_back for slice::{Iter, IterMut}Tim Vermeulen-21/+68
2019-05-25Add extra arc_wakevarkor-0/+64
2019-05-24Revert changes that belong to separate PREsteban Küber-39/+16
2019-05-24Make eval_place_to_op iterate instead of recurseSantiago Pastorino-13/+24
2019-05-24Make eval_place_to_mplace take PlaceBase::StaticSantiago Pastorino-19/+21
2019-05-24Delete stray .stderrvarkor-10/+0
2019-05-24Move error code tests to error code foldervarkor-0/+0
2019-05-24Add issues folder in async-awaitvarkor-0/+12
2019-05-24Add drop-order folder in test/ui/async-awaitvarkor-12/+0
2019-05-24Add auxiliary issue filevarkor-0/+0
2019-05-24Move some issues into the issues foldervarkor-0/+0
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-2/+20
2019-05-24Fix documentation of `Rc::make_mut` regarding `rc::Weak`.Chris Gregory-7/+27
2019-05-24Annotate each `reverse_bits` with `#[must_use]`Nikolai Vazquez-0/+3
2019-05-24Auto merge of #60777 - pietroalbini:azure-pipelines, r=alexcrichtonbors-18/+50
2019-05-24Avoid catch-all arm, use Base(PlaceBase::Static(_))Santiago Pastorino-2/+1
2019-05-24Move diagnostic logic out of parserEsteban Küber-19/+20
2019-05-24Fix rebaseEsteban Küber-4/+6
2019-05-24review commentsEsteban Küber-66/+73
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-93/+176
2019-05-24Make ignore_borrow iterate instead of recurseSantiago Pastorino-35/+33
2019-05-24Make borrow_of_local_data iterate instead of recurseSantiago Pastorino-15/+13
2019-05-24Make sanitize_place iterate instead of recurseSantiago Pastorino-75/+78
2019-05-24Make find iterate instead of recurseSantiago Pastorino-13/+14
2019-05-24this is for tidyRalf Jung-1/+1
2019-05-24improve debug-printing of scalarsRalf Jung-3/+47
2019-05-24Regression test for issue #60654.Felix S. Klock II-0/+26
2019-05-24Make place projections concrete.Edd Barrett-67/+55
2019-05-24Auto merge of #60568 - petrochenkov:debi, r=Mark-Simulacrumbors-68/+49
2019-05-24Delay ICE in early_free_scope so feature gate has chance to stop compilation ...Felix S. Klock II-6/+9
2019-05-24Delay ICE in fold_region so feature gate has chance to stop compilation cleanly.Felix S. Klock II-4/+5
2019-05-24Don't arena-allocate static symbols.Nicholas Nethercote-13/+6