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
Age
Commit message (
Expand
)
Author
Lines
2025-07-09
Don't attempt to version `run-make-support`
Jieyou Xu
-1
/
+1
2025-07-09
Remove `run-make-support` CHANGELOG
Jieyou Xu
-83
/
+0
2025-07-09
Make `LlvmBitcodeLinker` a `ToolTarget` tool
Jakub Beránek
-37
/
+49
2025-07-09
Extend dist extended tools test
Jakub Beránek
-5
/
+14
2025-07-09
Make `LldWrapper` a `ToolTarget` tool
Jakub Beránek
-50
/
+78
2025-07-09
Make `WasmComponentLd` a `ToolTarget` tool
Jakub Beránek
-16
/
+111
2025-07-09
Port `RemoteTestServer` to `ToolTarget`
Jakub Beránek
-16
/
+21
2025-07-09
Add `Mode::ToolTarget`
Jakub Beránek
-39
/
+104
2025-07-09
Rename `compiler` to `build_compiler`
Jakub Beránek
-30
/
+31
2025-07-09
Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril
bors
-0
/
+8
2025-07-09
various native-lib-trace-related fixups
Nia Espera
-338
/
+312
2025-07-09
Add doc cross-compilation test
Jakub Beránek
-0
/
+16
2025-07-09
Add `doc library` test for a no_std target
Jakub Beránek
-1
/
+17
2025-07-09
Add a new maintainer to the wasm32-wasip1 target
Marcin Kolny
-0
/
+1
2025-07-09
tweak some git clone commands
Tshepang Mbambo
-6
/
+6
2025-07-09
use a consistent (and recommended) invocation
Tshepang Mbambo
-7
/
+7
2025-07-08
Rollup merge of #143606 - lambdageek:configure-write-last-key, r=Kobzol
Trevor Gross
-8
/
+18
2025-07-08
Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung
Trevor Gross
-2
/
+10
2025-07-08
Rollup merge of #142357 - Kobzol:simplify-llvm-bitcode-linker, r=jieyouxu
Trevor Gross
-30
/
+82
2025-07-09
Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoys
Shoyu Vanilla (Flint)
-13
/
+13
2025-07-08
Disable docs for `compiler-builtins` and `sysroot`
Josh Stone
-4
/
+0
2025-07-08
Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov
bors
-66
/
+110
2025-07-08
bootstrap: add change tracker entry for new --extra-checks=auto: feature
binarycat
-0
/
+5
2025-07-08
tidy: assume all files are modified in CI
binarycat
-0
/
+4
2025-07-08
tidy: warn when --extra-checks is passed an invalid lang:kind combo
binarycat
-3
/
+25
2025-07-08
tidy: add `auto:` prefix to --extra-checks syntax
binarycat
-20
/
+67
2025-07-08
tidy: update files_modified to take CiInfo
binarycat
-3
/
+7
2025-07-08
tidy: factor out change detection logic and make it more robust
binarycat
-16
/
+30
2025-07-08
Revert "Re-enable fixpoint iteration for variance computation"
Chayim Refael Friedman
-13
/
+13
2025-07-08
Spelling
Aleksey Kliger
-1
/
+1
2025-07-08
tidy: refactor --extra-checks parsing
binarycat
-14
/
+111
2025-07-08
Rollup merge of #143622 - Gelbpunkt:mips64-unknown-linux-muslabi64-target-mai...
Matthias Krüger
-1
/
+51
2025-07-08
Rollup merge of #143600 - alexcrichton:wasm32-wasip1-doc-reword, r=jieyouxu
Matthias Krüger
-25
/
+23
2025-07-08
Rollup merge of #143555 - obi1kenobi:pg/target-feature-not-unsafe-rustdoc-jso...
Matthias Krüger
-1
/
+14
2025-07-09
Migrate `pull_assignment_up` assist to `SyntaxEditor`
Hayashi Mikihiro
-27
/
+59
2025-07-08
Fix weird rustdoc output when single and glob reexport conflict on a name
Guillaume Gomez
-40
/
+84
2025-07-08
Auto merge of #134628 - estebank:const-default, r=oli-obk
bors
-2
/
+4
2025-07-08
Implement enter_trace_span() in MiriMachine
Stypox
-2
/
+10
2025-07-08
Add cross-compilation tool test
Jakub Beránek
-0
/
+29
2025-07-08
Rewrite for clarity
Aleksey Kliger
-12
/
+14
2025-07-08
document new stable flags, with x64 linux implementation notes
Rémy Rakic
-43
/
+59
2025-07-08
update to literal-escaper-0.0.5
Marijn Schouten
-1
/
+1
2025-07-08
Also test `LldWrapper` and remove `llvm-config` override from tests
Jakub Beránek
-3
/
+10
2025-07-08
Update llvm-bitcode-linker tests
Jakub Beránek
-5
/
+35
2025-07-08
Remove sysroot copy from `LlvmBitcodeLinker` step
Jakub Beránek
-20
/
+10
2025-07-08
Remove `extra_features` from `LlvmBitcodeLinker`
Jakub Beránek
-6
/
+2
2025-07-08
update bootstrap mcp510 handling
Rémy Rakic
-16
/
+46
2025-07-08
add post-dist test for checking that we use LLD
Rémy Rakic
-0
/
+3
2025-07-08
use LLD by default on x64 regardless of channel
Rémy Rakic
-7
/
+2
2025-07-08
Merge pull request #4454 from RalfJung/data_structure
Oli Scherer
-25
/
+26
[prev]
[next]