| Age | Commit message (Expand) | Author | Lines |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -8/+0 |
| 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-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -4/+4 |
| 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 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -15/+16 |
| 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 | 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 |
| 2017-07-19 | Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis | bors | -1/+4 |
| 2017-07-19 | Implement const fn {size,align}_of. | Eduard-Mihai Burtescu | -1/+4 |
| 2017-07-18 | Provide positional information when visiting ty, substs and closure_substs in... | Paul Faria | -1/+2 |
| 2017-07-18 | Support generic lifetime arguments in method calls | Vadim Petrochenkov | -12/+3 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -0/+17 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -2/+5 |
| 2017-06-27 | syntax: allow negative integer literal expression to be interpolated as pattern | Alex Burka | -0/+26 |
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -4/+4 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -0/+1 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -1/+1 |
| 2017-06-12 | Add `EndRegion` statement kind to MIR. | Felix S. Klock II | -0/+1 |
| 2017-06-10 | rustc: make InferCtxt optional in MemCategorizationContext. | Eduard-Mihai Burtescu | -9/+8 |
| 2017-06-10 | rustc: do not depend on infcx.tables in MemCategorizationContext. | Eduard-Mihai Burtescu | -2/+3 |
| 2017-06-01 | strip param-env from infcx | Niko Matsakis | -2/+2 |
| 2017-06-01 | move projection mode into parameter environment | Niko Matsakis | -2/+2 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -18/+20 |
| 2017-06-01 | rustc: decompose Adjustment into a vector of adjustment steps. | Eduard-Mihai Burtescu | -11/+15 |
| 2017-06-01 | rustc: move autoref and unsize from Adjust::DerefRef to Adjustment. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-01 | rustc: replace method_map with Def::Method and node_substs entries. | Eduard-Mihai Burtescu | -4/+4 |
| 2017-06-01 | rustc: keep overloaded autoderef MethodCallee's in Adjust. | Eduard-Mihai Burtescu | -6/+4 |
| 2017-06-01 | rustc: remove unused field of mc::Categorization::Deref. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-01 | rustc: remove Copy from Adjustment and Adjust. | Eduard-Mihai Burtescu | -7/+7 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -18/+7 |