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
/
min_const_generics
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1249
/
+0
2022-11-14
Show a note where a macro failed to match
Nilstrieb
-0
/
+6
2022-11-11
Visit opaque types during type collection too.
Camille GILLOT
-26
/
+5
2022-10-18
`const_evaluatable_unchecked` to const eval
lcnr
-11
/
+13
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-38
/
+20
2022-06-29
interpret: adjust error from constructing an invalid value
Ralf Jung
-8
/
+8
2022-06-21
Add a full regression test for #73727
Yuki Okushi
-17
/
+0
2022-04-04
diagnostics: use correct span for const generics
Michael Howell
-2
/
+2
2022-02-10
fix min_const_generics oversight
lcnr
-0
/
+29
2022-01-13
Fix suggesting turbofish with lifetime arguments
Michael Goulet
-12
/
+12
2021-12-18
Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726
Matthias Krüger
-23
/
+11
2021-12-10
update tests
Ellen
-19
/
+4
2021-12-04
Lint bare traits in AstConv.
Camille GILLOT
-23
/
+11
2021-08-30
`feature(const_param_types)` -> `feature(adt_const_params)`
lcnr
-8
/
+8
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-25
/
+23
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-8
/
+8
2021-08-12
Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev
Guillaume Gomez
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-23
/
+23
2021-08-09
Link to edition guide instead of issues for 2021 lints.
Mara Bos
-1
/
+1
2021-07-26
Actually infer args in visitors
kadmin
-0
/
+1
2021-07-25
Add generic arg infer
kadmin
-15
/
+4
2021-06-25
Address PR feedback
Ryan Levick
-2
/
+2
2021-06-25
Change how edition based future compatibility warnings are handled
Ryan Levick
-2
/
+2
2021-06-11
Run full const-generics test for issue-72293
Yuki Okushi
-21
/
+0
2021-05-13
wow
Ellen
-1
/
+1
2021-05-13
completion uwu
Ellen
-1
/
+0
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-3
/
+3
2021-04-16
Fix tests
Ryan Levick
-10
/
+13
2021-03-31
Add 32bit.stderr files.
Hameer Abbasi
-0
/
+72
2021-03-31
Rename stderr->64bit.stderr where needed.
Hameer Abbasi
-8
/
+9
2021-03-31
Add allocation information to undefined behaviour errors.
Hameer Abbasi
-0
/
+12
2021-03-23
Update with comments
kadmin
-3
/
+33
2021-03-23
Add query for const_param_default
kadmin
-0
/
+14
2021-03-23
progress, stuff compiles now
lcnr
-6
/
+5
2021-03-23
Some refactoring
varkor
-12
/
+10
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-2
/
+3
2021-01-05
fixed const_generics error help
Jake Vossen
-9
/
+9
2021-01-01
make `const_generics_defaults` use the unstable syntax mechanism
Rémy Rakic
-8
/
+12
2021-01-01
update `min_const_generics` tests using default values for const params
Rémy Rakic
-8
/
+12
2020-12-26
update tests
Bastian Kauschke
-104
/
+73
2020-12-26
delete no longer relevant tests
Bastian Kauschke
-16
/
+0
2020-12-05
Const parameters can not be inferred with `_`
Ethan Brierley
-0
/
+19
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-5
/
+5
2020-11-24
Swap note for help
mendess
-17
/
+17
2020-11-24
Requested changes
mendess
-4
/
+8
2020-11-24
Add note to use nightly when using expr in const generics
mendess
-0
/
+4
2020-11-16
improve error message for const ty param mismatch
Bastian Kauschke
-71
/
+36
2020-11-12
Rollup merge of #78987 - lcnr:integer-sizes, r=varkor
Mara Bos
-5
/
+43
2020-11-12
extend min_const_generics param ty tests
Bastian Kauschke
-5
/
+43
[next]