about summary refs log tree commit diff
path: root/src/liblog/macros.rs
AgeCommit message (Expand)AuthorLines
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