summary refs log tree commit diff
path: root/src/librustc/middle/expr_use_visitor.rs
AgeCommit message (Expand)AuthorLines
2015-10-27Distinguish argument from local variableSeo Sanghyeon-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-3/+3
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-1/+1
2015-10-01Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove useNiko Matsakis-5/+3
2015-10-01Rename `node_id` to `var_id` and limit to the cases that are actually usedNiko Matsakis-2/+2
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-2/+2
2015-09-30sacrifice a few bytes for the euv demonAriel Ben-Yehuda-2/+2
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-14/+3
2015-09-22Use Names in hir::{Field, ExprMethodCall, ExprField}Vadim Petrochenkov-1/+1
2015-09-18address Niko's commentsJorge Aparicio-6/+3
2015-09-18Overloaded augmented assignmentsJorge Aparicio-5/+11
2015-09-17Remove hir::ExprParenNick Cameron-7/+0
2015-09-14split ty::util and ty::adjustmentAriel Ben-Yehuda-7/+8
2015-09-06fix EUV delegate to take advantage of defaults. This alsoNiko Matsakis-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-108/+90
2015-08-25move destructors_for_type into AdtDefAriel Ben-Yehuda-2/+3
2015-08-24Use a Vec instead of an HashMap for the scope hierarchyAriel Ben-Yehuda-5/+5
2015-08-24fallout from moving def-idNiko Matsakis-2/+3
2015-08-12expr_use_visitor: Remove FIXME that is no longer needed (and in factNiko Matsakis-1/+0
2015-08-12Add FIXME for apparent stage0 regressionNiko Matsakis-1/+3
2015-08-12Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis-1/+1
2015-08-07rename ADTDef to AdtDef etc.Ariel Ben-Yehuda-1/+1
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-27/+23
2015-08-06introduce an ADTDef struct for struct/enum definitionsAriel Ben-Yehuda-3/+2
2015-07-24Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrcbors-1/+4
2015-07-24Add some debugging to help identify when errors get reported.Niko Matsakis-1/+4
2015-07-22prototype Placer protocol for unstable overloaded-box and placement-in.Felix S. Klock II-0/+5
2015-07-08Remove snake_case names from ty.rsJared Roesch-1/+1
2015-07-04rustc: simplify ty::MethodOrigin and avoid trait item indices.Eduard Burtescu-45/+6
2015-07-04rustc: remove unused MethodStaticClosure variant of MethodOrigin.Eduard Burtescu-15/+0
2015-06-30Remove Typer and ClosureTyperJared Roesch-7/+6
2015-06-30Remove Typer + ClosureTyper impls for BlockSJared Roesch-7/+8
2015-06-27Begin refactor type checking stateJared Roesch-3/+6
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-20/+17
2015-06-26rustc: move some functions in middle::ty working on Ty to methods.Eduard Burtescu-1/+1
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-38/+37
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-25/+25
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-4/+4
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-05-13eddyb's changes for DST coercionsNick Cameron-4/+0
2015-05-04Changing Vec to Box<[T]>Carol Nichols-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-1/+1
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-1/+2
2015-04-23Structural changes for associated constantsSean Patrick Santos-1/+2
2015-04-14Reviewer commentsNick Cameron-19/+9
2015-04-14Better explanation of AutoDerefRefNick Cameron-2/+1
2015-04-14RebasedNick Cameron-46/+21
2015-04-14eddyb's refactoring of coercions/adjustmentsEduard Burtescu-59/+29
2015-04-08Modify the ExprUseVisitor to walk each part of an AutoRef, and inNiko Matsakis-28/+145
2015-04-01Fallout out rustcNiko Matsakis-7/+7