about summary refs log tree commit diff
path: root/src/liblog/lib.rs
AgeCommit message (Expand)AuthorLines
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-114/+148
2014-08-28Allow a regex filter for RUST_LOGNick Cameron-11/+53
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-1/+1
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-1/+1
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-11/+11
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-14/+32
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-8/+68
2014-05-05log: Logger receiveis a LogRecordSean McArthur-8/+68
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-11/+11
2014-04-11liblog doc: Fix apparent search-and-replace errorsSimon Sapin-3/+3