summary refs log tree commit diff
path: root/src/liblog/macros.rs
AgeCommit message (Expand)AuthorLines
2015-11-12liblog: deny warnings in doctestsKevin Butler-1/+7
2015-08-12Correct debug! documentationWilliam Throwe-3/+3
2015-05-02fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertionsXuefeng Wu-1/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-11Example -> ExamplesSteve Klabnik-6/+6
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-2/+2
2015-02-27register snapshot 880fb89Flavio Percoco-7/+0
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-1/+8
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-3/+3
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-14/+6
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-12/+6
2015-01-05Remove i suffix in docsSteve Klabnik-2/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2014-12-30Register new snapshotsAlex Crichton-57/+0
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+57
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-12/+13
2014-08-29doc: Runnable examples logging.Jonas Hietala-27/+88
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-6/+6
2014-05-05log: Logger receiveis a LogRecordSean McArthur-1/+6
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-6/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+141