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
/
const-drop-fail.precise.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-99
/
+0
2022-10-21
Require Drop impls to have the same constness on its bounds as the bounds on ...
Oli Scherer
-22
/
+43
2022-10-04
Only allow ~const bounds for traits with #[const_trait]
Oli Scherer
-8
/
+8
2022-08-21
Adjust messages, address some nits
Michael Goulet
-2
/
+2
2022-08-18
Reword "Required because of the requirements on the impl of ..."
Andy Wang
-2
/
+2
2022-03-24
Properly track `ImplObligation`s
Esteban Kuber
-0
/
+6
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-18
/
+15
2022-03-07
Update tests after feature stabilization
Eric Holk
-9
/
+9
2022-01-26
add note suggesting that predicate is satisfied but is not const
Michael Goulet
-0
/
+5
2022-01-26
Improve selection errors for `~const` trait bounds
Deadbeef
-7
/
+19
2022-01-18
adjust tests
Michael Goulet
-32
/
+25
2021-11-20
Point at source of trait bound obligations in more places
Esteban Kuber
-3
/
+3
2021-10-25
fix(rustc_typeck): report function argument errors on matching type
Michael Howell
-3
/
+0
2021-09-16
fix rebase
Esteban Kuber
-0
/
+9
2021-09-09
Add another test case + fmt
Deadbeef
-5
/
+37
2021-09-09
fix precise live drops
Deadbeef
-0
/
+27