| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -6/+32 |
| 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-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -0/+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 | 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 | 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 | 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-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 |
| 2017-08-06 | Improve union unused field detection | Guillaume Gomez | -29/+26 |
| 2017-08-06 | Auto merge of #43655 - bjorn3:more_doc_comments, r=arielb1 | bors | -9/+13 |
| 2017-08-05 | Improve dead code detection for unions | Guillaume Gomez | -15/+31 |
| 2017-08-05 | Don't warn on unused field on union | Guillaume Gomez | -3/+15 |
| 2017-08-05 | Use usual lifetime elision rules for foreign functions | Vadim Petrochenkov | -14/+2 |
| 2017-08-05 | Make some comments doc comments in librustc/middle/cstore.rs | bjorn3 | -9/+13 |
| 2017-08-01 | Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichton | bors | -6/+4 |
| 2017-07-31 | Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis | bors | -27/+61 |
| 2017-07-31 | async-llvm(18): Instantiate OngoingCrateTranslation before starting translation. | Michael Woerister | -6/+4 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -27/+61 |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -32/+6 |
| 2017-07-29 | Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrc | bors | -4/+4 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -32/+6 |
| 2017-07-27 | Change doc comment to code comment | Guillaume Gomez | -4/+4 |
| 2017-07-27 | rustc_const_eval: keep track of the appropriate ParamEnv. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-07-27 | rustc_const_eval: always require correct Substs. | Eduard-Mihai Burtescu | -1/+1 |