about summary refs log tree commit diff
path: root/src/liblog/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-24/+15
2015-01-23regex: Remove in-tree versionAlex Crichton-14/+10
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+7
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+2
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-10/+4
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-2/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-10/+4
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-2/+3
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
2015-01-08allow unknown features in the log crate.Felix S. Klock II-0/+2
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06Register new snapshotsAlex Crichton-3/+2
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-6/+12
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-6/+12
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+1
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-0/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-26/+8
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-38/+0
2014-12-30Register new snapshotsAlex Crichton-38/+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/+40
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-4/+4
2014-12-19liblog: use `#[deriving(Copy)]`Jorge Aparicio-5/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+5
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