| Age | Commit message (Expand) | Author | Lines |
| 2018-02-10 | Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakis | bors | -6/+28 |
| 2018-02-09 | rustc: Upgrade to LLVM 6 | Alex Crichton | -6/+28 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -42/+140 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -18/+327 |
| 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 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -18/+67 |
| 2018-02-07 | Fix tests for MIR loop lowering | bobtwinkles | -1/+50 |
| 2018-02-07 | [ci skip] Generate false edges from loop_block | bobtwinkles | -43/+59 |
| 2018-02-07 | Auto merge of #48053 - Manishearth:rollup, r=Manishearth | bors | -24/+373 |
| 2018-02-07 | Rollup merge of #48028 - zackmdavis:and_the_span_of_the_unknown_type, r=estebank | Manish Goregaokar | -0/+42 |
| 2018-02-07 | Rollup merge of #48020 - RalfJung:type-alias-bounds, r=petrochenkov | Manish Goregaokar | -2/+53 |
| 2018-02-07 | Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddyb | Manish Goregaokar | -0/+36 |
| 2018-02-07 | Rollup merge of #48014 - Manishearth:stealing-chickens-on-the-internet, r=nik... | Manish Goregaokar | -0/+45 |
| 2018-02-07 | Rollup merge of #47944 - oberien:unboundediterator-trustedlen, r=bluss | Manish Goregaokar | -0/+23 |
| 2018-02-07 | Rollup merge of #47922 - zackmdavis:and_the_case_of_the_unused_field_pattern,... | Manish Goregaokar | -2/+75 |
| 2018-02-07 | Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakis | Manish Goregaokar | -20/+99 |
| 2018-02-07 | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis | bors | -0/+82 |
| 2018-02-07 | Update trait-associated-const test to new format | bobtwinkles | -20/+8 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -0/+94 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -2/+107 |
| 2018-02-06 | Add tests for -Zepoch using tyvar_raw_pointer | Manish Goregaokar | -0/+45 |
| 2018-02-06 | Added and updated tests to enable/disable overflow checks. | David Wood | -1/+54 |
| 2018-02-06 | improve wording: bounds -> generic bounds | Ralf Jung | -3/+3 |
| 2018-02-06 | Auto merge of #47203 - varkor:output-filename-conflicts-with-directory, r=est... | bors | -2/+34 |
| 2018-02-05 | correct E0619 span re method call receivers whose type must be known | Zack M. Davis | -0/+42 |
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass o... | David Wood | -5/+5 |
| 2018-02-05 | Warn about more ignored bounds on type aliases | Ralf Jung | -2/+53 |
| 2018-02-05 | mir: Add and fix tests for FalseUnwinds | bobtwinkles | -19/+52 |
| 2018-02-05 | rustc: Add `#[rustc_args_required_const]` | Alex Crichton | -0/+36 |
| 2018-02-06 | Rollup merge of #48007 - nrc:rls-field-init, r=eddyb | kennytm | -0/+8 |
| 2018-02-06 | Rollup merge of #47959 - Manishearth:rustdoc-ice, r=Mark-Simulacrum | kennytm | -0/+16 |
| 2018-02-06 | Rollup merge of #47948 - pietroalbini:use-nested-groups-stabilize, r=petroche... | kennytm | -65/+2 |
| 2018-02-06 | Rollup merge of #47704 - dsprenkels:issue-44415, r=alexcrichton | kennytm | -0/+22 |
| 2018-02-06 | Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakis | kennytm | -1/+19 |
| 2018-02-06 | Rollup merge of #47496 - QuietMisdreavus:rls-doc-include, r=estebank | kennytm | -0/+5 |
| 2018-02-06 | Rollup merge of #46030 - Zoxc:asm-volatile, r=nikomatsakis | kennytm | -0/+26 |
| 2018-02-05 | Make inline assembly volatile if it has no outputs. Fixes #46026 | John Kåre Alsaker | -0/+26 |
| 2018-02-05 | Stabilize use_nested_groups | Pietro Albini | -65/+2 |
| 2018-02-05 | Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix | bors | -0/+33 |
| 2018-02-05 | Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakis | bors | -3/+32 |
| 2018-02-05 | save-analysis: avoid implicit unwrap | Nick Cameron | -0/+8 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -0/+61 |
| 2018-02-04 | Rollup merge of #47947 - goodmanjonathan:stabilize_match_beginning_vert, r=pe... | kennytm | -62/+28 |
| 2018-02-04 | Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichton | kennytm | -3/+3 |
| 2018-02-04 | Rollup merge of #47896 - zackmdavis:and_the_case_of_the_necessary_unnecessary... | kennytm | -0/+55 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -0/+23 |
| 2018-02-04 | Rollup merge of #47862 - GuillaumeGomez:const-evaluation-ice, r=eddyb | kennytm | -0/+22 |
| 2018-02-04 | TrustedLen for Repeat / RangeFrom test cases | oberien | -0/+23 |
| 2018-02-04 | Remove delay_span_bug() in check_aliasability | Seiichi Uchida | -1/+19 |