summary refs log tree commit diff
path: root/src/liblog
AgeCommit message (Expand)AuthorLines
2015-06-17More test fixes and fallout of stability changesAlex Crichton-4/+2
2015-06-17std: Split the `std_misc` featureAlex Crichton-1/+3
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-2/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+1
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-05-29add const_fn featuresNiko Matsakis-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-3/+3
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-02fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertionsXuefeng Wu-1/+1
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