about summary refs log tree commit diff
path: root/src/libsyntax/util
AgeCommit message (Expand)AuthorLines
2015-04-21syntax: Copy unstable str::char_at into libsyntaxErick Tryzelaar-6/+7
2015-04-21syntax: Don't use unstable fn to convert single element to a sliceErick Tryzelaar-1/+4
2015-04-10Simplifications to statement macro handling.Christopher Chambers-23/+1
2015-04-10Improves semicolon expansion efficiency, corrects bt_pop placement.Christopher Chambers-0/+36
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1/+1
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-3/+3
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-3/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-2/+2
2015-02-20Register new snapshotsAlex Crichton-75/+0
2015-02-18Round 3 test fixes and conflictsAlex Crichton-2/+2
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-5/+5
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-6/+6
2015-02-18Stabilize std::borrowAaron Turon-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-5/+5
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-3/+3
2015-02-18make FromIterator use IntoIteratorAlexis-1/+1
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+75
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-31Kill more `isize`sTobias Bucher-11/+11
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-34/+34
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-7/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+9
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-7/+0
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+9
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-10/+10
2015-01-18libsyntax: int types -> isizePaul Collier-4/+4
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-3/+3
2015-01-17libsyntax: uint types to usizePaul Collier-8/+8
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-5/+5
2015-01-07use slicing sugarJorge Aparicio-6/+6
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-4/+5
2015-01-07Replace full slice notation with index callsNick Cameron-6/+6
2015-01-06FalloutNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03syntax: fix falloutJorge Aparicio-3/+5
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+5
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-9/+9
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-9/+9
2014-12-21Fallout of std::str stabilizationAlex Crichton-17/+13
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-2/+4
2014-12-03Fix falloutJorge Aparicio-2/+2