index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libfmt_macros
Age
Commit message (
Expand
)
Author
Lines
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-08
rollup merge of #20754: nikomatsakis/int-feature
Alex Crichton
-0
/
+1
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-9
/
+9
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-9
/
+9
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-7
/
+7
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
2015-01-03
fmt_macros: fix fallout
Jorge Aparicio
-1
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-11
/
+10
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-1
/
+1
2014-12-19
libfmt_macros: use `#[deriving(Copy)]`
Jorge Aparicio
-21
/
+7
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+14
2014-12-06
libfmt_macros: remove unnecessary `as_slice()` calls
Jorge Aparicio
-1
/
+1
2014-12-03
make fmt_macros and rustdoc have standard doc attributes
Alexander Light
-0
/
+5
2014-11-26
Remove special casing for some meta attributes
Steven Fackler
-1
/
+0
2014-11-21
unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue
Brian Anderson
-2
/
+2
2014-11-21
unicode: Add stability attributes to u_char
Brian Anderson
-5
/
+4
2014-11-21
Fix various deprecation warnings from char changes
Brian Anderson
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+5
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-21
/
+21
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-18
/
+19
2014-09-04
Center alignment for fmt
wickerwaka
-1
/
+5
2014-08-29
Register new snapshots
Alex Crichton
-3
/
+0
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-1
/
+4
2014-07-25
librustc: Disallow mutation and assignment in pattern guards, and modify
Patrick Walton
-2
/
+7
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-1
/
+3
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-1
/
+1
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-1
/
+1
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-385
/
+23
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-12
/
+12
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-8
/
+10
2014-05-16
libfmt_macros: Remove all uses of `~str` from `libfmt_macros`
Patrick Walton
-3
/
+3
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-08
std: Extract format string parsing out of libstd
Alex Crichton
-0
/
+989