| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-03-13 | Make incremental sessions identity no longer depend on the crate names ↵ | John Kåre Alsaker | -9/+0 | |
| provided by source code | ||||
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -0/+4 | |
| 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-02-22 | Remove a back compat warning | Oli Scherer | -4/+0 | |
| 2023-01-30 | session: diagnostic migration lint on more fns | David Wood | -0/+21 | |
| Apply the diagnostic migration lint to more functions on `Session`. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -0/+4 | |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -14/+14 | |
| 2022-09-21 | UPDATE - rename DiagnosticHandler macro to Diagnostic | Jhonny Bill Mena | -15/+15 | |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -15/+15 | |
| 2022-08-22 | Remove use of DiagnosticArgFromDisplay | Giacomo Stevanato | -10/+12 | |
| 2022-08-22 | Move rustc_interface diagnostics to struct SessionDiagnostic derives | Giacomo Stevanato | -0/+68 | |
| 2022-08-22 | Move existing diagnostic struct to a new errors module | Giacomo Stevanato | -0/+19 | |
