| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_incremental`. | Nicholas Nethercote | -41/+41 | |
| 2024-08-25 | Removes dead code from the compiler | mu001999 | -7/+0 | |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -2/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -0/+6 | |
| 2023-11-04 | Remove unused LoadResult::DecodeIncrCache variant | bjorn3 | -6/+0 | |
| 2023-10-09 | Remove cgu_reuse_tracker from Session | bjorn3 | -50/+0 | |
| This removes a bit of global mutable state | ||||
| 2023-01-30 | incremental: migrate diagnostics | David Wood | -0/+364 | |
| Migrate the `rustc_incremental` crate's diagnostics to translatable diagnostic structs. Signed-off-by: David Wood <david.wood@huawei.com> | ||||
