about summary refs log tree commit diff
path: root/src/libfmt_macros
AgeCommit message (Expand)AuthorLines
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-9/+9
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-9/+9
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-7/+7
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7
2015-01-03fmt_macros: fix falloutJorge Aparicio-1/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-11/+10
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-19libfmt_macros: use `#[deriving(Copy)]`Jorge Aparicio-21/+7
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+14
2014-12-06libfmt_macros: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-12-03make fmt_macros and rustdoc have standard doc attributesAlexander Light-0/+5
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-21unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continueBrian Anderson-2/+2
2014-11-21unicode: Add stability attributes to u_charBrian Anderson-5/+4
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-11-17Fix fallout from coercion removalNick Cameron-21/+21
2014-09-19Add enum variants to the type namespaceNick Cameron-18/+19
2014-09-04Center alignment for fmtwickerwaka-1/+5
2014-08-29Register new snapshotsAlex Crichton-3/+0
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+4
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-2/+7
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-385/+23
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-12/+12
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+10
2014-05-16libfmt_macros: Remove all uses of `~str` from `libfmt_macros`Patrick Walton-3/+3
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-0/+989