| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-18 | Remove `UnknownPartitionStrategy` error. | Nicholas Nethercote | -2/+0 | |
| This became unused in #112053, when `-Zcgu-partitioning-strategy` was removed. | ||||
| 2023-09-20 | Cleanup unused messages in ftl files | yukang | -2/+0 | |
| 2023-08-30 | Emit error instead of ICE when optimized MIR is missing | Martin Nordholts | -0/+4 | |
| Closes 51388. | ||||
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -17/+17 | |
| 2023-03-11 | Simplify message paths | est31 | -0/+32 | |
| 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 | ||||
