| Age | Commit message (Expand) | Author | Lines |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -0/+29 |
| 2018-08-05 | Auto merge of #52800 - QuietMisdreavus:do-not-pass-go, r=GuillaumeGomez | bors | -1/+51 |
| 2018-08-05 | Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelix | bors | -130/+850 |
| 2018-08-05 | Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelix | bors | -36/+45 |
| 2018-08-04 | fix exit-code test so the lint fires again | QuietMisdreavus | -1/+1 |
| 2018-08-04 | add tests for new intra-doc-link behavior | QuietMisdreavus | -0/+50 |
| 2018-08-04 | Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -0/+32 |
| 2018-08-04 | Auto merge of #52758 - Mark-Simulacrum:session-cleanup, r=pnkfelix | bors | -3/+3 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -2/+2 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -1/+1 |
| 2018-08-04 | Strengthen tests | Guillaume Gomez | -0/+1 |
| 2018-08-04 | Fix primitive blanket impls not showing up | Guillaume Gomez | -0/+31 |
| 2018-08-04 | Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebank | kennytm | -1/+1 |
| 2018-08-04 | Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichton | bors | -2/+3 |
| 2018-08-03 | Update tests for new spans for nll errors involving closures | Matthew Jasper | -130/+184 |
| 2018-08-03 | Tests for closure spans | Matthew Jasper | -0/+666 |
| 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-03 | update error messages -- in some cases maybe we should investigate | Niko Matsakis | -36/+45 |
| 2018-08-02 | Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton | bors | -30/+376 |
| 2018-08-02 | add rustdoc test for `everybody_loops` fix | QuietMisdreavus | -0/+29 |
| 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 | `Applicability`-ify librustc_lint | Zack M. Davis | -1/+1 |
| 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 |