| Age | Commit message (Expand) | Author | Lines |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -8/+0 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -8/+6 |
| 2017-09-11 | Update comment to properly describe static promotion restrictions | Aaron Hill | -3/+4 |
| 2017-09-11 | rustc: use ConstVal::Unevaluated instead of mir::Literal::Item. | Eduard-Mihai Burtescu | -1/+0 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -7/+6 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-09-09 | Don't promote references to statics that occur in non-static locations | Aaron Hill | -15/+31 |
| 2017-09-08 | Fix regression in promotion of rvalues referencing a static | Aaron Hill | -1/+22 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -1/+1 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-08-30 | Auto merge of #43932 - eddyb:const-scoping, r=nikomatsakis | bors | -16/+21 |
| 2017-08-28 | rustc: treat impl associated consts like const items for constness. | Eduard-Mihai Burtescu | -16/+21 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -3/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -8/+0 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -8/+0 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -41/+2 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -41/+2 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -8/+0 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+4 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -14/+34 |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -8/+8 |
| 2017-08-14 | Auto merge of #43844 - arielb1:literally-nonstandard, r=eddyb | bors | -6/+21 |
| 2017-08-13 | ast_validation: forbid "nonstandard" literal patterns | Ariel Ben-Yehuda | -6/+21 |
| 2017-08-12 | Fix `-Z hir-stats` always panics (fix #43232). | kennytm | -0/+5 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -1/+1 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -4/+2 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::cast_kinds. | Michael Woerister | -1/+2 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -3/+3 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -4/+5 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -16/+50 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -15/+16 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+4 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -15/+16 |
| 2017-08-09 | extended information for E0571 break with value in non-`loop` loop | Zack M. Davis | -1/+34 |
| 2017-08-06 | fixing doctest failures in resurfaced extended information | Zack M. Davis | -1/+1 |
| 2017-08-06 | de-orphan extended information | Zack M. Davis | -0/+2 |
| 2017-07-30 | add new instructions for asserting when values are valid, and to describe whe... | Ralf Jung | -0/+1 |
| 2017-07-28 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -1/+2 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -1/+0 |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -2/+2 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -2/+6 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -1/+10 |
| 2017-07-28 | Auto merge of #43324 - Nashenas88:visit_locations, r=arielb1 | bors | -1/+2 |
| 2017-07-28 | Auto merge of #43505 - eddyb:poly-const-eval-layout-of, r=nikomatsakis | bors | -16/+21 |
| 2017-07-27 | Give span to angle bracketed generic arguments | Vadim Petrochenkov | -8/+8 |
| 2017-07-27 | Discern between `Path` and `Path<>` in AST | Vadim Petrochenkov | -3/+3 |
| 2017-07-27 | rustc_const_eval: keep track of the appropriate ParamEnv. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-07-27 | rustc_const_eval: always require correct Substs. | Eduard-Mihai Burtescu | -16/+21 |