about summary refs log tree commit diff
path: root/src/libsyntax/util/interner.rs
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-2/+9
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+9
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-3/+3
2015-01-17libsyntax: uint types to usizePaul Collier-3/+3
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-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/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-17/+13
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+5
2014-11-17Fallout from deprecationAaron Turon-6/+14
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-12Register new snapshotsAlex Crichton-6/+0
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+6
2014-10-31DSTify HashJorge Aparicio-3/+3
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+3
2014-09-17auto merge of #17223 : retep998/rust/into_string, r=huonwbors-1/+1
2014-09-13Improve memory usage of libsyntaxPeter Atashian-1/+1
2014-09-12Remove unused, unsound method on StrInternerBrian Koropoff-11/+0
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-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-04syntax: use doc comments in the internerCorey Richardson-5/+5
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-3/+3
2014-05-07core: Inherit possible string functionalityAlex Crichton-5/+0
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-5/+5
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-5/+1
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-30/+25
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakisbors-1/+1
2014-03-20Relax interner's Share boundFlavio Percoco-4/+1
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-1/+4
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+10
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-4/+5
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-4/+4