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