summary refs log tree commit diff
path: root/src/libsyntax/print/pp.rs
AgeCommit message (Expand)AuthorLines
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
2014-01-03libsyntax: De-`@mut` (and de-`@`) `Printer::print_stack`Patrick Walton-4/+4
2014-01-03librustc: De-`@mut` all writersPatrick Walton-2/+2
2014-01-03librustc: De-`@mut` (and de-`@`) the pretty printerPatrick Walton-15/+15
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-3/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-7/+7
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-26/+26
2013-09-30syntax: Remove usage of fmt!Alex Crichton-28/+28
2013-09-17pp: typo in commentBenjamin Herr-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-7/+13
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-3/+5
2013-06-25great renaming propagation: syntaxCorey Richardson-4/+2
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-9/+9
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-20/+23
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-2/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+3
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-2/+2
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-8/+8
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-11/+0
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-11/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2