index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bootstrap
/
dist.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-25
Simplify implementation of `-Z gcc-ld`
Vadim Petrochenkov
-5
/
+2
2022-05-22
Rollup merge of #97228 - jonhoo:patch-1, r=bjorn3
Yuki Okushi
-1
/
+1
2022-05-20
Bump LLVM fetched from CI to fix run-make
Mark Rousskov
-0
/
+3
2022-05-20
Omit stdarch workspace from rust-src
Jon Gjengset
-1
/
+1
2022-05-18
Properly apply path prefix remapping paths emitted into debuginfo.
Michael Woerister
-0
/
+1
2022-05-13
Add LLVM based mingw-w64 targets
Mateusz Mikuła
-9
/
+11
2022-05-02
Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrum
bors
-10
/
+1
2022-05-02
Remove DebbugerScripts from bootstrap CLI
Bert Peters
-10
/
+1
2022-04-24
Move download-ci-llvm to rustbuild
Joshua Nelson
-4
/
+4
2022-04-16
Require all paths passed to `ShouldRun::paths` to exist on disk
Joshua Nelson
-22
/
+23
2022-04-06
fix regression caused by rust-lang/cargo#10448
Pietro Albini
-0
/
+1
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-13
Omit stdarch test crates from the rust-src component
bjorn3
-0
/
+5
2022-03-05
Merge build_helper into util
bjorn3
-2
/
+1
2022-03-05
Remove build_helper
bjorn3
-10
/
+1
2022-02-20
Rollup merge of #94023 - krasimirgg:head-llvm-use-llvm-nm, r=Mark-Simulacrum
Matthias Krüger
-0
/
+1
2022-02-17
Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum
Matthias Krüger
-6
/
+0
2022-02-17
Remove CFG_PLATFORM
bjorn3
-6
/
+0
2022-02-17
Auto merge of #93577 - nikic:llvm-14, r=nagisa
bors
-0
/
+2
2022-02-16
Add cmake directory to llvm source distribution
Nikita Popov
-0
/
+2
2022-02-16
add llvm-nm to bootstrap dist bin's
Krasimir Georgiev
-0
/
+1
2022-02-07
Drop time dependency from bootstrap
Mark Rousskov
-22
/
+3
2022-01-21
allow excluding paths only from a single module
Pietro Albini
-2
/
+2
2022-01-17
Disable docs on aarch64-apple-darwin.
Eric Huss
-2
/
+1
2022-01-06
Revert "bootstrap: copy `llvm-dwp` to sysroot"
David Wood
-5
/
+1
2021-12-12
bootstrap: Change `unwrap()` to `expect()` for `WIX` path
Abhishek Sudhakaran
-1
/
+3
2021-12-04
Include `lld` in `rust-dev` package
Aaron Hill
-0
/
+7
2021-11-13
Change paths for `dist` command to match the components they generate
Joshua Nelson
-9
/
+9
2021-11-08
Make `compiler-docs` only control the default instead of being a hard off-switch
Joshua Nelson
-4
/
+2
2021-10-07
Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor
Hans Kratz
-5
/
+8
2021-08-29
Auto merge of #88250 - rusticstuff:macos-lld, r=nagisa
bors
-0
/
+2
2021-08-24
PGO for LLVM builds on x86_64-unknown-linux-gnu in CI
Mark Rousskov
-4
/
+10
2021-08-23
Include ld64 nexte to ld for use with -Z gcc-ld
Hans Kratz
-0
/
+2
2021-08-02
Rollup merge of #87282 - pietroalbini:refactor-extended, r=Mark-Simulacrum
Yuki Okushi
-120
/
+109
2021-07-28
set all of the optional tools as DEFAULT = true
Pietro Albini
-0
/
+9
2021-07-23
refactor extended tarball generaton to use the new ensure_if_default
Pietro Albini
-30
/
+17
2021-07-23
don't build extra tools if build.tools is explicitly an empty list
Pietro Albini
-6
/
+1
2021-07-19
refactor gating of mingw
Pietro Albini
-6
/
+4
2021-07-19
refactor gating of demangler
Pietro Albini
-24
/
+26
2021-07-19
refactor gating of tools
Pietro Albini
-74
/
+75
2021-07-19
change output of dist cargo and clippy to be consistent with other tools
Pietro Albini
-8
/
+8
2021-07-19
refactor gating of dist docs
Pietro Albini
-12
/
+9
2021-07-19
refactor adding rustc and std into extended builds
Pietro Albini
-9
/
+9
2021-07-16
Package LLVM libs for the target rather than the build host
Adam Gemmell
-1
/
+9
2021-06-30
copy rust-lld as ld in dist
1000teslas
-3
/
+3
2021-06-23
Comment and include rust-analyzer.
Eric Huss
-0
/
+9
2021-06-22
Don't dist miri on stable or beta.
Eric Huss
-0
/
+3
2021-06-10
gcc-lld mvp
1000teslas
-0
/
+4
2021-04-17
bootstrap: Restore missing --bulk-dirs for rust-docs, rustc-docs
Anders Kaseorg
-2
/
+2
2021-04-03
Address review comments and Windows failure, and make cleaner
Rich Kadel
-24
/
+28
[next]