about summary refs log tree commit diff
path: root/src/bootstrap/metadata.rs
AgeCommit message (Expand)AuthorLines
2023-05-25Improve commentsMichael Howell-0/+2
2023-05-25bootstrap: enable Cargo `public-dependency` feature for `libstd`Michael Howell-0/+1
2023-04-29Fix `x test --no-deps`jyn-16/+26
2023-04-16bootstrap: treat src/tools/cargo as a workspace memberWeihang Lo-15/+44
2023-02-27Allow building serde and serde_derive in parallelbjorn3-1/+1
2022-03-30Simplify `make_run` for `test::Crate` by introducing `crate_paths` instead of...Joshua Nelson-1/+5
2022-03-05Merge build_helper into utilbjorn3-1/+1
2022-03-05Remove build_helperbjorn3-1/+1
2021-10-23remove "field is never read" warningPietro Albini-2/+1
2020-06-14Switch bootstrap metadata to --no-deps.Eric Huss-42/+13
2020-06-13Speed up bootstrap a little.Eric Huss-36/+29
2020-02-03bootstrap: fix clippy warningsMatthias Krüger-1/+0
2019-12-22Format the worldMark Rousskov-13/+12
2019-06-13Delete unused fields on Crate structMark Rousskov-6/+0
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10bootstrap: fix editionljedrz-2/+2
2018-07-16Calculate the exact capacity for 2 HashMapsljedrz-1/+1
2018-06-08rustbuild: generate full list of dependencies for metadataest31-23/+31
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-20Remove deserializeAidan Hobson Sayers-9/+10
2017-07-20Utilize interning to allow Copy/Clone stepsMark Simulacrum-4/+5
2017-07-20Update to toml 0.4Mark Simulacrum-6/+6
2017-07-04Clarify meaning of Build.cargo, Build.rustc.Mark Simulacrum-1/+1
2017-04-25Pass `--format-version 1` to `cargo metadata`.kennytm-0/+1
2017-03-03rustbuild: Add support for compiling CargoAlex Crichton-0/+2
2017-02-21test: Verify all sysroot crates are unstableAlex Crichton-2/+2
2016-11-25rustbuild: Add bench subcommandUlrik Sverdrup-0/+1
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-0/+95