| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -3556/+0 | |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -0/+6 | |
| Point out span where we could introduce higher-ranked lifetime Somewhat addresses #105422, but not really. We don't have that much useful information here since we're still in resolution :^( Maybe this suggestion isn't worth it. If the reviewer has an idea how we can get a more succinct binder information for a structured suggestion, it would be appreciated. | ||||
| 2023-01-06 | use smaller spans for missing lifetime/generic args | Takayuki Maeda | -7/+7 | |
| fix rustdoc ui test | ||||
| 2022-12-18 | higher-ranked lifetime message | Michael Goulet | -0/+6 | |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being ↵ | Oli Scherer | -64/+0 | |
| available | ||||
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -6/+6 | |
| 2022-09-28 | add regression test | Rageking8 | -0/+49 | |
| 2022-09-09 | review | lcnr | -15/+15 | |
| 2022-09-08 | update ui tests | lcnr | -15/+15 | |
| 2022-08-23 | Improve local generic parameter suggestions. | Camille GILLOT | -3/+3 | |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -11/+11 | |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -211/+270 | |
| 2022-06-29 | add tests for ICE 94432 | Matthias Krüger | -0/+10 | |
| Fixes #94432 | ||||
| 2022-06-28 | fix ice for associated constant generics | Takayuki Maeda | -0/+23 | |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -0/+64 | |
| Note this does not produce a full stack all the way to the first call that specifies all monomorphic parameters, it's just shallowly mentioning the last call site. | ||||
| 2022-04-22 | Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+12 | |
| Move some tests to more reasonable places cc #73494 r? `@petrochenkov` | ||||
| 2022-04-21 | Move some tests to more reasonable directories | Caio | -0/+12 | |
| 2022-04-17 | Bless tests. | Camille GILLOT | -6/+15 | |
| 2022-04-04 | diagnostics: use correct span for const generics | Michael Howell | -5/+5 | |
| Fixes #95616 | ||||
| 2022-03-25 | diagnostics: correct generic bounds with doubled colon | Michael Howell | -0/+64 | |
| Fixes #95208 | ||||
| 2022-03-12 | Use consistent prose for `::` | Michael Howell | -2/+2 | |
| Co-authored-by: Camille Gillot <gillot.camille@gmail.com> | ||||
| 2022-03-11 | diagnostics: single colon within `<>` probably, not type ascription | Michael Howell | -0/+24 | |
| Fixes #94812 | ||||
| 2021-12-10 | bless tests | Ellen | -6/+6 | |
| 2021-12-10 | update tests | Ellen | -2/+1 | |
| 2021-11-14 | Move some tests to more reasonable directories | Caio | -0/+72 | |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+109 | |
| 2021-10-19 | Revert "Rollup merge of #86011 - tlyu:correct-sized-bound-spans, r=estebank" | Yuki Okushi | -2/+2 | |
| This reverts commit 36a1076d24697621a3bb67ef654b4eb79647aa54, reversing changes made to e1e9319d93aea755c444c8f8ff863b0936d7a4b6. | ||||
| 2021-10-08 | update ui test expectations | Taylor Yu | -2/+2 | |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -17/+13 | |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -0/+37 | |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -44/+44 | |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 | |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -1/+1 | |
| :sparkles: | ||||
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -3/+5 | |
| 2021-08-13 | Add tests for `#[no_mangle]` in `impl` blocks that looks like generic `impl` ↵ | hyd-dev | -3/+57 | |
| blocks but are actually not | ||||
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -1/+351 | |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -49/+49 | |
| * On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span | ||||
| 2021-07-14 | Change type param -> generic param | Ellen | -18/+18 | |
| 2021-05-30 | Fix span of redundant generic arguments | 0yoyoyo | -88/+122 | |
| 2021-05-12 | Bless tests | Giacomo Stevanato | -32/+595 | |
| 2021-05-12 | Update wrong-number-of-args test to cover more edge cases | Giacomo Stevanato | -0/+182 | |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -168/+168 | |
| 2021-04-25 | Rollup merge of #84520 - hameerabbasi:fn-as-ty, r=lcnr | Dylan DPC | -0/+18 | |
| Improve diagnostics for function passed when a type was expected. This PR improves diagnostics, it provides more information when a function is passed where a type is expected. r? `@lcnr` | ||||
| 2021-04-25 | Improve diagnostics for function passed when a type was expected. | Hameer Abbasi | -0/+18 | |
| 2021-04-21 | fix name resolution for param defaults | lcnr | -1/+9 | |
| 2021-04-17 | Move some tests to more reasonable directories - 6 | Caio | -0/+117 | |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -44/+44 | |
| This reverts commit 22ae20733515d710c1134600bc1e29cdd76f6b9b. | ||||
| 2021-03-23 | Update tests | kadmin | -1/+0 | |
| 2021-03-23 | progress, stuff compiles now | lcnr | -6/+6 | |
| 2021-03-23 | Some refactoring | varkor | -10/+3 | |
