about summary refs log tree commit diff
path: root/src/test/run-pass/class-impl-very-parameterized-trait.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-114/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-01Fallout in testsNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-14/+14
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-3/+1
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-12/+0
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-07-19librustc: Implement lifetime elision.Patrick Walton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
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-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+3
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-0/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-26Fix privacy fallout from previous changeAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-7/+7
2013-09-30rpass: Remove usage of fmt!Alex Crichton-7/+7
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-2/+2
2013-08-17Fix warnings it testsErick Tryzelaar-2/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-07-13Split mutable methods out of Set and MapSteven Fackler-6/+7
2013-06-25container: remove internal iterators from MapDaniel Micay-21/+0
2013-06-24remove old_iterDaniel Micay-1/+0
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-7/+7
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-10test: Use the new `for` protocolAlex Crichton-7/+8
2013-05-07Add pop() and swap() to the Map traitAlex Crichton-0/+4
2013-04-28make way for a new iter moduleDaniel Micay-1/+1
2013-04-10tests: changes in response to #5656Niko Matsakis-5/+5
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-16/+12
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-24expose find_mut in the Map traitDaniel Micay-0/+2
2013-03-22test: Remove `pure` from the test suitePatrick Walton-12/+12
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-2/+2