about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-12/+12
2015-01-18rustc_resolve: Do not allow mods to shadow typesAlex Crichton-16/+29
2015-01-18rustc_resolve: De-indent by breaking out of matchAlex Crichton-101/+101
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+1
2015-01-16rustc_resolve: Correctly record privacy of methodsAlex Crichton-3/+3
2015-01-15rustc: implement fully qualified UFCS expressions.Eduard Burtescu-25/+28
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
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-80/+79
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-80/+79
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-26/+26
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-26/+26
2015-01-06test fallout from isize/usizeCorey Richardson-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-57/+57
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-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