about summary refs log tree commit diff
path: root/src/libsyntax/print/pp.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-02Omit integer suffix when unnecessaryAlfie John-16/+16
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-22/+22
2015-01-18libsyntax: 0u -> 0us, 0i -> 0isPaul Collier-17/+17
2015-01-18libsyntax: int types -> isizePaul Collier-25/+25
2015-01-17libsyntax: uint types to usizePaul Collier-23/+23
2015-01-13syntax: Rewrite pp advance_left to use a constant stack sizeErick Tryzelaar-31/+37
2015-01-13syntax: Don't import the pp.rs enum variants into the namespaceErick Tryzelaar-63/+68
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2014-12-30Fallout from stabilizationAaron Turon-3/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+3
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-13/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+10
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-15/+14
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-35/+34
2014-09-19Add enum variants to the type namespaceNick Cameron-5/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-01Fix misspelled comments.Joseph Crail-3/+3
2014-07-09syntax: doc comments all the thingsCorey Richardson-148/+155
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-3/+6
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-9/+9
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+3
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-13/+13
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-4/+9
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-14/+14
2014-03-02Make visible types public in rustcSteven Fackler-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-37/+51
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-9/+9
2014-02-20Mass rename if_ok! to try!Alex Crichton-5/+5
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-24/+43
2014-02-03syntax: Remove io_error usageAlex Crichton-47/+57
2014-02-02libsyntax: Remove an `@str` in pretty printingPatrick Walton-18/+21
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-100/+103