about summary refs log tree commit diff
path: root/src/test/compile-fail/vec-field.rs
AgeCommit message (Expand)AuthorLines
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-19/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-03-11Remove uses of logBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-10Pretty print vectors as ~[] instead of []/~. Closes #2863.Michael Sullivan-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-22Minor capitalization/punctuation fixes in error messagesLindsey Kuper-1/+1
2012-06-22Nicer quoting in "attempted access of field" message. Issue #2358.Lindsey Kuper-1/+1
2012-06-18Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-1/+1
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-12-18Only look for a matching method when normal field access failsMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-12Convert most working tests to ivecsBrian Anderson-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+3
2011-07-24The Big Test Suite OverhaulBrian Anderson-1/+1
2011-06-22rustc: Convert field access on invalid types from an ICE to a fatal errorBrian Anderson-0/+10