about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2015-01-05remove TyClosureJorge Aparicio-9/+1
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-4/+3
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-4/+3
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-14/+10
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-27/+27
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-9/+9
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-6/+13
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-5/+7
2015-01-02rollup merge of #20425: sanxiyn/opt-local-tyAlex Crichton-1/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-6/+13
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+5
2015-01-02Make type in ast::Local optionalSeo Sanghyeon-1/+3
2015-01-02Accept `self` in place of `mod` in use itemsNick Cameron-5/+7
2015-01-01auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichtobors-5/+18
2015-01-01Add some impls of Show (RefCell, Weak, some resolve types)Nick Cameron-5/+18
2014-12-31rustc_resolve: unbox closures used in let bindingsJorge Aparicio-2/+2
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-14/+4
2014-12-30Fallout from stabilizationAaron Turon-14/+4
2014-12-30rollup merge of #20115: gereeter/split-module-buildingAlex Crichton-1298/+1308
2014-12-30Removed a bunch of unnecessary .clone()s from build_reduced_graphJonathan S-99/+69
2014-12-30Purged ReducedGraphParentJonathan S-85/+41
2014-12-30Cleanup unused imports resulting from move of reduced graph buildingJonathan S-14/+11
2014-12-30Moved ReducedGraphParent building to a new moduleJonathan S-1267/+1354
2014-12-30Remove the def-id from type parameters. Having this def-id was bad for severa...Niko Matsakis-4/+5
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-107/+103
2014-12-29rollup merge of #20242: sanxiyn/break-from-fnAlex Crichton-2/+24
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-16/+3
2014-12-29Switch Region information from uint to u32.Huon Wilson-1/+1
2014-12-29Fix glob shadowing bug with re-exportsNick Cameron-0/+8
2014-12-29Little bit of refactoring in resolveNick Cameron-99/+94
2014-12-29Remove the glob/shadowing exception bugNick Cameron-8/+1
2014-12-27Address review commentsSeo Sanghyeon-7/+6
2014-12-27Rebasing changesNick Cameron-30/+12
2014-12-27Fix falloutNick Cameron-2/+2
2014-12-27save-analysis: emit names of items that a glob import actually imports.Nick Cameron-56/+187
2014-12-26Do not resolve labels across function boundarySeo Sanghyeon-2/+25
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-16/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-63/+63
2014-12-21std: Stabilize the std::str moduleAlex Crichton-3/+4
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20Add parser support for generalized where clausesJared Roesch-16/+3
2014-12-20rustc_resolve: move export recording into its own module.Eduard Burtescu-122/+162
2014-12-20rustc_resolve: move unused import checking into its own module.Eduard Burtescu-141/+178
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-0/+6281