| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -3/+5 | |
| - Sort dependencies and features sections. - Add `tidy` markers to the sorted sections so they stay sorted. - Remove empty `[lib`] sections. - Remove "See more keys..." comments. Excluded files: - rustc_codegen_{cranelift,gcc}, because they're external. - rustc_lexer, because it has external use. - stable_mir, because it has external use. | ||||
| 2023-09-01 | remove some unused crate deps | klensy | -3/+0 | |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -3/+0 | |
| 2023-07-01 | Update chalk | Nilstrieb | -3/+3 | |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 | |
| 2023-02-06 | remove unused imports | klensy | -1/+0 | |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -0/+1 | |
| 2022-11-13 | Bump chalk to v0.87 | Michael Goulet | -3/+3 | |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 | |
| This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc. | ||||
| 2022-03-23 | upgrade chalk | Michael Goulet | -3/+3 | |
| 2022-01-19 | ⬆ chalk to 0.76.0 | pierwill | -3/+3 | |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -3/+3 | |
| - Compute flags in `intern_ty` - Remove tracing-serde from PERMITTED_DEPENDENCIES - Disable `tracing-full` feature in `chalk-solve` - Bump tracing-tree to 0.2.0 | ||||
| 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. | ||||
| 2021-02-14 | bumped smallvec deps | klensy | -1/+1 | |
| 2021-02-02 | Update Chalk | Jack Huey | -6/+3 | |
| 2021-02-01 | Upgrade Chalk | Jack Huey | -3/+7 | |
| 2020-10-30 | Address review comment and update chalk to 0.36.0 | Matthew Jasper | -3/+3 | |
| 2020-10-30 | Update chalk 0.32.0 -> 0.35.0 | Matthew Jasper | -3/+3 | |
| 2020-10-08 | Update chalk to 0.32.0 | Bram van den Heuvel | -3/+3 | |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in ↵ | Jack Huey | -3/+3 | |
| compare mode chalk don't finish. | ||||
| 2020-09-27 | Update chalk to 0.29.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Upgrade chalk to 0.28.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Update chalk to 0.27.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Update chalk to 0.26.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Update chalk to 0.25.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Update chalk to 0.24.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Update chalk to 0.23.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-24 | Update chalk to 0.22.0 | Bram van den Heuvel | -3/+3 | |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -2/+3 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+19 | |
