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
2021-07-01
Use revisions for cross-crate test
Deadbeef
-22
/
+6
2021-06-30
Add tests for cross-crate usage of `impl const`
Deadbeef
-0
/
+84
2021-06-23
deny using default function in impl const Trait
Deadbeef
-0
/
+42
2021-04-29
don't let const_fn feature flag affect impl-block-level trait bounds
Ralf Jung
-9
/
+5
2021-04-19
remove E0723 error code
Ralf Jung
-2
/
+1
2021-04-18
move 'trait bounds on const fn' to separate feature gate
Ralf Jung
-4
/
+4
2021-04-06
Remove trailing `:` from E0119 message
Esteban Küber
-2
/
+2
2020-12-12
Recover on `const impl<> X for Y`
Noah
-0
/
+61
2020-11-22
Add some more tests
Jonas Schievink
-0
/
+51
2020-11-22
const fn: allow use of trait impls from bounds
Jonas Schievink
-0
/
+93
2020-09-22
Bless tests
Dylan MacKenzie
-15
/
+9
2020-09-03
specialization_graph: avoid trimmed paths for OverlapError
Dan Aloni
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-4
/
+4
2020-08-22
Use smaller def span for functions
Aaron Hill
-2
/
+2
2020-08-21
Suppress "const" prefix of FnDef in MIR dump
Lzu Tao
-2
/
+2
2020-06-28
Update tests
Dylan MacKenzie
-10
/
+8
2020-06-28
Update tests
Dylan MacKenzie
-6
/
+6
2020-04-09
Add regression test for #69615
Dylan MacKenzie
-0
/
+28
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
[prev]