| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -9/+9 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -0/+25 | |
| Don't ICE on unsized `extern "rust-call"` call Conceptually builds on #111864, but doesn't depend on it. | ||||
| 2023-06-06 | Note why rust-call abi requires sized obl | Michael Goulet | -0/+1 | |
| 2023-06-06 | Don't ICE on unsized rust-call abi call | Michael Goulet | -0/+24 | |
| 2023-06-05 | diagnostics: do not suggest type name tweaks on type-inferred closure args | Michael Howell | -4/+1 | |
| Fixes #111932 | ||||
| 2023-05-23 | Always require closure parameters to be `Sized` | Jules Bertholet | -0/+24 | |
| The `rust-call` ABI isn't compatible with `#![feature(unsized_fn_params)]`, so trying to use that feature with closures leads to an ICE (#67981). This turns that ICE into a type-check error. | ||||
| 2023-05-13 | Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillot | bors | -0/+30 | |
| Align unsized locals Allocate an extra space for unsized locals and manually align the storage, since alloca doesn't support dynamic alignment. Fixes #71416. Fixes #71695. | ||||
| 2023-05-08 | Align unsized locals | Tomasz Miąsko | -0/+30 | |
| Allocate an extra space for unsized locals and manually align the storage, since alloca doesn't support dynamic alignment. | ||||
| 2023-05-08 | Tweak borrow suggestion | Michael Goulet | -4/+7 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -2/+2 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+859 | |
