about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-27Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set.Michael Woerister-19/+34
2019-05-27Fix unit test after pgo-use change.Michael Woerister-1/+1
2019-05-27Add a smoketest for combining PGO with xLTO.Michael Woerister-0/+131
2019-05-27rustbuild: Also build compiler-rt when building LLDB. This allows clang-based...Michael Woerister-1/+1
2019-05-27PGO: Check that pgo-use file actually exists. LLVM seems to only emit an easy...Michael Woerister-0/+9
2019-05-27Use a PathBuf instead of String for representing the pgo-use path internally.Michael Woerister-9/+7
2019-05-27Auto merge of #61035 - nnethercote:avoid-more-symbol-interning, r=petrochenkovbors-228/+298
2019-05-27Use `Symbol` equality in `may_begin_with` and `parse_nt`.Nicholas Nethercote-27/+34
2019-05-27Use `Symbol` equality in `check_ident_token`.Nicholas Nethercote-3/+3
2019-05-27Use `Symbol` equality in `is_ident_named`.Nicholas Nethercote-8/+10
2019-05-27Avoid some re-interning in `to_lit_token`.Nicholas Nethercote-5/+8
2019-05-27Add `to_symbol` methods.Nicholas Nethercote-4/+35
2019-05-27Auto merge of #61215 - paoloteti:armebv7r, r=alexcrichtonbors-1/+0
2019-05-27Pre-intern "0", "1", ..., "9", and use where appropriate.Nicholas Nethercote-13/+48
2019-05-27Pass symbols to `ExtCtxt::std_path` instead of strings.Nicholas Nethercote-57/+71
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-106/+84
2019-05-27Avoid interning in `resolve_place_op`.Nicholas Nethercote-9/+9
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