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
2024-12-22
Rollup merge of #134629 - clubby789:debuginfo-specific, r=jieyouxu
Matthias Krüger
-6
/
+23
2024-12-22
Add platform docs for FreeBSD.
Alan Somers
-8
/
+65
2024-12-22
CONTRIBUTING: explain how to do benchmarking with a baseline
Ralf Jung
-0
/
+9
2024-12-23
run-make-support: re-export `recursive_remove`
Jieyou Xu
-2
/
+19
2024-12-23
compiletest: use `recursive_remove` instead of `aggressive_rm_rf`
Jieyou Xu
-30
/
+7
2024-12-23
build_helper: add `recursive_remove` helper
Jieyou Xu
-0
/
+284
2024-12-23
run_make_support: extract `copy_symlink` helper
许杰友 Jieyou Xu (Joe)
-26
/
+44
2024-12-22
miri-script: add option to compare with baseline results
Ralf Jung
-8
/
+50
2024-12-22
miri-script: support saving bench results in a baseline JSON file
Ralf Jung
-10
/
+60
2024-12-22
Update clippy
Scott McMurray
-1
/
+1
2024-12-22
Merge pull request #18742 from Veykril/push-yswvkzmsvqql
Lukas Wirth
-7
/
+7
2024-12-22
fix: Fix flycheck workspace when requested but package was found
Lukas Wirth
-7
/
+7
2024-12-22
fix: Delay initial flycheck until after build scripts
Lukas Wirth
-6
/
+12
2024-12-22
Merge pull request #18738 from Veykril/push-vqxqutskzvvu
Lukas Wirth
-8
/
+13
2024-12-22
Merge pull request #18740 from Veykril/push-tntsvtmtlotw
Lukas Wirth
-20
/
+20
2024-12-22
fix: Fix empty check diagnostics not marking files as changed
Lukas Wirth
-20
/
+20
2024-12-22
Merge pull request #18739 from Veykril/push-ntpvvqnnovtn
Lukas Wirth
-0
/
+19
2024-12-22
fix: Properly check if workspace flychecking is allowed
Lukas Wirth
-8
/
+13
2024-12-22
fix: Don't trigger paren wrapping typing handler after idents
Lukas Wirth
-0
/
+19
2024-12-22
Merge pull request #18737 from Veykril/push-rslstwynmzpx
Lukas Wirth
-0
/
+2
2024-12-22
minor: Tell the server to stop prior to restarting it
Lukas Wirth
-0
/
+2
2024-12-22
Merge pull request #18735 from Veykril/push-rpuxqrzrzvsw
Lukas Wirth
-3
/
+3
2024-12-22
fix: Set `result_id` for `RelatedFullDocumentDiagnosticReport` everywhere
Lukas Wirth
-3
/
+3
2024-12-22
cargo update
github-actions
-20
/
+20
2024-12-21
Rollup merge of #134607 - tbu-:pr_fix_typo3, r=oli-obk
Matthias Krüger
-2
/
+2
2024-12-21
Rollup merge of #134581 - erickt:bump_sdk, r=lqd
Matthias Krüger
-4
/
+4
2024-12-21
compiletest: Allow using a specific debugger when running debuginfo tests
clubby789
-6
/
+23
2024-12-21
Revert "Auto merge of #133902 - Kobzol:ci-dist-arm-runner, r=MarcoIeni"
Jakub Beránek
-5
/
+5
2024-12-21
Fix compiler team name in target tier docs
Tobias Bucher
-1
/
+1
2024-12-21
Format `build.toml` consistently in platform support docs
Tobias Bucher
-7
/
+7
2024-12-21
Auto merge of #134604 - RalfJung:miri-sync, r=RalfJung
bors
-998
/
+1473
2024-12-21
on pair → on par
Tobias Bucher
-2
/
+2
2024-12-21
Merge pull request #4103 from RalfJung/remove-unused
Ralf Jung
-14
/
+5
2024-12-21
remove an unused helper method
Ralf Jung
-14
/
+5
2024-12-21
Merge pull request #4090 from RalfJung/sc-test
Ralf Jung
-204
/
+355
2024-12-21
Merge from rustc
The Miri Cronjob Bot
-136
/
+108
2024-12-21
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-21
Auto merge of #134594 - weihanglo:update-cargo, r=weihanglo
bors
-0
/
+0
2024-12-20
Update cargo
Weihang Lo
-0
/
+0
2024-12-21
Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdoc
Matthias Krüger
-19
/
+175
2024-12-21
fix: only show debug lens with a valid root
roife
-15
/
+19
2024-12-21
fix: remove always! check for file_id in runnables
roife
-16
/
+3
2024-12-20
change config rust-analyzer.statusBar.documentSelector to showStatusBar
Mark Murphy
-35
/
+62
2024-12-20
Add test to ensure passing `--doctest_compilation_args` multiple times work
Guillaume Gomez
-1
/
+1
2024-12-20
Move test into the `tests.rs` file
Guillaume Gomez
-23
/
+22
2024-12-20
Add explanations on how arguments are split
Guillaume Gomez
-0
/
+19
2024-12-20
Split arguments from `--doctest-compilation-args` like a shell would
Guillaume Gomez
-8
/
+64
2024-12-20
Auto merge of #134582 - matthiaskrgr:rollup-i0oyqjw, r=matthiaskrgr
bors
-1
/
+1
2024-12-20
Rollup merge of #134556 - the8472:restore-ns-units, r=jieyouxu
Matthias Krüger
-1
/
+1
2024-12-20
Revert "internal: Drop proc-macro server support for ~1.66.0 and older toolch...
Lukas Wirth
-30
/
+48
[prev]
[next]