| Age | Commit message (Expand) | Author | Lines |
| 2018-02-10 | Rollup merge of #47835 - Mark-Simulacrum:remove-data-structs, r=nikomatsakis | kennytm | -412/+0 |
| 2018-02-10 | Rollup merge of #47790 - tinaun:patch-1, r=sfackler | kennytm | -1/+1 |
| 2018-02-10 | Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakis | bors | -11/+38 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -11/+38 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -74/+261 |
| 2018-02-09 | Auto merge of #47761 - GuillaumeGomez:test-themes, r=Mark-Simulacrum | bors | -8/+546 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -77/+564 |
| 2018-02-08 | Fleshed out the test a lot more. | Felix S. Klock II | -9/+230 |
| 2018-02-08 | Test that autoref'ing beyond method receivers does not leak into two-phase bo... | Felix S. Klock II | -0/+39 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -28/+154 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -20/+89 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -35/+67 |
| 2018-02-08 | Convert python script to rust | Guillaume Gomez | -63/+81 |
| 2018-02-08 | Pass themes folder as parameter | Guillaume Gomez | -12/+14 |
| 2018-02-08 | Add tests for themes | Guillaume Gomez | -25/+138 |
| 2018-02-08 | Improve output a bit in case of error | Guillaume Gomez | -8/+24 |
| 2018-02-08 | Add test when trying to add new theme | Guillaume Gomez | -5/+16 |
| 2018-02-08 | Handle comments in css selector and add tests | Guillaume Gomez | -23/+80 |
| 2018-02-08 | Fix missing rules for dark.css | Guillaume Gomez | -0/+3 |
| 2018-02-08 | get differences | Guillaume Gomez | -10/+43 |
| 2018-02-08 | Add theme tests | Guillaume Gomez | -0/+285 |
| 2018-02-08 | Auto merge of #48057 - scottmcm:less-match-more-compare, r=dtolnay | bors | -16/+31 |
| 2018-02-07 | Fix tests for MIR loop lowering | bobtwinkles | -1/+50 |
| 2018-02-07 | [ci skip] Generate false edges from loop_block | bobtwinkles | -67/+81 |
| 2018-02-07 | Simplify RangeInclusive::next[_back] | Scott McMurray | -16/+31 |
| 2018-02-07 | Auto merge of #48053 - Manishearth:rollup, r=Manishearth | bors | -181/+983 |
| 2018-02-07 | Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebank | Manish Goregaokar | -1/+43 |
| 2018-02-07 | Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkov | Manish Goregaokar | -23/+68 |
| 2018-02-07 | Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddyb | Manish Goregaokar | -11/+89 |
| 2018-02-07 | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik... | Manish Goregaokar | -9/+156 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -2/+79 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -17/+127 |
| 2018-02-07 | Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton | Manish Goregaokar | -6/+68 |
| 2018-02-07 | Rollup merge of #47810 - GuillaumeGomez:fix-theme-but-position, r=QuietMisdre... | Manish Goregaokar | -4/+55 |
| 2018-02-07 | Rollup merge of #47631 - SimonSapin:nonnull, r=alexcrichton | Manish Goregaokar | -25/+64 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -83/+234 |
| 2018-02-07 | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis | bors | -38/+128 |
| 2018-02-07 | Update trait-associated-const test to new format | bobtwinkles | -20/+8 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -38/+140 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -48/+150 |
| 2018-02-06 | Add tests for -Zepoch using tyvar_raw_pointer | Manish Goregaokar | -0/+45 |
| 2018-02-06 | Fill in long diagnostic | Manish Goregaokar | -1/+49 |
| 2018-02-07 | Rollup merge of #48036 - durka:proc-macro-doteq, r=alexcrichton | kennytm | -1/+1 |
| 2018-02-07 | Rollup merge of #48026 - Badel2:doc-assoc-const-object-safe, r=nikomatsakis | kennytm | -0/+22 |
| 2018-02-07 | Rollup merge of #48013 - onur:use-time-in-bootstrap-dist, r=alexcrichton | kennytm | -3/+6 |
| 2018-02-07 | Rollup merge of #48012 - scottmcm:faster-rangeinclusive-fold, r=alexcrichton | kennytm | -1/+65 |
| 2018-02-07 | Rollup merge of #47986 - Gilnaa:libtest_relaxed, r=Mark-Simulacrum | kennytm | -4/+13 |
| 2018-02-07 | Rollup merge of #46962 - clarcharr:os_raw_docs, r=QuietMisdreavus | kennytm | -5/+124 |
| 2018-02-06 | Trait objects cannot contain associated constants | Badel2 | -0/+22 |
| 2018-02-06 | Added and updated tests to enable/disable overflow checks. | David Wood | -1/+54 |