| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -4/+36 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -19/+19 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -1/+1 | |
| Fix #78206. | ||||
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -2/+2 | |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -0/+30 | |
| Prevent using `#[target_feature]` on lang item functions Fixes https://github.com/rust-lang/rust/issues/109411 and also prevents from using `#[target_feature]` on other `fn` lang items to mitigate the concerns from https://github.com/rust-lang/rust/issues/109411#issuecomment-1477030273. | ||||
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -55/+81 | |
| This function is now used to check `#[panic_handler]`, `start` lang item, `main`, `#[start]` and intrinsic functions. The diagnosis produced are now closer to the ones produced by trait/impl method signature mismatch. | ||||
| 2023-09-18 | Prevent using `#[target_feature]` on lang item functions | Eduardo Sánchez Muñoz | -0/+30 | |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -20/+0 | |
| 2023-02-16 | Add ICE test for bad Add::add impl item type | Michael Goulet | -0/+29 | |
| 2023-02-16 | Tweak wording | Michael Goulet | -19/+28 | |
| 2023-02-16 | Move call trait lang item malformed check to typeck | Michael Goulet | -20/+163 | |
| 2023-01-31 | Do not depend on Generator trait when deducing closure signature | Michael Goulet | -36/+0 | |
| 2023-01-11 | add checks for the signature of the lang item | asquared31415 | -0/+227 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+487 | |
