about summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-16/+10
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-14/+7
2015-01-05Remove i suffix in docsSteve Klabnik-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-26/+8
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-95/+0
2014-12-30Register new snapshotsAlex Crichton-95/+0
2014-12-30std: Re-enable at_exit()Alex Crichton-8/+26
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-2/+97
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-1/+1
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-5/+5
2014-12-19liblog: use `#[deriving(Copy)]`Jorge Aparicio-5/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-15/+18
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