about summary refs log tree commit diff
path: root/src/test/run-pass/unique-kinds.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-74/+0
2018-08-05Convert unknown_features lint into an errorvarkor-2/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-6/+7
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-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-12/+12
2015-01-30Remove all `i` suffixesTobias Bucher-12/+12
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-12/+12
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-7/+7
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-12/+12
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-3/+3
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-2/+2
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-6/+6
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-4/+4
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-6/+8
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-4/+4
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-13/+13
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-4/+4
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-4/+4
2011-09-22Calculate the correct kind for unique boxesBrian Anderson-0/+59