| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-09 | Move some code from Compiler::enter to GlobalCtxt::finish | bjorn3 | -1/+2 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2023-10-26 | Reduce exposure of three functions used only within `rustc_incremental`. | Nicholas Nethercote | -3/+0 | |
| 2023-09-24 | Don't use a thread to load the dep graph | John Kåre Alsaker | -2/+1 | |
| 2021-03-30 | Stream the dep-graph to a file. | Camille GILLOT | -0/+1 | |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -1/+0 | |
| Remove much of the special-case handling around crate metadata dependency tracking by replacing `DepKind::CrateMetadata` and the pre-allocation of corresponding `DepNodes` with on-demand invocation of the `crate_hash` query. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+25 | |
