about summary refs log tree commit diff
path: root/src/libsyntax/ext/mtwt.rs
AgeCommit message (Expand)AuthorLines
2014-07-09Fix all the test falloutCorey Richardson-33/+33
2014-07-09ast: make Name its own typeCorey Richardson-3/+3
2014-07-09syntax: doc comments all the thingsCorey Richardson-26/+26
2014-07-04new_mark -> apply_mark, new_rename -> apply_renameJohn Clements-24/+24
2014-07-04move RenameList to mtwt, add new_renames abstractionJohn Clements-14/+36
2014-06-27comments onlyJohn Clements-1/+2
2014-06-27undo helpful attempt to spell-checkJohn Clements-1/+1
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