summary refs log tree commit diff
path: root/src/test/ui/const-generics
AgeCommit message (Expand)AuthorLines
2021-11-25Visit `param_env` field in Obligation's `TypeFoldable` implAaron Hill-7/+16
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-16/+0
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-16/+9
2021-11-19Rollup merge of #90578 - lcnr:add-test, r=Mark-SimulacrumYuki Okushi-0/+85
2021-11-18bless nlllcnr-0/+26
2021-11-17add const generics testlcnr-0/+59
2021-11-14Fix span for non-satisfied trivial trait boundsNilstrieb-41/+28
2021-11-08Add a note about feature(explicit_generic_args_with_impl_trait) to the releva...Jakub Kądziołka-0/+3
2021-11-06Move some tests to more reasonable directoriesCaio-0/+60
2021-10-30Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnrMatthias Krüger-0/+47
2021-10-29ignore type flags insertion in default_anon_const_substs if error occurredb-naber-0/+47
2021-10-29add testb-naber-0/+20
2021-10-26Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebankMatthias Krüger-4/+8
2021-10-25Rollup merge of #90266 - b-naber:uneval_substs, r=lcnrMatthias Krüger-0/+25
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-4/+8
2021-10-25add testsb-naber-0/+25
2021-10-23Rollup merge of #89829 - voidc:assoc-const-variance, r=lcnrMatthias Krüger-25/+5
2021-10-21*dust dust*Ellen-2/+2
2021-10-20OrderingEllen-1/+10
2021-10-20add fixmeEllen-1/+1
2021-10-20InferenceEllen-0/+26
2021-10-20WfnessEllen-0/+59
2021-10-20Return pos impl traitEllen-0/+94
2021-10-20Trait objectsEllen-0/+104
2021-10-12Bless testsDominik Stolz-25/+5
2021-10-06Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnrManish Goregaokar-0/+29
2021-10-06testEllen-0/+29
2021-10-05Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwUManish Goregaokar-9/+17
2021-10-04Move generic error message to separate brancheskadmin-9/+17
2021-10-01Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebankManish Goregaokar-0/+137
2021-09-28feat(rustc_typeck): avoid erroring with "wrong number of generics" if there's...Michael Howell-42/+6
2021-09-28Improve error messages for bad type constraintsMichael Howell-19/+14
2021-09-28Use less verbose syntax for error annotationsMichael Howell-4/+4
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-17Apply review commentsYuki Okushi-4/+6
2021-09-17Recover invalid assoc type bounds using `==`Yuki Okushi-0/+40
2021-09-16Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisabors-1/+3
2021-09-16feat(rustc_parse): recover from pre-RFC-2000 const generics syntaxMichael Howell-0/+178
2021-09-16fix rebaseEsteban Kuber-1/+3
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-1/+1
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-2/+2
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-22/+77
2021-09-11Rollup merge of #88779 - estebank:unused-delims, r=davidtwcoJubilee-1/+6
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+3
2021-09-09add test for builtin types N + N unifying with fn callEllen-1/+22
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-1/+6
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-13/+8