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
/
const-generics
/
issues
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-3057
/
+0
2023-01-09
Change commit_if_ok to probe
kadmin
-0
/
+35
2022-12-13
review comments
Esteban Küber
-3
/
+3
2022-12-13
Suggest `: Type` instead of `: _`
Esteban Küber
-3
/
+3
2022-12-06
Change CTFE backtraces to use `note` instead of `label` to preserve their order
Oli Scherer
-5
/
+10
2022-12-06
Remove now-redundant file/line info from const backtraces
Oli Scherer
-2
/
+2
2022-11-25
fmt
Boxy
-1
/
+1
2022-11-25
handle assoc consts in fulfill `ConstEquate`
Boxy
-145
/
+27
2022-11-25
handle nested obligations in `satisfied_from_param_env`
Boxy
-8
/
+36
2022-11-25
Add expand_abstract_const
kadmin
-21
/
+1
2022-11-25
Add empty ConstKind::Abstract
kadmin
-26
/
+168
2022-10-27
Correct inconsistent error messages in tests
Byron Zhong
-1
/
+1
2022-10-01
bless ui tests
Maybe Waffle
-1
/
+1
2022-09-23
Always print '_, even for erased lifetimes.
Camille GILLOT
-4
/
+4
2022-09-16
bless tests
Deadbeef
-1
/
+3
2022-09-09
rename `codegen_fulfill_obligation`
lcnr
-2
/
+2
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-29
Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk
Matthias Krüger
-6
/
+30
2022-08-27
use smaller span for suggestions
Takayuki Maeda
-3
/
+5
2022-08-24
Note binding obligation causes for const equate errors
Michael Goulet
-0
/
+24
2022-08-24
Call them constants instead of types
Michael Goulet
-6
/
+6
2022-08-10
add test
b-naber
-0
/
+36
2022-07-27
Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...
Guillaume Gomez
-7
/
+44
2022-07-26
Fix diagnostics for unfulfilled obligations
Deadbeef
-2
/
+0
2022-07-26
bless tests, remove nonexistent E0395
Deadbeef
-44
/
+20
2022-07-25
Deeply deny fn and raw ptrs in const generics
Michael Goulet
-7
/
+44
2022-07-22
Do not resolve associated const when there is no provided value
Michael Goulet
-18
/
+28
2022-07-20
Add regression test for #71547
Yuki Okushi
-0
/
+18
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-1
/
+1
2022-06-25
Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnr
Matthias Krüger
-0
/
+10
2022-06-24
fmt
b-naber
-1
/
+1
2022-06-24
add test
b-naber
-0
/
+10
2022-06-21
Add a full regression test for #73727
Yuki Okushi
-0
/
+25
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+5
2022-06-13
Add some more regression tests for #67945
Yuki Okushi
-0
/
+107
2022-06-02
add new `emit_inference_failure_err`
lcnr
-8
/
+5
2022-05-24
add and update tests
b-naber
-2
/
+25
2022-05-20
Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...
Matthias Krüger
-0
/
+6
2022-05-20
report ambiguous type parameters when their parents are impl or fn
Takayuki Maeda
-0
/
+6
2022-05-19
Add regression test for #88119
Yuki Okushi
-0
/
+35
2022-05-11
Gracefully fail to resolve associated items instead of `delay_span_bug`.
Camille GILLOT
-1
/
+18
2022-05-11
Rollup merge of #96717 - BoxyUwU:gats_const_param_types_mismatch_err, r=lcnr
Yuki Okushi
-15
/
+15
2022-05-08
Correct the issue number of a test
Yuki Okushi
-1
/
+1
2022-05-08
Add regression test for #96654
Yuki Okushi
-0
/
+15
2022-05-06
wording tweaks
Ellen
-4
/
+4
2022-05-05
make `compare_generic_param_kinds` errors consistent
Ellen
-15
/
+15
2022-05-01
Enable full revision in const generics ui tests
Alex Macleod
-0
/
+36
2022-04-30
Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov
bors
-1
/
+11
2022-04-29
Bless tests.
Camille GILLOT
-1
/
+11
2022-04-28
Update the diagnostic message to match the new span
Oli Scherer
-2
/
+2
[next]