about summary refs log tree commit diff
path: root/src/liblog/lib.rs
AgeCommit message (Expand)AuthorLines
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-05-06log: Use writeln!() instead of write!()Alex Crichton-5/+5
2014-05-05auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichtonbors-8/+68
2014-05-05log: Logger receiveis a LogRecordSean McArthur-8/+68
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-11/+11
2014-04-11liblog doc: Fix apparent search-and-replace errorsSimon Sapin-3/+3
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-2/+2
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-27Fix fallout of removing default boundsAlex Crichton-3/+3
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15Test fixes and rebase conflictsAlex Crichton-3/+18
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+340