summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
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-92/+96
2015-09-01Add E0439 error explanationGuillaume Gomez-7/+7
2015-09-01Comment out unused error codesGuillaume Gomez-18/+18
2015-09-01Add E0411 error explanationGuillaume Gomez-1/+49
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-5/+4
2015-08-24fallout from moving def-idNiko Matsakis-33/+36
2015-08-19fallout of reworking rc and arc APIsAlexis Beingessner-4/+4
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-12Auto merge of #27698 - arielb1:foreign-type-import, r=alexcrichtonbors-0/+5
2015-08-12stop cross-crate associated types from being importedAriel Ben-Yehuda-0/+5
2015-08-11rollup merge of #27635: GuillaumeGomez/patch-4Alex Crichton-2/+10
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-7/+7
2015-08-11Update E0425 error explanationGuillaume Gomez-2/+2
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-6/+7
2015-08-10Auto merge of #27547 - vberger:more_perseverant_resolve, r=nrcbors-9/+64
2015-08-10Add another example for E0425Guillaume Gomez-0/+8
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-7/+7
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-08rustc: rename multiple imports in a listSean McArthur-6/+7
2015-08-07Auto merge of #27378 - GuillaumeGomez:patch-2, r=brsonbors-9/+178
2015-08-07Add a guard example for E0416Guillaume Gomez-0/+9
2015-08-07Customize error messages for self glob imports.Victor Berger-1/+5
2015-08-06Add another example for E0412Guillaume Gomez-5/+8
2015-08-06Update E0423 exampleGuillaume Gomez-13/+13
2015-08-06remove ty::{VariantInfo, FieldTy}Ariel Ben-Yehuda-3/+1
2015-08-06Add E0416 error explanationGuillaume Gomez-1/+20
2015-08-06Add E0415 error explanationGuillaume Gomez-1/+16
2015-08-06Factor inc/dec count methods.Victor Berger-9/+30
2015-08-06Add E0419 error explanationGuillaume Gomez-1/+27
2015-08-06Add examples in E0412Guillaume Gomez-2/+12
2015-08-05Block import resolution only on 'pub' imports.Victor Berger-6/+36
2015-08-05Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrcbors-47/+75
2015-08-04Rollup merge of #27491 - GuillaumeGomez:patch-4, r=ManishearthManish Goregaokar-2/+2
2015-08-04Add E0412 error explanationGuillaume Gomez-1/+17
2015-08-04Addressing nits & tests explanations.Victor Berger-15/+22
2015-08-04rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.Eduard Burtescu-5/+3