summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+0
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-1/+1
2015-10-13Provide span for visit_struct_def + remove some dead codeVadim Petrochenkov-1/+2
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-2/+2
2015-10-13Unify structures and enum variants in HIRVadim Petrochenkov-13/+1
2015-10-01Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove useNiko Matsakis-4/+6
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-9/+9
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-2/+3
2015-09-29Fill in some missing parts in the default HIR visitorVadim Petrochenkov-4/+4
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-1/+1
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-2/+2
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-3/+3
2015-09-22Use Names in path fragments and MacroDefVadim Petrochenkov-6/+6
2015-09-22Use Names in hir::{Field, ExprMethodCall, ExprField}Vadim Petrochenkov-4/+4
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-6/+6
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-1/+1
2015-09-17Resolve prefix in imports with empty bracesVadim Petrochenkov-6/+22
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-5/+4
2015-09-15Auto merge of #28406 - petrochenkov:primitive, r=eddybbors-2/+16
2015-09-15Prohibit renaming to primitive types' names in import listsVadim Petrochenkov-2/+16
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-1/+0
2015-09-06track, for each upvar, its index in list of upvarsNiko Matsakis-14/+13
2015-09-03Use proper span for break and continue labelsSimonas Kazlauskas-3/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-58/+61
2015-08-26Rename FnKind variants and stop re-exporting them from the visit module.Ms2ger-5/+5
2015-08-24Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelixbors-1/+1
2015-08-24convert to use `is_local` instead of `== LOCAL_CRATE`Niko Matsakis-3/+3
2015-08-24fallout from moving def-idNiko Matsakis-6/+7
2015-08-19fallout of reworking rc and arc APIsAlexis Beingessner-1/+1
2015-08-19Auto merge of #27493 - GSam:master, r=nrcbors-28/+88
2015-08-16FnFnBlock -> FkClosureManish Goregaokar-1/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-10Modify the callback to be run from a macroGarming Sam-30/+17
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-09Add a proper comment for create_resolverGarming Sam-0/+8
2015-08-09Remove some duplicated code with new create_resolverGarming Sam-10/+1
2015-08-09Remove unused language itemsGarming Sam-1/+0
2015-08-09Avoid change to current module on escape from callbackGarming Sam-2/+1
2015-08-09Introduce callback to resolverGarming Sam-16/+92
2015-08-06Factor inc/dec count methods.Victor Berger-0/+24
2015-08-05Block import resolution only on 'pub' imports.Victor Berger-0/+8
2015-08-05Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrcbors-19/+14
2015-08-04Rollup merge of #27491 - GuillaumeGomez:patch-4, r=ManishearthManish Goregaokar-2/+2
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-1/+1
2015-08-03Improve E0423 error messageGuillaume Gomez-2/+2
2015-07-31More perseverant about indeterminate imports.Victor Berger-3/+9
2015-07-31Remove unused resolve error message.Victor Berger-16/+5
2015-07-29Auto merge of #27349 - arielb1:constant-at, r=alexcrichtonbors-9/+8
2015-07-28prohibit the lhs of an @-pattern being a constantAriel Ben-Yehuda-9/+8