about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
AgeCommit message (Expand)AuthorLines
2021-06-07build doctests with lld if use-lld = trueThe8472-0/+4
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-0/+12
2021-06-03fix testing Miri with --stage 0Ralf Jung-1/+9
2021-05-31Build crtbengin.o/crtend.o from source code12101111-1/+2
2021-05-14Update bootstrap for in-tree rustfmtJoshua Nelson-0/+1
2021-05-11Rollup merge of #85051 - jyn514:check-miri, r=Mark-SimulacrumYuki Okushi-0/+2
2021-05-08Enable `-W semicolon_in_expressions_from_macros` in bootstrapAaron Hill-6/+1
2021-05-07Allow checking miri and RLS with `x.py check src/tools/{miri,rls}`Joshua Nelson-0/+2
2021-04-27Implement `x.py test src/tools/clippy --bless`Joshua Nelson-0/+5
2021-04-04Bump cfgsMark Rousskov-12/+2
2021-04-03Make rust-demangler installableRich Kadel-0/+3
2021-03-06Revert fmt version, add rustdoc-json-types to bootstrap testsRune Tynan-0/+1
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-3/+15
2021-03-01Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-SimulacrumJoshua Nelson-18/+0
2021-03-01Rollup merge of #82532 - pnkfelix:rustbuild-print-step-rusage, r=Mark-SimulacrumYuki Okushi-0/+4
2021-03-01Rollup merge of #82309 - jyn514:rustdocflags, r=Mark-SimulacrumYuki Okushi-9/+21
2021-02-25Created experimental build.print_step_rusage settingFelix S. Klock II-0/+4
2021-02-24Remove `ENABLE_DOWNLOAD_RUSTC` constantJoshua Nelson-18/+0
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-11/+3
2021-02-21Propagate RUSTDOCFLAGS in the environment when documentingJoshua Nelson-9/+21
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-0/+1
2021-02-20Use the new name for `split-debuginfo`Joshua Nelson-11/+3
2021-02-20Don't apply semicolon in expressions from macros yetMark Rousskov-1/+6
2021-02-20Update the bootstrap compilerJoshua Nelson-6/+1
2021-02-15Rollup merge of #82106 - jyn514:cleanup-bootstrap, r=Mark-SimulacrumJonas Schievink-2/+1
2021-02-14Remove unnecessary `Option` in `default_doc`Joshua Nelson-2/+1
2021-02-10Rollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726Yuki Okushi-1/+1
2021-02-08Absolute bare minimum for downloading rustc from CIJoshua Nelson-2/+24
2021-02-08Use format string in bootstrap panic instead of a string directlyJoshua Nelson-1/+1
2021-01-29Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc...Yuki Okushi-0/+6
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-3/+11
2021-01-28Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lintAaron Hill-0/+6
2021-01-10Make `--color always` apply to logging tooJoshua Nelson-0/+10
2020-12-31bootstrap: clippy fixesMatthias Krüger-1/+1
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-4/+1
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+0
2020-12-23Auto merge of #80262 - Mark-Simulacrum:pgo-rustc, r=pietroalbinibors-0/+1
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+1
2020-12-20Skip `dsymutil` by default for compiler bootstrapJ. Ryan Stinnett-0/+13
2020-12-12Fix building compiler docs with stage 0Joshua Nelson-1/+4
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-0/+1
2020-12-01Rollup merge of #79525 - jyn514:feature-gate-normalize, r=GuillaumeGomezMara Bos-0/+1
2020-11-29Add -Z normalize-docs and enable it for compiler docsJoshua Nelson-0/+1
2020-11-28lint-docs: Add --validate flag to validate lint docs separately.Eric Huss-0/+1
2020-11-12Add `--color` support to bootstrapJoshua Nelson-1/+11
2020-11-11Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-SimulacrumJonas Schievink-2/+2
2020-11-09Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrumbors-0/+8
2020-11-06Compile tools and internal libraries with the initial-exec TLS modelJosh Triplett-0/+8
2020-11-06Auto merge of #77351 - jyn514:clippy-sysroot, r=Mark-Simulacrumbors-4/+42
2020-11-05Get `--fix` working for everything except rustdocJoshua Nelson-4/+3