index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
assignability-trait.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-06
Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.
Felix S. Klock II
-54
/
+0
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2016-07-31
Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu...
Vadim Petrochenkov
-3
/
+0
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-1
/
+1
2015-04-08
Remove pretty-expanded from failing tests
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2014-12-16
Remove the double auto-ref on arrays/strings as receivers
Nick Cameron
-3
/
+1
2014-12-13
Fix run-pass tests
Jorge Aparicio
-3
/
+4
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-07-09
tests: Remove uses of advance.
Luqman Aden
-2
/
+2
2014-04-02
Fix fallout of requiring uint indices
Alex Crichton
-1
/
+1
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-3
/
+5
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-2
/
+2
2013-12-11
Make 'self lifetime illegal.
Erik Price
-1
/
+1
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-3
/
+6
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-3
/
+3
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-3
/
+3
2013-06-25
remove `each` from vec, HashMap and HashSet
Daniel Micay
-4
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-3
/
+3
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-3
/
+3
2013-05-10
test: Use the new `for` protocol
Alex Crichton
-9
/
+5
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-15
Clonify some of run-pass
Ben Striegel
-1
/
+1
2013-03-13
test: Some test fixes
Patrick Walton
-2
/
+2
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-3
/
+3
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-3
/
+3
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-5
/
+5
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-2
/
+2
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-1
/
+1
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-9
/
+11
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+43