about summary refs log tree commit diff
path: root/src/libsyntax/util
AgeCommit message (Expand)AuthorLines
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
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+5
2014-11-17libsyntax: Add tests for `parse_view_item`Murarth-0/+7
2014-11-17Fallout from deprecationAaron Turon-6/+14
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-12Register new snapshotsAlex Crichton-6/+0
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+6
2014-11-01collections: Remove all collections traitsAlex Crichton-10/+10
2014-10-31DSTify HashJorge Aparicio-3/+3
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-4/+4
2014-09-17auto merge of #17223 : retep998/rust/into_string, r=huonwbors-1/+1
2014-09-16Fallout from renamingAaron Turon-7/+13
2014-09-15auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfacklerbors-11/+0
2014-09-14syntax: tests: fix fallout from using ptr::P.Eduard Burtescu-3/+1
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-4/+5
2014-09-14syntax: fold: use move semantics for efficient folding.Eduard Burtescu-1/+14
2014-09-13Improve memory usage of libsyntaxPeter Atashian-1/+1
2014-09-12Remove unused, unsound method on StrInternerBrian Koropoff-11/+0
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-26DST coercions and DST structsNick Cameron-1/+4
2014-07-09Fix all the test falloutCorey Richardson-35/+37
2014-07-09ast: make Name its own typeCorey Richardson-9/+9
2014-07-09syntax: doc comments all the thingsCorey Richardson-22/+22
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3