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
/
incremental
/
hashes
Age
Commit message (
Expand
)
Author
Lines
2016-12-06
ICH: Add test case for enum constructor expressions.
Michael Woerister
-0
/
+387
2016-12-06
ICH: Add test case for indexing expressions.
Michael Woerister
-0
/
+157
2016-12-06
ICH: Add test case sensitive to function bodies in metadata.
Michael Woerister
-0
/
+86
2016-12-06
ICH: Add test case for closure expressions.
Michael Woerister
-0
/
+144
2016-11-29
Fix SVH tests some more
Florian Diebold
-166
/
+228
2016-11-29
Fix remaining SVH tests
Florian Diebold
-37
/
+101
2016-11-29
WIP: update tests to pass -- not complete
Niko Matsakis
-33
/
+51
2016-11-29
Fix new tests
Florian Diebold
-56
/
+184
2016-11-22
ICH: Add test case for struct constructor expressions.
Michael Woerister
-0
/
+254
2016-11-20
Rollup merge of #37841 - michaelwoerister:ich-loop-tests, r=nikomatsakis
Guillaume Gomez
-0
/
+1049
2016-11-17
Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb
bors
-0
/
+532
2016-11-17
add test for hashing trait impls
Niko Matsakis
-0
/
+404
2016-11-17
ICH: Add regression tests for various kinds of loops.
Michael Woerister
-0
/
+1049
2016-11-17
hash the contents of impl-item-ref by adding them to visitor
Niko Matsakis
-0
/
+128
2016-11-16
ICH: Add test case for type alias definitions
Michael Woerister
-0
/
+249
2016-11-12
Rollup merge of #37694 - michaelwoerister:test-if-ich, r=brson
Eduard-Mihai Burtescu
-0
/
+232
2016-11-10
ICH: Add test case for if- and if-let-expressions.
Michael Woerister
-0
/
+232
2016-11-10
ICH: Add test case for call expressions.
Michael Woerister
-0
/
+203
2016-11-09
Rollup merge of #37654 - michaelwoerister:test-let-ich, r=nikomatsakis
Eduard-Mihai Burtescu
-0
/
+570
2016-11-08
ICH: Add test case for match-expressions
Michael Woerister
-0
/
+342
2016-11-08
ICH: Add test case for let-expressions.
Michael Woerister
-0
/
+228
2016-11-07
Fix typos and redundant code
oldmanmike
-5
/
+3
2016-11-07
Apply changes recommended in code review
oldmanmike
-21
/
+40
2016-11-05
Add unary and binary tests for incr-comp
oldmanmike
-0
/
+497
2016-11-02
ICH: Add test case for when overflow checks are disabled.
Michael Woerister
-0
/
+251
2016-11-01
ICH: Hash expression spans if their source location is captured for panics
Michael Woerister
-0
/
+173
2016-10-26
Prohibit patterns in trait methods without bodies
Vadim Petrochenkov
-4
/
+4
2016-10-12
Rollup merge of #36831 - michaelwoerister:ich-updates, r=nikomatsakis
Alex Crichton
-0
/
+71
2016-10-11
Rollup merge of #37072 - michaelwoerister:enable-trait-ich-tests, r=nikomatsakis
Guillaume Gomez
-91
/
+85
2016-10-10
ICH: Enable some cases in trait definition hashing.
Michael Woerister
-91
/
+85
2016-10-08
Add ICH test case for consts
Florian Diebold
-0
/
+132
2016-10-08
Add ICH test case for statics
Florian Diebold
-0
/
+185
2016-10-07
incr.comp.: Cover indirect changes in struct ICH test case
Michael Woerister
-0
/
+71
2016-10-07
Auto merge of #36940 - eulerdisk:incr_test_for_hash_trait, r=michaelwoerister
bors
-0
/
+1121
2016-10-06
Changed some names
Andrea Pretto
-6
/
+6
2016-10-05
ICH: update saw_ty for TyBareFn; Update tests for functioninterfaces
Mathieu Borderé
-5
/
+23
2016-10-05
Added the third parameter to the "add second lifetime bound to method type pa...
Andrea Pretto
-1
/
+1
2016-10-05
Fixes requested by @michaelwoerister
Andrea Pretto
-31
/
+32
2016-10-05
ICH - Add test cases for function interfaces
Mathieu Borderé
-0
/
+382
2016-10-03
Fixed lines longer than 100.
Andrea Pretto
-3
/
+6
2016-10-03
Test Case for Incr. Comp. Hash for traits #36681.
Andrea Pretto
-0
/
+1117
2016-09-30
Fix another comment in test/incremental/hashes/enum_defs
Michael Woerister
-1
/
+1
2016-09-30
Fix comment in test/incremental/hashes/enum_defs
Michael Woerister
-1
/
+1
2016-09-30
Fixes requested by @michaelwoerister.
Andrea Pretto
-2
/
+2
2016-09-29
Test Case for Incr. Comp. Hash for enums #36674.
Andrea Pretto
-0
/
+715
2016-09-23
ICH: Add ability to test the ICH of exported metadata items.
Michael Woerister
-0
/
+238
[prev]