about summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+4
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-2/+2
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-20Revert "Revert "std: Re-enable at_exit()""Alex Crichton-12/+28
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
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