summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Expand)Author
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan
2023-01-03Add `build_helper` crate to share code between tidy and bootstrapNilstrieb
2022-12-31Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson
2022-12-30Add `build_helper` crate to share code between tidy and bootstrapNilstrieb
2022-12-22Support documenting CargoJoshua Nelson
2022-11-15initial prototype of the tool to generate copyright noticesPietro Albini
2022-11-15add tool to collect license metadata from REUSEPietro Albini
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen
2022-09-14jsondoclint: New ToolNixon Enraght-Moony
2022-08-27Sunset RLSEric Huss
2022-08-27Add replace-version-placeholder toolest31
2022-07-28Fix small typo in Cargo.toml commentYotam Ofek
2022-06-21Fully remove submodule handling from bootstrap.pyJoshua Nelson
2022-03-09Allow `cargo run` instead of `cargo run -p bootstrap`Joshua Nelson
2021-10-24Temporarily turn overflow checks off for rustc-rayon-coreHans Kratz
2021-10-10Greatly reduce amount of debuginfo compiled for bootstrap itselfJoshua Nelson
2021-10-07Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz
2021-09-28Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-SimulacrumGuillaume Gomez
2021-08-26switch stage0.txt to stage0.json and add a tool to generate itPietro Albini
2021-08-12Exclude rustc_codegen_gcc from namespaceAntoni Boucher
2021-07-21Remove cargo workspace to build rustdoc-gui test crates because of cargo conf...Guillaume Gomez
2021-06-28Add new tool to check HTML:Guillaume Gomez
2021-04-27Implement `x.py test src/tools/clippy --bless`Joshua Nelson
2021-04-12Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieubors
2021-04-12update RLS and rustfmtCaleb Cartwright
2021-04-12Update stdarch submodule (to before it switched to const generics)Joshua Nelson
2021-02-09remove unused backtrace refsCaleb Cartwright
2021-01-27`src/etc/json-types` -> `src/rustdoc-json-types`Rune Tynan
2021-01-27Move into src/etcRune Tynan
2021-01-27Split JSON into separately versioned crateRune Tynan
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan
2020-12-18Update cargoEric Huss
2020-11-08Rollup merge of #78658 - casey:x, r=Mark-SimulacrumMara Bos
2020-11-03Add a tool to run `x.py` from any subdirectoryCasey Rodarmor
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3
2020-09-13Auto-generate lint documentation.Eric Huss
2020-08-30mv compiler to compiler/mark
2020-08-18Bump RLSIgor Matuszewski
2020-08-12Add a script to verify the Platform Support page is up-to-date.Eric Huss
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton
2020-07-27mv std libs to library/mark
2020-07-22Revert "std: Switch from libbacktrace to gimli"Mark Rousskov
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors
2020-07-17std: Switch from libbacktrace to gimliAlex Crichton
2020-07-17Generating the coverage mapRich Kadel
2020-06-29rustbuild: Move compiler-builtins build logic to manifestAlex Crichton
2020-06-15Change how compiler-builtins gets many CGUsAlex Crichton
2020-06-01bump Miri, update for cargo-miri being a separate projectRalf Jung
2020-03-24ci: add github actions configurationPietro Albini
2020-01-31Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrumbors