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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
liblog
/
directive.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-3
/
+3
2015-11-24
rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand
Nick Cameron
-3
/
+3
2015-11-23
Add TRACE to the known log levels
Jonas Schievink
-1
/
+1
2015-10-14
Use if-let rather than map() in parse_logging_spec.
Ms2ger
-2
/
+2
2015-10-13
Manually alligned comments.
Jose Narvaez
-2
/
+2
2015-10-13
rustfmt suggested changes.
Jose Narvaez
-37
/
+43
2015-09-08
some more clippy-based improvements
Andre Bogus
-18
/
+18
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-23
regex: Remove in-tree version
Alex Crichton
-13
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-06
liblog: remove unnecessary `as_slice` calls
Jorge Aparicio
-12
/
+3
2014-08-28
Allow a regex filter for RUST_LOG
Nick Cameron
-11
/
+74
2014-08-11
Accept empty log level
Nick Cameron
-1
/
+12
2014-07-29
Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt
Simon Sapin
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-8
/
+8
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
liblog: Remove all uses of `~str` from `liblog`
Patrick Walton
-9
/
+9
2014-05-05
log: Logger receiveis a LogRecord
Sean McArthur
-3
/
+4
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-7
/
+7
2014-03-31
log: Swith field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-0
/
+134