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
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+9
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-11-26
Auto merge of #30015 - petrochenkov:staged, r=brson
bors
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-24
rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand
Nick Cameron
-8
/
+6
2015-11-12
libfmt_macros: deny warnings in doctests
Kevin Butler
-1
/
+2
2015-10-15
Rollup merge of #29022 - apasel422:spell, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-10-13
Revert "fixups"
Marcello Seri
-1
/
+5
2015-10-13
fixups
Marcello Seri
-5
/
+1
2015-10-13
rustfmt libfmt_macros
Marcello Seri
-160
/
+220
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-1
/
+1
2015-09-11
some code improvements in libfmt_macros
Simon Mazur
-108
/
+74
2015-09-11
Changed libfmt_macros Parse iterator to Peekable
Simon Mazur
-25
/
+26
2015-09-02
Improved libfmt_macros code style with clippy
llogiq
-17
/
+11
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-3
/
+3
2015-07-01
Make the unused_mut lint smarter with respect to locals.
Ariel Ben-Yehuda
-1
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-7
/
+7
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-1
/
+1
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-02-23
int audit - libcore::fmt
Nick Cameron
-13
/
+12
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-2
/
+2
2015-02-15
Fix rollup (remove slicing_syntax)
Manish Goregaokar
-1
/
+0
2015-02-15
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-02-02
register snapshots
Jorge Aparicio
-1
/
+0
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-4
/
+3
2015-01-29
Rollup merge of 21681 - japaric:no-warn, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-01-27
fix #[cfg(test)] warnings
Jorge Aparicio
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+4
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
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
[next]