| Age | Commit message (Expand) | Author | Lines |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -0/+8 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -2/+7 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -19/+19 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -13/+12 |
| 2017-08-30 | Merge branch 'hide-trait-map' into rollup | Alex Crichton | -2/+4 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -5/+5 |
| 2017-08-29 | rustc: Make the `trait_map` of TyCtxt private | Alex Crichton | -2/+4 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -13/+6 |
| 2017-08-25 | Auto merge of #44012 - michaelwoerister:cache-hir-dep-node-index, r=nikomatsakis | bors | -0/+3 |
| 2017-08-24 | Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakis | bors | -13/+3 |
| 2017-08-22 | incr.comp.: Cache Hir-DepNodeIndices in the HIR map. | Michael Woerister | -0/+3 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+4 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -0/+4 |
| 2017-08-19 | Desugar parenthesized generic arguments in HIR | Vadim Petrochenkov | -13/+3 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -66/+21 |
| 2017-08-14 | Rename `BuiltinShim` -> `CloneShim` | scalexm | -1/+1 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -0/+4 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -25/+31 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -67/+1 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -3/+10 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::cast_kinds. | Michael Woerister | -1/+1 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::fru_field_types. | Michael Woerister | -1/+1 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::liberated_fn_sigs. | Michael Woerister | -1/+1 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -2/+2 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::pat_binding_modes. | Michael Woerister | -1/+1 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -8/+19 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -2/+9 |
| 2017-08-11 | Store generator interior in MIR literals | John Kåre Alsaker | -2/+6 |
| 2017-08-11 | Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb | bors | -25/+31 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -2/+0 |
| 2017-08-09 | Initial pass review comments | Alex Crichton | -1/+1 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -16/+42 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -2/+0 |
| 2017-08-08 | Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>. | Michael Woerister | -25/+31 |
| 2017-08-05 | Auto merge of #43554 - eddyb:apfloat, r=nikomatsakis | bors | -3/+3 |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -2/+23 |
| 2017-08-02 | rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-07-31 | Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis | bors | -3/+7 |
| 2017-07-30 | default binding modes: add pat_binding_modes | Tobias Schottdorf | -3/+7 |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -1/+0 |
| 2017-07-30 | please the tidy | Ralf Jung | -1/+2 |
| 2017-07-30 | make ValidationOperand generic so that we can reuse it in miri with a differe... | Ralf Jung | -1/+13 |
| 2017-07-30 | when suspending, we need to specify for which lifetime to recover | Ralf Jung | -0/+2 |
| 2017-07-30 | add new instructions for asserting when values are valid, and to describe whe... | Ralf Jung | -2/+8 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -1/+0 |
| 2017-07-28 | Remove `IsGenerator` in favor of a boolean | Alex Crichton | -5/+0 |
| 2017-07-28 | Ignore drop check bools when testing for legal generator types | John Kåre Alsaker | -0/+1 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -13/+5 |
| 2017-07-28 | Fix hash impl for SimplifiedType | John Kåre Alsaker | -0/+1 |
| 2017-07-28 | Rename suspend to yield | John Kåre Alsaker | -5/+5 |