summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
2014-12-17rollup merge of #19820: alexcrichton/deprecate-some-more-libsAlex Crichton-1/+1
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-6/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-13Deprecate more in-tree libs for crates.ioAlex Crichton-1/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-6/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-12-06liblog: remove unnecessary `as_slice` callsJorge Aparicio-12/+3
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-5/+14
2014-11-18std: Stabilize std::fmtAlex Crichton-7/+0
2014-11-17Fix several typos in commentsjmu303-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-10Register new snapshotsAlex Crichton-2/+2
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-6/+6
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09log: Convert statics to constantsAlex Crichton-6/+6
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
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