summaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Generate windows-sys bindingsChris Denton2023-05-051-0/+1
* Add a `sysroot` crate to represent the standard library cratesJohn Kåre Alsaker2023-04-251-1/+1
* chore: remove `rustc-workspace-hack`Weihang Lo2023-04-161-4/+0
* chore: allow `cargo` to have its own workspaceWeihang Lo2023-04-161-6/+0
* feat: implement basic suggest-tests toolEzra Shaw2023-04-091-0/+1
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-111-1/+1
* Add `build_helper` crate to share code between tidy and bootstrapNilstrieb2023-01-031-0/+1
* Revert "Auto merge of #105058 - Nilstrieb:no-merge-commits-for-you-only-bors-...Joshua Nelson2022-12-311-1/+0
* Add `build_helper` crate to share code between tidy and bootstrapNilstrieb2022-12-301-0/+1
* Support documenting CargoJoshua Nelson2022-12-221-0/+2
* initial prototype of the tool to generate copyright noticesPietro Albini2022-11-151-0/+1
* add tool to collect license metadata from REUSEPietro Albini2022-11-151-0/+1
* Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen2022-10-311-0/+1
* jsondoclint: New ToolNixon Enraght-Moony2022-09-141-0/+1
* Sunset RLSEric Huss2022-08-271-15/+0
* Add replace-version-placeholder toolest312022-08-271-0/+1
* Fix small typo in Cargo.toml commentYotam Ofek2022-07-281-1/+1
* Fully remove submodule handling from bootstrap.pyJoshua Nelson2022-06-211-11/+1
* Allow `cargo run` instead of `cargo run -p bootstrap`Joshua Nelson2022-03-091-0/+1
* Temporarily turn overflow checks off for rustc-rayon-coreHans Kratz2021-10-241-0/+7
* Greatly reduce amount of debuginfo compiled for bootstrap itselfJoshua Nelson2021-10-101-0/+9
* Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz2021-10-071-0/+1
* Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-SimulacrumGuillaume Gomez2021-09-281-0/+1
|\
| * Exclude rustc_codegen_gcc from namespaceAntoni Boucher2021-08-121-0/+1
* | switch stage0.txt to stage0.json and add a tool to generate itPietro Albini2021-08-261-0/+1
|/
* Remove cargo workspace to build rustdoc-gui test crates because of cargo conf...Guillaume Gomez2021-07-211-0/+1
* Add new tool to check HTML:Guillaume Gomez2021-06-281-0/+1
* Implement `x.py test src/tools/clippy --bless`Joshua Nelson2021-04-271-0/+1
* Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieubors2021-04-121-0/+2
|\
| * Update stdarch submodule (to before it switched to const generics)Joshua Nelson2021-04-121-0/+2
* | update RLS and rustfmtCaleb Cartwright2021-04-121-0/+1
|/
* remove unused backtrace refsCaleb Cartwright2021-02-091-6/+0
* `src/etc/json-types` -> `src/rustdoc-json-types`Rune Tynan2021-01-271-1/+1
* Move into src/etcRune Tynan2021-01-271-1/+1
* Split JSON into separately versioned crateRune Tynan2021-01-271-0/+1
* Add jsondocck tool, and use it for rustdoc JSONRune Tynan2021-01-191-0/+1
* Update cargoEric Huss2020-12-181-0/+3
* Rollup merge of #78658 - casey:x, r=Mark-SimulacrumMara Bos2020-11-081-0/+6
|\
| * Add a tool to run `x.py` from any subdirectoryCasey Rodarmor2020-11-031-0/+6
* | Add support for using cg_clif to bootstrap rustcbjorn32020-10-261-0/+1
|/
* Auto-generate lint documentation.Eric Huss2020-09-131-0/+1
* mv compiler to compiler/mark2020-08-301-2/+1
* Bump RLSIgor Matuszewski2020-08-181-1/+2
* Add a script to verify the Platform Support page is up-to-date.Eric Huss2020-08-121-0/+1
* std: Switch from libbacktrace to gimliAlex Crichton2020-07-281-0/+18
* mv std libs to library/mark2020-07-271-6/+6
* Revert "std: Switch from libbacktrace to gimli"Mark Rousskov2020-07-221-6/+0
* Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors2020-07-191-0/+1
|\
| * Generating the coverage mapRich Kadel2020-07-171-0/+1
* | std: Switch from libbacktrace to gimliAlex Crichton2020-07-171-0/+6
|/