about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-25Refactor string constant printing to prep for byte string printingOliver Scherer-3/+3
2019-05-25Add test showing how byte slices are printed in MIROliver Scherer-0/+15
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-182/+114
2019-05-25Print const chars escaped with surrounding quotesOliver Scherer-1/+1
2019-05-25Merge the string printing paths of ty::ConstOliver Scherer-8/+12
2019-05-25There's a tcx in scope, don't use the tls oneOliver Scherer-15/+11
2019-05-25Reuse the pretty printing architecture for printing of constantsOliver Scherer-80/+100
2019-05-25Remove unnecessary secondary recursionOliver Scherer-1/+1
2019-05-25Auto merge of #61150 - Centril:rollup-wmm7qga, r=Centrilbors-174/+418
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-25Auto merge of #60441 - vext01:try-to-kill-projection-params, r=oli-obkbors-67/+55
2019-05-25Add extra arc_wakevarkor-0/+64
2019-05-24Revert changes that belong to separate PREsteban Küber-39/+16
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-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-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-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-24rustbuild: Untie `debuginfo-level-tests` from `debuginfo-level`Vadim Petrochenkov-1/+1
2019-05-24Auto merge of #60803 - varkor:remove-in-place-syntax, r=petrochenkovbors-108/+55
2019-05-24ci: Enable debuginfo for std only if release channel is setVadim Petrochenkov-1/+1
2019-05-24rustbuild: Simplify debuginfo configurationVadim Petrochenkov-68/+49
2019-05-24Deprecate `FnBox`. `Box<dyn FnOnce()>` can be called directly, since 1.35Simon Sapin-31/+52
2019-05-24Use FnOnce instead of FnBox in libtestSimon Sapin-4/+2
2019-05-24Fixed type-alias-bounds lint docCerberuser-4/+7