| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-07-08 | Implement IntoDiagnosticArg for hir::ConstContext | Michael Goulet | -0/+1 | |
| 2022-06-03 | Use serde_json for json error messages | bjorn3 | -0/+2 | |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -0/+1 | |
| `MultiSpan` contains labels, which are more complicated with the introduction of diagnostic translation and will use types from `rustc_errors` - however, `rustc_errors` depends on `rustc_span` so `rustc_span` cannot use types like `DiagnosticMessage` without dependency cycles. Introduce a new `rustc_error_messages` crate that can contain `DiagnosticMessage` and `MultiSpan`. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 | |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 | |
| Since RFC 3052 soft deprecated the authors field anyway, hiding it from crates.io, docs.rs, and making Cargo not add it by default, and it is not generally up to date/useful information, we should remove it from crates in this repo. | ||||
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -0/+1 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+23 | |
