| Age | Commit message (Expand) | Author | Lines |
| 2018-02-20 | temporarily disable rust-lang/rust#46833 due to rust-lang/rust#48251 | Niko Matsakis | -1/+3 |
| 2018-02-12 | Auto merge of #47843 - estebank:teach, r=nikomatsakis | bors | -30/+138 |
| 2018-02-11 | Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakis | bors | -0/+16 |
| 2018-02-10 | Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddyb | kennytm | -0/+4 |
| 2018-02-09 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -0/+16 |
| 2018-02-09 | Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis | bors | -22/+69 |
| 2018-02-09 | Auto merge of #47489 - pnkfelix:limit-2pb-issue-46747, r=nikomatsakis | bors | -31/+63 |
| 2018-02-08 | Disallow function pointers to #[rustc_args_required_const] | Alex Crichton | -0/+4 |
| 2018-02-08 | Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr... | Felix S. Klock II | -9/+24 |
| 2018-02-08 | Restrict two-phase borrows to solely borrows introduced via autoref. | Felix S. Klock II | -2/+11 |
| 2018-02-08 | Encode (in MIR) whether borrows are explicit in source or arise due to autoref. | Felix S. Klock II | -26/+34 |
| 2018-02-07 | Add `-Zteach` documentation | Esteban Küber | -30/+138 |
| 2018-02-07 | [ci skip] Generate false edges from loop_block | bobtwinkles | -24/+22 |
| 2018-02-07 | Auto merge of #48053 - Manishearth:rollup, r=Manishearth | bors | -11/+53 |
| 2018-02-07 | Rollup merge of #48018 - alexcrichton:require-const-arg, r=eddyb | Manish Goregaokar | -11/+53 |
| 2018-02-07 | Auto merge of #47957 - bobtwinkles:fix_mir_consts, r=nikomatsakis | bors | -38/+46 |
| 2018-02-06 | mir: Fix DefiningTy::Const | bobtwinkles | -38/+46 |
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -46/+43 |
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass o... | David Wood | -7/+7 |
| 2018-02-05 | mir: Add false edge cleanup out of infinite loops | bobtwinkles | -5/+17 |
| 2018-02-05 | mir: Add TerminatorKind::FalseUnwind | bobtwinkles | -8/+45 |
| 2018-02-05 | Fix comment in ExprKind::LogicalOp | bobtwinkles | -2/+2 |
| 2018-02-05 | rustc: Add `#[rustc_args_required_const]` | Alex Crichton | -11/+53 |
| 2018-02-05 | Auto merge of #47920 - Aaron1011:nll-overflow, r=pnkfelix | bors | -37/+78 |
| 2018-02-05 | Auto merge of #47873 - Aaron1011:final-ref-coerce, r=nikomatsakis | bors | -1/+33 |
| 2018-02-05 | Auto merge of #47865 - Manishearth:cleanup-shim, r=nikomatsakis | bors | -74/+69 |
| 2018-02-05 | Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk | kennytm | -1/+7 |
| 2018-02-04 | Rollup merge of #47877 - spastorino:lifetime-bounds-in-copy, r=nikomatsakis | kennytm | -7/+14 |
| 2018-02-04 | Auto merge of #47915 - eddyb:layout-of, r=nikomatsakis | bors | -3/+2 |
| 2018-02-03 | Auto merge of #47845 - Zoxc:gen-fixes, r=nikomatsakis | bors | -24/+186 |
| 2018-02-02 | Remove commented-out code | Aaron Hill | -2/+0 |
| 2018-02-02 | Rollup merge of #47898 - Aaron1011:static-ref-nll, r=nikomatsakis Fix ICE whe... | kennytm | -2/+1 |
| 2018-02-01 | Turn `type_id` into a constant intrinsic | Badel2 | -1/+7 |
| 2018-01-31 | Fix overflow when performing drop check calculations in NLL | Aaron Hill | -37/+80 |
| 2018-02-01 | Generalize tuple_like_shim's code to be useful for enums | Manish Goregaokar | -24/+39 |
| 2018-02-01 | Eliminate ret_field and ret intermediates in array clone shim | Manish Goregaokar | -24/+10 |
| 2018-02-01 | Correctly subst the fn_sig so that we get the correct types | Manish Goregaokar | -3/+9 |
| 2018-02-01 | rustc: prefer ParamEnvAnd and LayoutCx over tuples for LayoutOf. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-01-31 | Rollup merge of #47889 - alexcrichton:wasm-hidden-by-default, r=cramertj | kennytm | -3/+15 |
| 2018-01-30 | Fix ICE when assigning references to a static mut with NLL | Aaron Hill | -2/+1 |
| 2018-01-30 | rustc: Add an option to default hidden visibility | Alex Crichton | -3/+15 |
| 2018-01-30 | Do not ignore lifetime bounds in Copy impls | Santiago Pastorino | -7/+14 |
| 2018-01-30 | Use dest,src ordering for make_clone_call | Manish Goregaokar | -9/+9 |
| 2018-01-30 | Remove AggregateKind argument from tuple_like_shim | Manish Goregaokar | -9/+3 |
| 2018-01-30 | Write directly to the RETURN_PLACE in tuple_like_shim | Manish Goregaokar | -23/+16 |
| 2018-01-30 | Make make_clone_call take a Place argument | Manish Goregaokar | -15/+16 |
| 2018-01-30 | Force locals to be live after they are borrowed for immovable generators. Fix... | John Kåre Alsaker | -17/+174 |
| 2018-01-30 | Allow access of the state field before the generator transform. Fixes #47482,... | John Kåre Alsaker | -5/+10 |
| 2018-01-29 | Fix ref-to-ptr coercions not working with NLL in certain cases | Aaron Hill | -1/+33 |
| 2018-01-29 | Auto merge of #47837 - eddyb:going-places, r=nikomatsakis | bors | -100/+100 |