about summary refs log tree commit diff
path: root/src/test/ui/const-generics/generic_const_exprs
AgeCommit message (Expand)AuthorLines
2022-01-31regression test for issue 90847cameron-0/+9
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-39/+3
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-39/+3
2021-12-10update testsEllen-1/+1
2021-12-05Rollup merge of #90529 - b-naber:reborrows-consts, r=lcnrMatthias Krüger-1/+1
2021-12-05bless testsb-naber-1/+1
2021-12-05Rollup merge of #90023 - b-naber:postpone_const_eval_infer_vars, r=nikomatsakisMatthias Krüger-3/+38
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-16/+7
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-7/+16
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-10/+5
2021-11-07consider unevaluated consts in extract_inference_diagnostics_datab-naber-2/+27
2021-11-05add testsb-naber-3/+13
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-4/+8
2021-10-06Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnrManish Goregaokar-0/+29
2021-10-06testEllen-0/+29
2021-10-04Move generic error message to separate brancheskadmin-7/+14
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-1/+1
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+22
2021-09-09CI pleaseEllen-0/+1
2021-09-09resolve `from_hir_call` FIXMEEllen-1/+24
2021-09-09add a `CastKind` to `Node::Cast`Ellen-0/+21
2021-09-09bless stderrEllen-8/+4
2021-09-09dont support blocksEllen-9/+3
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-2/+2
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-83/+920
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-0/+1256