| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -0/+1 | |
| If `-o -` or `--emit KIND=-` is provided, output will be written to stdout instead. Binary output (`obj`, `llvm-bc`, `link` and `metadata`) being written this way will result in an error unless stdout is not a tty. Multiple output types going to stdout will trigger an error too, as they will all be mixded together. | ||||
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -27/+27 | |
| 2023-03-11 | Simplify message paths | est31 | -0/+52 | |
| 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 | ||||
