about summary refs log tree commit diff
path: root/src/libsyntax/ext/format.rs
AgeCommit message (Expand)AuthorLines
2014-09-19Add enum variants to the type namespaceNick Cameron-16/+17
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-116/+116
2014-09-09Optimize for the most common cases of `format!`Piotr Czarnecki-49/+73
2014-09-09Decouple string and argument piecesPiotr Czarnecki-30/+54
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-04Center alignment for fmtwickerwaka-0/+3
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-5/+6
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-07-22auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwaltonbors-1/+6
2014-07-21Allow merging of statics generated by format!()Björn Steinbrink-1/+6
2014-07-21syntax: Join consecutive string literals in format strings togetherroot-10/+33
2014-07-18Special case for 0 arguments given in format!Jonas Hietala-4/+4
2014-07-18Correct plural of arguments in format_args!Jonas Hietala-2/+11
2014-07-09syntax: doc comments all the thingsCorey Richardson-8/+8
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-6/+1
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-9/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-180/+4
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-22/+27
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-18/+18
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-18/+26
2014-05-16libfmt_macros: Remove all uses of `~str` from `libfmt_macros`Patrick Walton-1/+3
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-20/+55
2014-05-08auto merge of #13985 : alexcrichton/rust/libfmt, r=brsonbors-16/+6
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-16/+6
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-16/+16
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-04Remove two useless comparisonsVirgile Andreani-1/+1
2014-05-02syntax: store char literals/tokens as `char`s rather than u32s.Huon Wilson-1/+1
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-3/+2
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-5/+5
2014-04-10std,syntax: make std::fmt::parse use `Vec`s.Huon Wilson-4/+4
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-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-17De-@ ParseSess uses.Eduard Burtescu-3/+3
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-4/+3
2014-03-02Expand string literals and exprs inside of macrosSteven Fackler-4/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-14/+19