summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-27/+27
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-27/+27
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-1/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-9/+6
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-13Auto merge of #22093 - petrochenkov:builtin, r=pnkfelixbors-2/+31
2015-02-12Fix duplicate error codeVadim Petrochenkov-2/+2
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-3/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-3/+3
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-2/+6
2015-02-08Fix issue #20427we-2/+31
2015-02-07Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichtonbors-25/+25
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-15/+15
2015-02-06librustc_resolve has been updatedGuillaumeGomez-25/+25
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-26/+25
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-03Remove the explicit closure kind syntax from the parser and AST;Niko Matsakis-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-47/+47
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-7/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-5/+5
2015-01-30remove dead codeJorge Aparicio-1/+1
2015-01-30remove more `ExprForLoop`sJorge Aparicio-33/+0
2015-01-30Remove the capture mode map and just store the capture mode for individual va...Niko Matsakis-7/+2
2015-01-29s/Show/Debug/gJorge Aparicio-15/+15
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+4
2015-01-26librustc: remove unused DefUpvar field.Eduard Burtescu-8/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-215/+229
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+6
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
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