| Age | Commit message (Expand) | Author | Lines |
| 2018-08-04 | Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichton | bors | -2/+3 |
| 2018-08-03 | Auto merge of #52973 - davidtwco:issue-52663-lifetimes-not-included-in-span, ... | bors | -1/+53 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -2/+3 |
| 2018-08-03 | Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung | bors | -18/+31 |
| 2018-08-03 | Auto merge of #52948 - davidtwco:issue-52633-later-loop-iteration, r=pnkfelix | bors | -8/+8 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -30/+376 |
| 2018-08-02 | Auto merge of #52782 - pnkfelix:issue-45696-dangly-paths-for-box, r=eddyb | bors | -4/+440 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -4/+1 |
| 2018-08-02 | Auto merge of #52975 - pnkfelix:issue-52967-edition-2018-implies-2-phase-borr... | bors | -0/+32 |
| 2018-08-02 | When we turn on NLL migration in the 2018 edition, we need two-phase borrows ... | Felix S. Klock II | -0/+32 |
| 2018-08-02 | Second field of ScalarPair can be undef in some cases | Oliver Schneider | -1/+1 |
| 2018-08-02 | Explicitly label any named lifetimes mentioned in error messages. | David Wood | -1/+53 |
| 2018-08-02 | Auto merge of #52890 - djrenren:test-visibility, r=petrochenkov | bors | -0/+38 |
| 2018-08-02 | Reading values should not be looking at the variant | Oliver Schneider | -4/+5 |
| 2018-08-01 | Rollup merge of #52954 - cramertj:async-parse, r=petrochenkov | Pietro Albini | -0/+23 |
| 2018-08-01 | Rollup merge of #52930 - eddyb:issue-52489, r=cramertj | Pietro Albini | -0/+30 |
| 2018-08-01 | Rollup merge of #52926 - alexcrichton:trim-idioms-lints, r=oli-obk | Pietro Albini | -7/+6 |
| 2018-08-01 | Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddyb | Pietro Albini | -0/+25 |
| 2018-08-01 | Rollup merge of #52908 - lnicola:vec-truncate-opt, r=alexcrichton | Pietro Albini | -0/+21 |
| 2018-08-01 | Rollup merge of #52899 - draganmladjenovic:ui_tests64, r=alexcrichton | Pietro Albini | -10/+14 |
| 2018-08-01 | Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb | Pietro Albini | -0/+29 |
| 2018-08-01 | Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelix | Pietro Albini | -0/+23 |
| 2018-08-01 | Rollup merge of #52809 - davidtwco:issue-49579, r=pnkfelix | Pietro Albini | -0/+27 |
| 2018-08-01 | Rollup merge of #52793 - davidtwco:issue-49824, r=pnkfelix | Pietro Albini | -0/+60 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -4/+1 |
| 2018-08-01 | async can begin expressions | Taylor Cramer | -0/+23 |
| 2018-08-01 | Fix bug in test pointed out during review. | Felix S. Klock II | -2/+2 |
| 2018-08-01 | Expand long-live-borrows-in-boxes test to include simplier illustrative cases. | Felix S. Klock II | -5/+35 |
| 2018-08-01 | Test for (previously uncaught) infinite loop identified by matthewjasper. | Felix S. Klock II | -0/+66 |
| 2018-08-01 | Regression tests. | Felix S. Klock II | -0/+344 |
| 2018-08-01 | minor fallout from the change. | Felix S. Klock II | -4/+0 |
| 2018-08-01 | Errors are more specific in cases where borrows are used in future iterations... | David Wood | -8/+8 |
| 2018-08-01 | Added test for #49824. | David Wood | -0/+60 |
| 2018-08-01 | rustc: Trim down the `rust_2018_idioms` lint group | Alex Crichton | -7/+6 |
| 2018-08-01 | Fallout from fixing `try_read_value` to work with enums | Oliver Schneider | -22/+18 |
| 2018-08-01 | Fix `try_read_value` not working for enums | Oliver Schneider | -0/+16 |
| 2018-08-01 | Auto merge of #52474 - alexcrichton:better-lto-error, r=eddyb | bors | -0/+52 |
| 2018-08-01 | resolve: Implement prelude search for macro paths | Vadim Petrochenkov | -30/+376 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -408/+596 |
| 2018-08-01 | Rollup merge of #52914 - nagisa:sparc-is-sparc’s-own-business, r=alexcrichton | Pietro Albini | -0/+1 |
| 2018-08-01 | Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-... | Pietro Albini | -38/+75 |
| 2018-08-01 | Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkov | Pietro Albini | -351/+351 |
| 2018-08-01 | Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk | Pietro Albini | -5/+24 |
| 2018-08-01 | Rollup merge of #52883 - estebank:nll-diag-mut, r=oli-obk | Pietro Albini | -10/+10 |
| 2018-08-01 | Rollup merge of #52878 - mikhail-m1:master, r=kennytm | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52876 - cuviper:const-endianness-be, r=kennytm | Pietro Albini | -1/+1 |
| 2018-08-01 | Rollup merge of #52851 - flip1995:tool_lints, r=oli-obk | Pietro Albini | -0/+80 |
| 2018-08-01 | Rollup merge of #52825 - RalfJung:codegen, r=alexcrichton | Pietro Albini | -0/+42 |
| 2018-08-01 | Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelix | Pietro Albini | -0/+9 |
| 2018-08-01 | Rollup merge of #52628 - Mark-Simulacrum:rustdoc-cleanup-1, r=QuietMisdreavus | Pietro Albini | -2/+2 |