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