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
/
deriving-hash.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
-78
/
+0
2018-08-05
Fix test/run-pass
varkor
-3
/
+0
2017-06-16
deriv(Hash) for single-variant enum should not hash discriminant
Stepan Koltsov
-2
/
+11
2016-03-27
add #[derive(Hash)] test for #21714
Alex Burka
-0
/
+26
2016-03-14
derive: improve hygiene for type parameters (see #2810)
Alex Burka
-0
/
+4
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-2
/
+4
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
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
-2
/
+2
2015-03-23
rustdoc: Replace no-pretty-expanded with pretty-expanded
Brian Anderson
-0
/
+2
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-0
/
+2
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-5
/
+7
2015-01-02
Use `derive` rather than `deriving` in tests
Nick Cameron
-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
-3
/
+11
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-02-21
std: rewrite Hash to make it more generic
Erick Tryzelaar
-0
/
+28