about summary refs log tree commit diff
path: root/src/test/run-pass/getopts_ref.rs
AgeCommit message (Expand)AuthorLines
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-28/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
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-1/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-06getopts: replaced base functions with those from groupArcterus-1/+1
2014-02-06Move getopts out of extraArcterus-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-2/+2
2013-08-17Fix warnings it testsErick Tryzelaar-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-12-05test: More bustage fixes. rs=mePatrick Walton-1/+1
2012-12-05test: More run-pass test fixesPatrick Walton-2/+2
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-0/+15