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
Age
Commit message (
Expand
)
Author
Lines
2024-07-12
Modify FIXME comment
Jakub Beránek
-1
/
+1
2024-07-12
Simplify command executions for plain source tarballs
Jakub Beránek
-5
/
+1
2024-07-12
Disarm drop bombs for unexecuted test Cargo commands
Jakub Beránek
-1
/
+2
2024-07-12
Remove unused rustdoc command
Jakub Beránek
-4
/
+0
2024-07-12
Fix a case where a RustBook command is potentially not executed
Jakub Beránek
-2
/
+7
2024-07-12
Improve the `Debug` representation of `BootstrapCommand`
Jakub Beránek
-1
/
+13
2024-07-12
Print command creation and execution location when it fails
Jakub Beránek
-4
/
+19
2024-07-12
Add `DropBomb` to `BootstrapCommand`
Jakub Beránek
-0
/
+20
2024-07-12
Make `command` field of `BootstrapCommand` private to force access to it thro...
Jakub Beránek
-42
/
+60
2024-07-12
Configure test execution for the `build_helper` crate in bootstrap
Jakub Beránek
-0
/
+48
2024-07-12
Rollup merge of #127552 - onur-ozkan:unnecessary-git-usage, r=Kobzol
Matthias Krüger
-16
/
+7
2024-07-10
Rollup merge of #126476 - ferrocene:pa-bootstrap-test-local-rustc, r=onur-ozkan
Matthias Krüger
-2
/
+44
2024-07-10
use utils::helpers::exe
Pietro Albini
-7
/
+2
2024-07-10
remove unnecessary `git` usages
onur-ozkan
-16
/
+7
2024-07-09
Unconditionally use stage0 build compiler
Alex Crichton
-1
/
+1
2024-07-09
Update how wasm-component-ld is built
Alex Crichton
-28
/
+1
2024-07-09
Promote the `wasm32-wasip2` target to Tier 2
Alex Crichton
-0
/
+43
2024-07-09
set the correct rustc and cargo even for tests invoking parse_inner
Pietro Albini
-13
/
+12
2024-07-08
Rollup merge of #127467 - GrigorenkoPV:bootstrap-once_cell, r=clubby789
Matthias Krüger
-11
/
+5
2024-07-08
Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk
Matthias Krüger
-4
/
+4
2024-07-08
set the correct executable for initial_{rustc,cargo}
Pietro Albini
-2
/
+17
2024-07-07
bootstrap: once_cell::sync::Lazy -> std::sync::LazyLock
Pavel Grigorenko
-11
/
+5
2024-07-07
Update src/bootstrap/mk/Makefile.in
zachs18
-1
/
+1
2024-07-07
Re-enable Miri leak checking in CI.
zachs18
-3
/
+2
2024-07-07
use "bootstrap" instead of "rustbuild" in comments and docs
onur-ozkan
-30
/
+29
2024-07-06
Add `#[must_use]` attribute to several command-related methods
Jakub Beránek
-1
/
+13
2024-07-06
handle ci-rustc incompatible options during config parse
onur-ozkan
-7
/
+118
2024-07-06
Mark format! with must_use hint
lukas
-4
/
+4
2024-07-04
Add a shortcut helper function `command` for creating commands
Jakub Beránek
-111
/
+94
2024-07-04
Add `run` method to `BootstrapCommand`
Jakub Beránek
-288
/
+288
2024-07-04
Do not consider LLDB version to be valid if it is empty
Jakub Beránek
-8
/
+3
2024-07-03
Rebase on master
Jakub Beránek
-1
/
+5
2024-07-03
Simplify and generalize implementation of output mode
Jakub Beránek
-38
/
+42
2024-07-03
Review changes
Jakub Beránek
-18
/
+18
2024-07-03
Handle execution of dry run commands
Jakub Beránek
-8
/
+23
2024-07-03
Refactor command outcome handling
Jakub Beránek
-51
/
+93
2024-07-03
Allow unused `Tool` variants
Jakub Beránek
-0
/
+1
2024-07-03
Remove various usages of the `output` function
Jakub Beránek
-132
/
+120
2024-07-03
Remove temporary `BootstrapCommand` trait impls
Jakub Beránek
-143
/
+114
2024-07-03
Make `git` helper return `BootstrapCmd`
Jakub Beránek
-80
/
+112
2024-07-03
Improve documentation
Jakub Beránek
-3
/
+4
2024-07-03
Rollup merge of #127270 - klensy:PROCESS_MEMORY_COUNTERS, r=Kobzol
Matthias Krüger
-12
/
+5
2024-07-03
Rollup merge of #127050 - Kobzol:reproducibility-git, r=onur-ozkan
Matthias Krüger
-1
/
+25
2024-07-03
bootstrap: pass correct struct size to winapi
klensy
-12
/
+5
2024-07-02
Auto merge of #127152 - ChrisDenton:rename, r=onur-ozkan
bors
-1
/
+9
2024-07-02
Use `cfg!(windows)`
Chris Denton
-1
/
+1
2024-07-01
fail on component linking errors
onur-ozkan
-3
/
+6
2024-07-01
improve the way bootstrap handles rustlib components
onur-ozkan
-26
/
+26
2024-06-30
Auto merge of #127026 - Urgau:cleanup-bootstrap-check-cfg, r=Kobzol
bors
-33
/
+4
2024-06-30
Distribute rustc_codegen_cranelift for arm64 macOS
bjorn3
-1
/
+3
[prev]
[next]