about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-26Auto merge of #61210 - Centril:rollup-ofr6h5b, r=Centrilbors-111/+109
2019-05-26Rollup merge of #61205 - airt:docs-fix-typo-#61197, r=CentrilMazdak Farrokhzad-1/+1
2019-05-26Rollup merge of #61120 - spastorino:eval-place-iterate, r=oli-obkMazdak Farrokhzad-29/+29
2019-05-26Rollup merge of #61102 - spastorino:move-path-for-iterate, r=oli-obkMazdak Farrokhzad-68/+73
2019-05-26Rollup merge of #61077 - nnethercote:tweak-prefill, r=petrochenkovMazdak Farrokhzad-13/+6
2019-05-26Auto merge of #61080 - mati865:mingw_pgo, r=sanxiynbors-1/+5
2019-05-26Auto merge of #61201 - Centril:rollup-975knrk, r=Centrilbors-653/+869
2019-05-26docs: fix typo #61197airt-1/+1
2019-05-26Auto merge of #60852 - alexcrichton:std-backtrace, r=sfacklerbors-2134/+168
2019-05-26Rollup merge of #61193 - spastorino:add-comment, r=RalfJungMazdak Farrokhzad-0/+2
2019-05-26Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkorMazdak Farrokhzad-34/+66
2019-05-26Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obkMazdak Farrokhzad-1/+11
2019-05-26Rollup merge of #61173 - fabric-and-ink:minor-cleanup, r=varkorMazdak Farrokhzad-25/+1
2019-05-26Rollup merge of #61161 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-2/+2
2019-05-26Rollup merge of #61144 - estebank:issue-61108, r=matthewjasperMazdak Farrokhzad-18/+39
2019-05-26Rollup merge of #61114 - RalfJung:vec, r=GankroMazdak Farrokhzad-7/+92
2019-05-26Rollup merge of #61087 - estebank:parsepalooza, r=CentrilMazdak Farrokhzad-566/+656
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-2134/+168
2019-05-26Make move_path_for iterate instead of recurseSantiago Pastorino-14/+27
2019-05-25Auto merge of #56595 - ljedrz:x_py_clippy_fix, r=oli-obkbors-17/+105
2019-05-25Inline move_path_for_projection inside move_path_forSantiago Pastorino-61/+53
2019-05-25Make eval_place iterate instead of recurseSantiago Pastorino-29/+29
2019-05-25Add comment to explain why we change the layout for ProjectionSantiago Pastorino-0/+2
2019-05-25Turn ICE on type arguments on variables into an errorOliver Scherer-34/+66
2019-05-25review comments: move back some methods and clean up wordingEsteban Küber-192/+196
2019-05-25Move some methods to `diagnostics.rs` away from `parser.rs`Esteban Küber-413/+462
2019-05-25Tweak `self` arg not as first argument of a method diagnosticEsteban Küber-43/+80
2019-05-25Auto merge of #59276 - oli-obk:cleanups, r=eddybbors-396/+487
2019-05-25Update nll ui testsOliver Scherer-1/+1
2019-05-25Add additional trace statements to the const propagatorWesley Wiser-1/+11
2019-05-25Add clippy and fix commands to x.pyljedrz-17/+105
2019-05-25Auto-derive Encode and Decode implementationsFabian Drinck-25/+1
2019-05-25Auto merge of #61151 - Centril:rollup-5rpyhfo, r=Centrilbors-173/+188
2019-05-25shadow as_ptr as as_mut_ptr in Vec to avoid going through DerefRalf Jung-7/+71
2019-05-25add test checking that Vec push/pop does not invalidate pointersRalf Jung-0/+21
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