about summary refs log tree commit diff
path: root/src/test/compile-fail/lint-unused-unsafe.rs
AgeCommit message (Expand)AuthorLines
2017-03-10Point to enclosing block/fn on nested unsafeEsteban Küber-66/+0
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-0/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+3
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30cfail: Remove usage of fmt!Alex Crichton-2/+2
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+2
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+2
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-0/+63