summary refs log tree commit diff
path: root/src/liblog/directive.rs
AgeCommit message (Expand)AuthorLines
2015-11-25Auto merge of #30017 - nrc:fmt, r=brsonbors-3/+3
2015-11-24rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librandNick Cameron-3/+3
2015-11-23Add TRACE to the known log levelsJonas Schievink-1/+1
2015-10-14Use if-let rather than map() in parse_logging_spec.Ms2ger-2/+2
2015-10-13Manually alligned comments.Jose Narvaez-2/+2
2015-10-13rustfmt suggested changes.Jose Narvaez-37/+43
2015-09-08some more clippy-based improvementsAndre Bogus-18/+18
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-23regex: Remove in-tree versionAlex Crichton-13/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-06liblog: remove unnecessary `as_slice` callsJorge Aparicio-12/+3
2014-08-28Allow a regex filter for RUST_LOGNick Cameron-11/+74
2014-08-11Accept empty log levelNick Cameron-1/+12
2014-07-29Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExtSimon Sapin-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-8/+8
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14liblog: Remove all uses of `~str` from `liblog`Patrick Walton-9/+9
2014-05-05log: Logger receiveis a LogRecordSean McArthur-3/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-7/+7
2014-03-31log: Swith field privacy as necessaryAlex Crichton-2/+2
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-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+134