| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -0/+5 | |
| 2023-12-03 | Disallow guards on never patterns | Nadrieril | -0/+4 | |
| 2023-12-03 | Disallow an arm without a body (except for never patterns) | Nadrieril | -0/+4 | |
| Parsing now accepts a match arm without a body, so we must make sure to only accept that if the pattern is a never pattern. | ||||
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -5/+5 | |
| 2023-10-13 | Deprecate E0706 | Michael Goulet | -6/+0 | |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -1/+1 | |
| Fix #80476. | ||||
| 2023-09-12 | cleanup on messages | yukang | -4/+0 | |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -84/+84 | |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -0/+4 | |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -0/+8 | |
| 2023-03-11 | Simplify message paths | est31 | -0/+141 | |
| This makes it easier to open the messages file while developing on features. The commit was the result of automatted changes: for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done | ||||
