| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | shorten the url to fix tidy error. | Hideki Sekine | -1/+1 |
| 2018-08-14 | change variable definition order (basic thing first). | Hideki Sekine | -3/+4 |
| 2018-08-14 | use TMPDIR instead of custom directory. | Hideki Sekine | -1/+1 |
| 2018-08-14 | use a simple script instead of `cargo clone`. | Hideki Sekine | -2/+27 |
| 2018-08-10 | [CI] run-make/thumb: remove `-j 1` from cargo run | Hideki Sekine | -1/+1 |
| 2018-08-08 | [CI] run-make/thumb: support 4 thumb*-none-eabi* targets: | Hideki Sekine | -2/+10 |
| 2018-08-08 | [CI] run-make/thumb: tidy up variables | Hideki Sekine | -8/+10 |
| 2018-08-08 | [CI] run-make/thumb: remove hacky workaround. | Hideki Sekine | -5/+0 |
| 2018-08-08 | [CI] run-make/thumb: 1st working version with hacky workaround. | Hideki Sekine | -5/+13 |
| 2018-08-07 | [CI] run-make/thumb: Add LD_LIBRARY_PATH experiment, etc. | Hideki Sekine | -1/+2 |
| 2018-08-07 | [CI] run-make/thumb: add log for `cargo build` | Hideki Sekine | -1/+1 |
| 2018-08-07 | [CI] run-make/thumb: add -vv to `cargo build` for diag | Hideki Sekine | -1/+1 |
| 2018-08-06 | [CI] run-make: experimental thumb test | Hideki Sekine | -0/+21 |
| 2018-08-06 | Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal... | bors | -9/+9 |
| 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 |