about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2015-01-21More test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-194/+176
2015-01-21Deny imports after non-item statements.Eduard Burtescu-0/+20
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-1/+1
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-3/+3
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-1/+1
2015-01-21rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-178/+156
2015-01-21Remove feature(import_shadowing).Eduard Burtescu-16/+0
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-20Add error codes to resolveBrian Anderson-17/+25
2015-01-20Make error code registration work again. #19624Brian Anderson-0/+22
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-3/+3
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-17libsyntax: rename functions from uint to usizePaul Collier-1/+1
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