about summary refs log tree commit diff
path: root/src/test/run-pass/assignability-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-54/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-07-31Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...Vadim Petrochenkov-3/+0
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-1/+1
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2014-12-16Remove the double auto-ref on arrays/strings as receiversNick Cameron-3/+1
2014-12-13Fix run-pass testsJorge Aparicio-3/+4
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-07-09tests: Remove uses of advance.Luqman Aden-2/+2
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-1/+1
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-3/+5
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2013-12-11Make 'self lifetime illegal.Erik Price-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-3/+6
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-3/+3
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-3/+3
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-4/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-3/+3
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-3/+3
2013-05-10test: Use the new `for` protocolAlex Crichton-9/+5
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-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-15Clonify some of run-passBen Striegel-1/+1
2013-03-13test: Some test fixesPatrick Walton-2/+2
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-3/+3
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-3/+3
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-5/+5
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-20Remove old fixed-length vector syntaxBen Striegel-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-9/+11
2012-09-18rustc: Remove legacy mode inference, unless #[legacy_modes] is usedPatrick Walton-0/+2
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-0/+43