about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-25Make eval_place iterate instead of recurseSantiago Pastorino-29/+29
2019-05-25Auto merge of #59276 - oli-obk:cleanups, r=eddybbors-396/+487
2019-05-25Update nll ui testsOliver Scherer-1/+1
2019-05-25Auto merge of #61151 - Centril:rollup-5rpyhfo, r=Centrilbors-173/+188
2019-05-25Fix missing tcxvarkor-1/+2
2019-05-25Only print integers in symbol path's constantsOliver Scherer-2/+10
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 #61104 - spastorino:eval-place-to-op-iterate, r=oli-obkMazdak Farrokhzad-27/+39
2019-05-25Rollup merge of #61103 - spastorino:find-iterate, r=oli-obkMazdak Farrokhzad-13/+14
2019-05-25Rollup merge of #61099 - spastorino:ignore-borrow-iterate, r=oli-obkMazdak Farrokhzad-35/+33
2019-05-25Rollup merge of #61094 - spastorino:find-local-iterate, r=oli-obkMazdak Farrokhzad-8/+11
2019-05-25Rollup merge of #61093 - spastorino:borrow-of-local-data-iterate, r=oli-obkMazdak Farrokhzad-15/+13
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-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