| Age | Commit message (Expand) | Author | Lines |
| 2017-08-30 | rustc: Remove the `used_unsafe` field on TyCtxt | Alex Crichton | -5/+50 |
| 2017-08-30 | Auto merge of #43932 - eddyb:const-scoping, r=nikomatsakis | bors | -26/+50 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-28 | rustc: use rvalue scope semantics for constant initializers. | Eduard-Mihai Burtescu | -26/+50 |
| 2017-08-25 | Clean up YieldFinder | John Kåre Alsaker | -3/+8 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -14/+21 |
| 2017-08-24 | Avoid looking at `closure_kinds` for generators | Alex Crichton | -7/+6 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -13/+10 |
| 2017-08-22 | Auto merge of #44008 - RalfJung:staged1, r=alexcrichton | bors | -1/+11 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+1 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -0/+1 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+1 |
| 2017-08-20 | Make sure crates not opting in to staged_api don't use staged_api | Ralf Jung | -1/+11 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -13/+10 |
| 2017-08-17 | rustc: Rename NodeLocal to NodeBinding | Alex Crichton | -1/+1 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+3 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -19/+11 |
| 2017-08-16 | Auto merge of #43850 - GuillaumeGomez:unused-variable-lint, r=arielb1 | bors | -3/+7 |
| 2017-08-16 | Add a note to unused variables | Guillaume Gomez | -3/+7 |
| 2017-08-16 | Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim... | bors | -2/+2 |
| 2017-08-16 | Auto merge of #43651 - petrochenkov:foreign-life, r=eddyb | bors | -14/+2 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-14 | Fix merge conflicts with `gen` branch | Alex Crichton | -2/+2 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -47/+77 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -46/+67 |
| 2017-08-14 | Remove dummy lang items | scalexm | -3/+0 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -0/+4 |
| 2017-08-14 | Mark closures return via impl-trait as reachable. | Michael Woerister | -0/+3 |
| 2017-08-14 | Fix some merge fallout. | Michael Woerister | -2/+0 |
| 2017-08-12 | Check #[thread_local] statics correctly in the compiler. | Eduard-Mihai Burtescu | -1/+7 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -4/+3 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -19/+13 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -11/+17 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -1/+4 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::pat_binding_modes. | Michael Woerister | -4/+16 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -13/+19 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -16/+19 |
| 2017-08-11 | Please tidy | John Kåre Alsaker | -1/+3 |
| 2017-08-11 | Implement a cache for looking up yields | John Kåre Alsaker | -17/+45 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -45/+49 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -85/+129 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -45/+49 |
| 2017-08-07 | Auto merge of #43713 - arielb1:legacy-dataflow, r=eddyb | bors | -4/+13 |
| 2017-08-07 | rustc::middle::dataflow - visit the CFG in RPO | Ariel Ben-Yehuda | -4/+13 |
| 2017-08-06 | Auto merge of #43397 - GuillaumeGomez:unused-union-field, r=petrochenkov | bors | -3/+28 |
| 2017-08-06 | Handle type aliases as well | Guillaume Gomez | -3/+6 |
| 2017-08-06 | Fix union unused fields check | Guillaume Gomez | -14/+11 |