| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -21/+21 | |
| 2023-09-12 | cleanup on messages | yukang | -9/+0 | |
| 2023-09-06 | Don't report any errors in `lower_intrinsics`. They should have been ↵ | Oli Scherer | -0/+2 | |
| typecked before. | ||||
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -173/+173 | |
| 2023-04-27 | Don't call await a method | Michael Goulet | -0/+9 | |
| 2023-04-13 | migrate ftl msg accroding to #103042 | AndyJado | -12/+138 | |
| 2023-03-11 | Simplify message paths | est31 | -0/+129 | |
| 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 | ||||
