| Age | Commit message (Expand) | Author | Lines |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -2/+5 |
| 2018-05-06 | Added a tidy test to ensure libcore cannot contain any tests. | kennytm | -0/+36 |
| 2018-05-06 | Move the tests in src/libcore/slice/memchr.rs as well. | kennytm | -82/+86 |
| 2018-05-06 | Fix warning in `core::time` tests | Lukas Kalbertodt | -4/+6 |
| 2018-05-06 | Move libcore/time tests from `time.rs` to `tests/time.rs` | Lukas Kalbertodt | -116/+123 |
| 2018-05-06 | Added test case. | kennytm | -8/+43 |
| 2018-05-06 | Added `./x.py test --no-doc` option. | kennytm | -13/+38 |
| 2018-05-05 | Auto merge of #50441 - kornelski:debughint, r=kornelski | bors | -9/+13 |
| 2018-05-05 | Auto merge of #50370 - nikomatsakis:nll-alias-analysis-flat, r=pnkfelix | bors | -106/+689 |
| 2018-05-05 | Suggest more helpful formatting string | Kornel | -9/+13 |
| 2018-05-05 | add a comment about Locations::All | Niko Matsakis | -0/+36 |
| 2018-05-05 | remove `#[allow(dead_code)]` | Niko Matsakis | -1/+0 |
| 2018-05-05 | add `-Znll-facts` switch that dumps facts for new analysis | Niko Matsakis | -54/+441 |
| 2018-05-05 | add location table | Niko Matsakis | -0/+132 |
| 2018-05-05 | add `Locations::All` as a concept | Niko Matsakis | -50/+74 |
| 2018-05-05 | use `crate` visibility modifier | Niko Matsakis | -2/+2 |
| 2018-05-05 | add `Location::START` const | Niko Matsakis | -4/+9 |
| 2018-05-05 | Auto merge of #50418 - nnethercote:cmt, r=eddyb | bors | -209/+208 |
| 2018-05-05 | Auto merge of #50423 - hberntsen:armv5te_unknown_linux_musl, r=alexcrichton | bors | -1/+51 |
| 2018-05-05 | Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavus | bors | -31/+39 |
| 2018-05-04 | Fold rustfix tests back into the UI test suite | Alex Crichton | -80/+223 |
| 2018-05-04 | Use published rustfix 0.2 version | Pascal Hertleif | -7/+5 |
| 2018-05-04 | test: Make a dedicated testsuite for rustfix | Alex Crichton | -44/+471 |
| 2018-05-04 | tidy | Pascal Hertleif | -3/+6 |
| 2018-05-04 | Skip NLL compiletest in rustfix mode for now | Pascal Hertleif | -3/+6 |
| 2018-05-04 | Use rustfix' suggestion fixing API | Pascal Hertleif | -74/+6 |
| 2018-05-04 | First step towards rustfix compiletest mode | Pascal Hertleif | -2/+110 |
| 2018-05-04 | Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard... | bors | -92/+505 |
| 2018-05-04 | Auto merge of #50435 - cuviper:rm-lookup_host, r=sfackler | bors | -72/+3 |
| 2018-05-04 | Update mir-opt test to reflect change to MIR code-generation. | Felix S. Klock II | -53/+61 |
| 2018-05-04 | Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakis | bors | -3/+37 |
| 2018-05-04 | Merge armv5te musl container with dist-various-1 | Harm Berntsen | -48/+9 |
| 2018-05-04 | Add eabi suffix to armv5te musl target | Harm Berntsen | -6/+6 |
| 2018-05-04 | Auto merge of #50398 - llogiq:memchr-nano-opt, r=nagisa | bors | -13/+2 |
| 2018-05-04 | Auto merge of #50433 - nrc:update, r=alexcrichton | bors | -8/+9 |
| 2018-05-04 | Update RLS and Rustfmt (and Cargo) | Nick Cameron | -8/+9 |
| 2018-05-04 | Auto merge of #50397 - sgrif:sg-smaller-universe-refactorings, r=nikomatsakis | bors | -156/+168 |
| 2018-05-03 | Remove the deprecated std::net::{lookup_host,LookupHost} | Josh Stone | -72/+3 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -60/+161 |
| 2018-05-04 | Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi... | kennytm | -5/+7 |
| 2018-05-03 | Fix invalid path generation in rustdoc search | Guillaume Gomez | -5/+7 |
| 2018-05-04 | Rollup merge of #50416 - rleungx:non-lifetime, r=estebank | kennytm | -2/+28 |
| 2018-05-04 | Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnay | kennytm | -4/+32 |
| 2018-05-04 | Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive... | kennytm | -13/+34 |
| 2018-05-04 | Rollup merge of #50417 - matklad:pr-50379, r=alexcrichton | kennytm | -0/+0 |
| 2018-05-04 | Rollup merge of #50407 - nnethercote:inline-BytePos, r=michaelwoerister | kennytm | -0/+10 |
| 2018-05-04 | Rollup merge of #50401 - alexcrichton:remove-path-from-str, r=sfackler | kennytm | -27/+0 |
| 2018-05-04 | Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddyb | kennytm | -4/+30 |
| 2018-05-04 | Rollup merge of #50365 - nnethercote:nearest_common_ancestor-two-vecs, r=niko... | kennytm | -5/+6 |
| 2018-05-04 | Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r... | kennytm | -3/+3 |