about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-27Tests for external linkage symbol collision check.Felix S. Klock II-0/+67
2019-05-27Regression test for issue #59548.Felix S. Klock II-0/+23
2019-05-27Refine the message to at least *mention* the attribute itself.Felix S. Klock II-3/+4
2019-05-27Always supply span to check_and_apply_linkage, sidestepping need to add `bug!...Felix S. Klock II-16/+6
2019-05-27Move existing `#[linkage]` tests to a subdirectory where I can add more tests.Felix S. Klock II-0/+0
2019-05-27Auto merge of #61215 - paoloteti:armebv7r, r=alexcrichtonbors-1/+0
2019-05-27Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obkbors-77/+189
2019-05-26Docker: remove environment variable `CC_armebv7r_none_eabi`Paolo Teti-1/+0
2019-05-26Update clippy submoduleOliver Scherer-10/+8
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-25Add support for suggesting as_ref to Result accessesEsteban Küber-3/+54
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