about summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
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-7/+13
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-7/+13
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