summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-4/+5
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-4/+4
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-74/+73
2015-01-07rollup merge of #20696: reem/unsized-typeidAlex Crichton-2/+5
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-2/+5
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-74/+73
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-4/+4
2015-01-06Register new snapshotsAlex Crichton-18/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-21/+21
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-4/+6
2015-01-07falloutNick Cameron-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-21/+21
2015-01-06test fallout from isize/usizeCorey Richardson-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-54/+54
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-4/+6
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-4/+4
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+15
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-0/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+15
2015-01-05remove TyClosureJorge Aparicio-9/+1
2015-01-05Ungate default type parameters.Huon Wilson-0/+1
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-2/+1
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-2/+1
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-25/+25
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-0/+1
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-0/+1
2015-01-02Make type in ast::Local optionalSeo Sanghyeon-1/+3
2015-01-02Accept `self` in place of `mod` in use itemsNick Cameron-0/+1
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-1297/+23
2014-12-30Purged ReducedGraphParentJonathan S-17/+0
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-1266/+12
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