about summary refs log tree commit diff
path: root/src/libsyntax/ext/mtwt.rs
AgeCommit message (Expand)AuthorLines
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-17/+24
2014-05-07std: Modernize the local_data apiAlex Crichton-23/+16
2014-03-22syntax: Fix fallout of removing get()Alex Crichton-25/+19
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-19auto merge of #12770 : eddyb/rust/drop-tld, r=cmrbors-0/+9
2014-03-19Discard MTWT & interner tables from TLD after they stop being useful.Eduard Burtescu-0/+9
2014-03-18Docify std::vec_ngSteven Fackler-2/+2
2014-03-17rustc: disallow trailing parentheses for nullary enum variantsLaurent Bonnans-1/+1
2014-03-13Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...Eduard Burtescu-2/+2
2014-03-05Refactor and fix FIXME's in mtwt hygiene codeEdward Wang-0/+482