about summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
2014-09-17Fix the inverted RUST_LOG filterKevin Ballard-2/+2
2014-08-31Rename `RawPtr::to_option()` to `RawPtr::as_ref()`Andrew Poelstra-1/+1
2014-08-29doc: Runnable examples logging.Jonas Hietala-141/+236
2014-08-28Allow a regex filter for RUST_LOGNick Cameron-22/+127
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-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-2/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-3/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-6/+6
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-3/+3
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-4/+1
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-7/+7
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-02docs: Stop using `notrust`Florian Gilcher-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-19/+19
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+5
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-14liblog: Remove all uses of `~str` from `liblog`Patrick Walton-23/+41
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-07std: Modernize the local_data apiAlex Crichton-6/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-05-06log: Use writeln!() instead of write!()Alex Crichton-5/+5
2014-05-05auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichtonbors-12/+78
2014-05-05log: Logger receiveis a LogRecordSean McArthur-12/+78
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-18/+18
2014-04-11liblog doc: Fix apparent search-and-replace errorsSimon Sapin-3/+3
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-8/+8
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31log: Swith field privacy as necessaryAlex Crichton-2/+2
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2