| Age | Commit message (Expand) | Author | Lines |
| 2019-05-27 | Only build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TESTS is set. | Michael Woerister | -19/+34 |
| 2019-05-27 | Fix unit test after pgo-use change. | Michael Woerister | -1/+1 |
| 2019-05-27 | Add a smoketest for combining PGO with xLTO. | Michael Woerister | -0/+131 |
| 2019-05-27 | rustbuild: Also build compiler-rt when building LLDB. This allows clang-based... | Michael Woerister | -1/+1 |
| 2019-05-27 | PGO: Check that pgo-use file actually exists. LLVM seems to only emit an easy... | Michael Woerister | -0/+9 |
| 2019-05-27 | Use a PathBuf instead of String for representing the pgo-use path internally. | Michael Woerister | -9/+7 |
| 2019-05-27 | Auto merge of #61035 - nnethercote:avoid-more-symbol-interning, r=petrochenkov | bors | -228/+298 |
| 2019-05-27 | Use `Symbol` equality in `may_begin_with` and `parse_nt`. | Nicholas Nethercote | -27/+34 |
| 2019-05-27 | Use `Symbol` equality in `check_ident_token`. | Nicholas Nethercote | -3/+3 |
| 2019-05-27 | Use `Symbol` equality in `is_ident_named`. | Nicholas Nethercote | -8/+10 |
| 2019-05-27 | Avoid some re-interning in `to_lit_token`. | Nicholas Nethercote | -5/+8 |
| 2019-05-27 | Add `to_symbol` methods. | Nicholas Nethercote | -4/+35 |
| 2019-05-27 | Auto merge of #61215 - paoloteti:armebv7r, r=alexcrichton | bors | -1/+0 |
| 2019-05-27 | Pre-intern "0", "1", ..., "9", and use where appropriate. | Nicholas Nethercote | -13/+48 |
| 2019-05-27 | Pass symbols to `ExtCtxt::std_path` instead of strings. | Nicholas Nethercote | -57/+71 |
| 2019-05-27 | Avoid unnecessary internings. | Nicholas Nethercote | -106/+84 |
| 2019-05-27 | Avoid interning in `resolve_place_op`. | Nicholas Nethercote | -9/+9 |
| 2019-05-27 | Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obk | bors | -77/+189 |
| 2019-05-26 | Docker: remove environment variable `CC_armebv7r_none_eabi` | Paolo Teti | -1/+0 |
| 2019-05-26 | Update clippy submodule | Oliver Scherer | -10/+8 |
| 2019-05-26 | Auto merge of #61210 - Centril:rollup-ofr6h5b, r=Centril | bors | -111/+109 |
| 2019-05-26 | Rollup merge of #61205 - airt:docs-fix-typo-#61197, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-26 | Rollup merge of #61120 - spastorino:eval-place-iterate, r=oli-obk | Mazdak Farrokhzad | -29/+29 |
| 2019-05-26 | Rollup merge of #61102 - spastorino:move-path-for-iterate, r=oli-obk | Mazdak Farrokhzad | -68/+73 |
| 2019-05-26 | Rollup merge of #61077 - nnethercote:tweak-prefill, r=petrochenkov | Mazdak Farrokhzad | -13/+6 |
| 2019-05-26 | Auto merge of #61080 - mati865:mingw_pgo, r=sanxiyn | bors | -1/+5 |
| 2019-05-26 | Auto merge of #61201 - Centril:rollup-975knrk, r=Centril | bors | -653/+869 |
| 2019-05-26 | docs: fix typo #61197 | airt | -1/+1 |
| 2019-05-26 | Auto merge of #60852 - alexcrichton:std-backtrace, r=sfackler | bors | -2134/+168 |
| 2019-05-26 | Rollup merge of #61193 - spastorino:add-comment, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-05-26 | Rollup merge of #61189 - oli-obk:turbofish_ice, r=varkor | Mazdak Farrokhzad | -34/+66 |
| 2019-05-26 | Rollup merge of #61184 - wesleywiser:const_prop_tracing, r=oli-obk | Mazdak Farrokhzad | -1/+11 |
| 2019-05-26 | Rollup merge of #61173 - fabric-and-ink:minor-cleanup, r=varkor | Mazdak Farrokhzad | -25/+1 |
| 2019-05-26 | Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-05-26 | Rollup merge of #61144 - estebank:issue-61108, r=matthewjasper | Mazdak Farrokhzad | -18/+39 |
| 2019-05-26 | Rollup merge of #61114 - RalfJung:vec, r=Gankro | Mazdak Farrokhzad | -7/+92 |
| 2019-05-26 | Rollup merge of #61087 - estebank:parsepalooza, r=Centril | Mazdak Farrokhzad | -566/+656 |
| 2019-05-25 | std: Depend on `backtrace` crate from crates.io | Alex Crichton | -2134/+168 |
| 2019-05-26 | Make move_path_for iterate instead of recurse | Santiago Pastorino | -14/+27 |
| 2019-05-25 | Auto merge of #56595 - ljedrz:x_py_clippy_fix, r=oli-obk | bors | -17/+105 |
| 2019-05-25 | Inline move_path_for_projection inside move_path_for | Santiago Pastorino | -61/+53 |
| 2019-05-25 | Make eval_place iterate instead of recurse | Santiago Pastorino | -29/+29 |
| 2019-05-25 | Add comment to explain why we change the layout for Projection | Santiago Pastorino | -0/+2 |
| 2019-05-25 | Turn ICE on type arguments on variables into an error | Oliver Scherer | -34/+66 |
| 2019-05-25 | review comments: move back some methods and clean up wording | Esteban Küber | -192/+196 |
| 2019-05-25 | Move some methods to `diagnostics.rs` away from `parser.rs` | Esteban Küber | -413/+462 |
| 2019-05-25 | Tweak `self` arg not as first argument of a method diagnostic | Esteban Küber | -43/+80 |
| 2019-05-25 | Add support for suggesting as_ref to Result accesses | Esteban Küber | -3/+54 |
| 2019-05-25 | Auto merge of #59276 - oli-obk:cleanups, r=eddyb | bors | -396/+487 |
| 2019-05-25 | Update nll ui tests | Oliver Scherer | -1/+1 |