about summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
2015-03-13Fallout of std::old_io deprecationAlex Crichton-7/+5
2015-03-11Example -> ExamplesSteve Klabnik-6/+6
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-2/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-27register snapshot 880fb89Flavio Percoco-7/+0
2015-02-23Rollup merge of #22696 - stepancheg:use-box, r=alexcrichtonManish Goregaokar-9/+11
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-9/+11
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-3/+10
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-3/+3
2015-02-02More deprecating of i/u suffixesAlfie John-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-5/+5
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+3
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-3/+3
2015-01-30std: Stabilize FromStr and parseAlex Crichton-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
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-37/+17
2015-01-23regex: Remove in-tree versionAlex Crichton-27/+12
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-7/+13
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-7/+13