| Age | Commit message (Expand) | Author | Lines |
| 2017-09-26 | Auto merge of #44736 - pnkfelix:mir-borrowck4, r=arielb1 | bors | -341/+317 |
| 2017-09-25 | Auto merge of #44809 - arielb1:small-scope, r=eddyb | bors | -3/+5 |
| 2017-09-25 | Remove now dead code. | Felix S. Klock II | -299/+1 |
| 2017-09-25 | Make mir-borrowck more closely match (draft) NLL RFC. | Felix S. Klock II | -81/+339 |
| 2017-09-25 | More fine-grained delineation for mir-borrowck errors. | Felix S. Klock II | -4/+20 |
| 2017-09-25 | Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis | bors | -60/+751 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -3/+5 |
| 2017-09-24 | Rollup merge of #44795 - KiChjang:mir-err-notes, r=arielb1 | Guillaume Gomez | -11/+19 |
| 2017-09-24 | remove test code accidentally checked in | Ariel Ben-Yehuda | -10/+0 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -24/+577 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -48/+196 |
| 2017-09-23 | Add span labels for E0505 for MIR borrowck | Keith Yeung | -7/+12 |
| 2017-09-23 | Auto merge of #44747 - Zoxc:gen-switch-unreachable, r=eddyb | bors | -10/+11 |
| 2017-09-23 | Add span label to E0381 for MIR borrowck | Keith Yeung | -4/+7 |
| 2017-09-21 | Make the fallback of generator resumption be unreachable instead of using return | John Kåre Alsaker | -10/+11 |
| 2017-09-21 | mir-borrowck: Add FIXME comment to report name of field instead of index at a... | Basile Desloges | -1/+1 |
| 2017-09-21 | mir-borrowck: Add span labels to `report_use_while_mutably_borrowed()` | Basile Desloges | -3/+8 |
| 2017-09-21 | mir-borrowck: Add borrow data parameter to `report_use_while_mutably_borrowed()` | Basile Desloges | -2/+3 |
| 2017-09-21 | mir-borrowck: Add method to MIR borrowck context to retrieve the span of a gi... | Basile Desloges | -0/+7 |
| 2017-09-21 | Auto merge of #44551 - scalexm:copy-clone-closures, r=arielb1 | bors | -6/+17 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -6/+17 |
| 2017-09-20 | address review comments | Ariel Ben-Yehuda | -1/+5 |
| 2017-09-17 | Remove rustc_bitflags; use the bitflags crate | Tamir Duberstein | -14/+13 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -26/+26 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -24/+40 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -2/+2 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -11/+11 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -15/+15 |
| 2017-09-13 | Fix a bug where StorageIgnored had an incorrect buffer length | John Kåre Alsaker | -2/+2 |
| 2017-09-13 | Fix nits and refactor creation of StorageLive blocks | John Kåre Alsaker | -75/+52 |
| 2017-09-13 | Make sure we aren't using dead locals | John Kåre Alsaker | -5/+6 |
| 2017-09-13 | Analyse storage liveness and preserve it during generator transformation | John Kåre Alsaker | -169/+332 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -22/+38 |
| 2017-09-13 | Fix issue #43481: emit the EndRegion *before* StorageDeads for a scope. | Felix S. Klock II | -4/+6 |
| 2017-09-13 | Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakis | bors | -155/+17 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -119/+222 |
| 2017-09-11 | rustc: use ConstVal::Unevaluated instead of mir::Literal::Item. | Eduard-Mihai Burtescu | -6/+11 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -3/+7 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -13/+14 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -69/+142 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -63/+83 |
| 2017-09-11 | Auto merge of #44383 - qmx:gh/40473/no-inline-trait-method, r=nikomatsakis | bors | -6/+8 |
| 2017-09-10 | Auto merge of #44316 - eddyb:no-local-var-def-id, r=michaelwoerister | bors | -19/+13 |
| 2017-09-10 | Use rvalue promotion to 'static instead of static items. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-09-09 | Stabilize drop_types_in_const. | Eduard-Mihai Burtescu | -155/+17 |
| 2017-09-09 | Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis | bors | -5/+7 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -19/+13 |
| 2017-09-08 | simplify | Douglas Campos | -9/+1 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -12/+12 |
| 2017-09-07 | Auto merge of #44249 - pnkfelix:debugflag-emit-end-regions, r=arielb1 | bors | -16/+23 |