| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-11-07 | Remove unused intercrate dependencies | clubby789 | -2/+0 | |
| 2024-07-28 | dedup object | klensy | -1/+1 | |
| waiting on thorin-dwp update dedup one wasmparser run-make-support: drop some features for wasmparser dedupe wasm-encoder | ||||
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -1/+1 | |
| This involves lots of breaking changes. There are two big changes that force changes. The first is that the bitflag types now don't automatically implement normal derive traits, so we need to derive them manually. Additionally, bitflags now have a hidden inner type by default, which breaks our custom derives. The bitflags docs recommend using the impl form in these cases, which I did. | ||||
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -5/+9 | |
| - 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-10-26 | Declare rustc_target dependency on object/macho | David Tolnay | -1/+1 | |
| 2023-10-02 | Move FieldIdx and Layout to rustc_target | Lukas Wirth | -0/+1 | |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -1/+1 | |
| 2023-05-21 | rustc_codegen_ssa: Set e_flags for AVR architecture based on target CPU | Adam Gausmann | -0/+5 | |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 | |
| 2023-03-16 | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize` | John Kåre Alsaker | -0/+1 | |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -19/+7 | |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -1/+3 | |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -6/+17 | |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -1/+2 | |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -0/+1 | |
| 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-08-30 | mv compiler to compiler/ | mark | -0/+14 | |
