596 major breaking releases
| 727.0.0 | Jul 6, 2021 |
|---|---|
| 726.0.0 | Jun 29, 2021 |
| 725.0.0 | Jun 22, 2021 |
| 724.0.0 | Jun 15, 2021 |
| 113.0.0 | Apr 27, 2018 |
#567 in Programming languages
1,181 downloads per month
Used in 22 crates
(4 directly)
1.5MB
33K
SLoC
Some stuff used by rustc that doesn't have many dependencies
Originally extracted from rustc::back, which was nominally the compiler 'backend', though LLVM is rustc's backend, so rustc_target is really just odds-and-ends relating to code gen and linking. This crate mostly exists to make rustc smaller, so we might put more 'stuff' here in the future. It does not have a dependency on LLVM.
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.
Dependencies
~14–28MB
~351K SLoC