about summary refs log tree commit diff
path: root/src/test/run-pass/log-poly.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-13/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+4
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-4/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-4/+4
2013-09-30rpass: Remove usage of fmt!Alex Crichton-4/+4
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+11
2013-03-07Make debug!, etc. macros not require a format stringBrian Anderson-0/+10