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-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
2025-07-08
Fix handling of std crates for no_std targets
Jakub Beránek
-41
/
+106
2025-07-08
Add `crates` metadata to `doc::Std` step
Jakub Beránek
-20
/
+24
2025-07-08
Remove test hack for std crates
Jakub Beránek
-5
/
+0
2025-07-08
Mention that stdarch is managed by josh-sync
Jakub Beránek
-2
/
+3
2025-07-08
Merge from rustc
Ralf Jung
-1140
/
+1693
2025-07-08
Auto merge of #142869 - nnethercote:join_path-mini, r=camelid
bors
-2
/
+2
2025-07-08
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2025-07-08
Merge pull request #20192 from ChayimFriedman2/link-type-panic
Lukas Wirth
-3
/
+30
2025-07-08
Don't mark `#[target_feature]` safe fns as unsafe in rustdoc JSON.
Predrag Gruevski
-1
/
+14
2025-07-08
Add target maintainer information for mips64-unknown-linux-muslabi64
Jens Reidel
-1
/
+51
2025-07-07
Account for const stability in clippy when checking constness
Esteban Küber
-6
/
+14
2025-07-07
Make `Default` const and add some `const Default` impls
Esteban Küber
-10
/
+4
2025-07-07
Make it possible to attach opaque string metadata to `StepMetadata`
Jakub Beránek
-2
/
+12
2025-07-07
Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr
bors
-43
/
+39
2025-07-07
Add docstring
Aleksey Kliger
-0
/
+4
2025-07-07
configure.py: Write last key in each section
Aleksey Kliger
-0
/
+4
2025-07-07
Merge pull request #20180 from ChayimFriedman2/parser-stuck
Lukas Wirth
-8
/
+50
2025-07-07
Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-dead
Matthias Krüger
-2
/
+0
[prev]
[next]