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
/
class-impl-very-parameterized-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
-114
/
+0
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-1
/
+1
2015-04-01
Fallout in tests
Niko Matsakis
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-14
/
+14
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-2
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-25
cleanup: s/impl Copy/#[derive(Copy)]/g
Jorge Aparicio
-3
/
+1
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-12
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-3
/
+3
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-06
Remove check-fast. Closes #4193, #8844, #6330, #7416
Brian Anderson
-1
/
+0
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-3
/
+3
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-0
/
+1
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-01-26
Fix privacy fallout from previous change
Alex Crichton
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-7
/
+7
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-7
/
+7
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-2
/
+2
2013-08-17
Fix warnings it tests
Erick Tryzelaar
-2
/
+0
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-02
replace `range` with an external iterator
Daniel Micay
-2
/
+2
2013-07-13
Split mutable methods out of Set and Map
Steven Fackler
-6
/
+7
2013-06-25
container: remove internal iterators from Map
Daniel Micay
-21
/
+0
2013-06-24
remove old_iter
Daniel Micay
-1
/
+0
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-7
/
+7
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-2
/
+2
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-4
/
+4
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-10
test: Use the new `for` protocol
Alex Crichton
-7
/
+8
2013-05-07
Add pop() and swap() to the Map trait
Alex Crichton
-0
/
+4
2013-04-28
make way for a new iter module
Daniel Micay
-1
/
+1
2013-04-10
tests: changes in response to #5656
Niko Matsakis
-5
/
+5
2013-04-10
Revert map.each to something which takes two parameters
Niko Matsakis
-16
/
+12
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-24
expose find_mut in the Map trait
Daniel Micay
-0
/
+2
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-12
/
+12
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-2
/
+2
[next]