| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -29/+82 | |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -8/+2 | |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 | |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 | |
| 2020-09-18 | Simplify panic_if_treat_err_as_bug avoiding allocations | Juan Aguilar Santillana | -7/+5 | |
| 2020-09-02 | rustc_{errors,session}: add `delay_good_path_bug` | Dan Aloni | -7/+48 | |
| The first use case of this detection of regression for trimmed paths computation, that is in the case of rustc, which should be computed only in case of errors or warnings. Our current user of this method is deeply nested, being a side effect from `Display` formatting on lots of rustc types. So taking only the caller to the error message is not enough - we should collect the traceback instead. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1021 | |
