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
/
ui
/
rfc-2632-const-trait-impl
Age
Commit message (
Expand
)
Author
Lines
2020-03-05
review comments
Esteban Küber
-4
/
+4
2020-03-04
Tweak output for invalid negative impl AST errors
Esteban Küber
-4
/
+4
2020-02-19
Update tests
Dylan MacKenzie
-6
/
+28
2020-02-18
Add passing test for `Add` on generic struct
Dylan MacKenzie
-0
/
+32
2020-02-18
Add ignored test for associated types in const impl
Dylan MacKenzie
-0
/
+28
2020-02-18
Test `rustc_const_unstable` on trait fns
Dylan MacKenzie
-0
/
+45
2020-02-18
Ensure const impl cannot coexist with non-const impl
Dylan MacKenzie
-0
/
+67
2020-02-18
Split const trait method test and impl `ops::Add`
Dylan MacKenzie
-2
/
+43
2020-02-18
Add tests for calling trait methods on concrete types
Dylan MacKenzie
-38
/
+78
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-6
/
+18
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-2
/
+2
2020-01-20
Update tests
Dylan MacKenzie
-94
/
+49
2020-01-09
Add test for `?const` in nested impl/dyn trait
Dylan MacKenzie
-1
/
+17
2020-01-09
Add test for `?const` and `?` on the same bound
Dylan MacKenzie
-0
/
+22
2020-01-09
Add tests for RFC 2632
Dylan MacKenzie
-0
/
+321