about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-25Update ui testsOliver Scherer-1/+23
2019-05-25Print types for unevaluated constantsOliver Scherer-2/+2
2019-05-25Fix rebase falloutOliver Scherer-7/+7
2019-05-25Break cycle during array length printingOliver Scherer-1/+1
2019-05-25rustc: integrate ty::Const into ty::print as print_const.Eduard-Mihai Burtescu-107/+160
2019-05-25Update ui testsOliver Scherer-1/+1
2019-05-25Print unevaluted constants as `_` or as their source representationOliver Scherer-4/+13
2019-05-25Use `write_char` to skip the formatting infrastructureOliver Scherer-1/+1
2019-05-25Fix tidyOliver Scherer-0/+1
2019-05-25Print generic args in function calls in MIROliver Scherer-7/+7
2019-05-25Group common printing code during constant pretty printingOliver Scherer-56/+73
2019-05-25Render unresolved anon consts like closuresOliver Scherer-4/+10
2019-05-25`u8` is printed as a number, not a characterOliver Scherer-3/+3
2019-05-25Render const byte slices in MIROliver Scherer-22/+34
2019-05-25Make `ConstValue::Slice` solely take `[u8]` and `str`Oliver Scherer-162/+157
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