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
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-08-28
Add test cases
Deadbeef
-3
/
+107
2021-08-28
Allow `~const` bounds on trait assoc functions
Deadbeef
-6
/
+74
2021-08-27
Revive tests
Deadbeef
-0
/
+28
2021-08-27
Fix UI test
Deadbeef
-1
/
+3
2021-08-27
Fix #88155
Deadbeef
-0
/
+22
2021-08-27
Fix more tests
Deadbeef
-30
/
+83
2021-08-27
Try fixing some tests
Deadbeef
-255
/
+52
2021-08-27
Introduce `~const`
Deadbeef
-3
/
+31
2021-08-17
Auto merge of #86808 - fee1-dead:constify-1, r=oli-obk
bors
-0
/
+30
2021-08-17
Add ui test
Deadbeef
-0
/
+30
2021-08-17
Auto merge of #87668 - estebank:tweak-bound-output, r=oli-obk
bors
-6
/
+10
2021-08-16
Use note to point at bound introducing requirement
Esteban Küber
-6
/
+10
2021-08-16
Add ui test
Deadbeef
-0
/
+18
2021-08-13
Fix Cargo.lock and ui test
Deadbeef
-1
/
+1
2021-08-13
Make assoc types work with `?const `opt=out
Deadbeef
-1
/
+11
2021-08-13
Fix call-generic-method-nonconst test
Deadbeef
-3
/
+15
2021-08-13
Fix assoc-type test
Deadbeef
-5
/
+20
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-4
/
+6
2021-07-29
Update tests
Jonas Schievink
-2
/
+5
2021-07-19
Recognize bounds on impls as const bounds
Deadbeef
-0
/
+15
2021-07-16
Mark `const_trait_impl` as active
Deadbeef
-44
/
+23
2021-07-10
Test for misusing attribute
Deadbeef
-0
/
+46
2021-07-10
Update tests
Deadbeef
-4
/
+10
2021-07-10
Skip check for calling functions in same trait
Deadbeef
-2
/
+4
2021-07-10
Treat trait fns marked with the attr as const
Deadbeef
-0
/
+32
2021-07-10
Add #[default_method_body_is_const]
Deadbeef
-4
/
+45
2021-07-03
Auto merge of #86571 - fee1-dead:const-trait-impl-fix, r=jackh726
bors
-0
/
+42
2021-07-01
Test for const trait impls behind feature gates
Deadbeef
-0
/
+89
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
[next]