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
/
tools
Age
Commit message (
Expand
)
Author
Lines
2025-04-16
feat: highlight tail expr when cursor is on label
roifewu
-0
/
+37
2025-04-16
Merge pull request #19591 from snprajwal/fix-make-macro
Lukas Wirth
-14
/
+21
2025-04-16
Merge pull request #19590 from roife/fix-issue-19540
Lukas Wirth
-0
/
+18
2025-04-16
Merge pull request #19597 from Kobzol/arm-ci
Lukas Wirth
-2
/
+3
2025-04-16
fix: use `ast::TokenTree` in `make::expr_macro`
Prajwal S N
-14
/
+21
2025-04-16
Merge pull request #19596 from roife/sig-help-info
Lukas Wirth
-13
/
+154
2025-04-16
Merge pull request #19588 from Hmikihiro/ext_func_module
Lukas Wirth
-14
/
+71
2025-04-16
Merge pull request #19587 from MatrixFrog/patch-1
Lukas Wirth
-1
/
+0
2025-04-16
Pin rustc used for the `proc-macro-src` CI job
Jakub Beránek
-5
/
+13
2025-04-16
Only delete the lld directory if it exists
Jakub Beránek
-1
/
+3
2025-04-16
Allow disabling `--llvm-shared` in opt-dist
Jakub Beránek
-1
/
+1
2025-04-15
rustdoc: Output target feature information
Will Glynn
-1
/
+8
2025-04-15
Update Cargo.lock for rustbook
Eric Huss
-0
/
+10
2025-04-16
Rename `LifetimeName` as `LifetimeKind`.
Nicholas Nethercote
-13
/
+13
2025-04-15
Perform PGO for aarch64 builds
Jakub Beránek
-2
/
+3
2025-04-15
normalize canonical and non-canonical paths in compiletest
Waffle Lapkin
-5
/
+8
2025-04-16
feat: enhance signature help to display generic parameters for callables and ...
roifewu
-13
/
+154
2025-04-15
Use PGO on Linux x64 builds
Jakub Beránek
-0
/
+1
2025-04-15
Merge pull request #19585 from Kobzol/pgo-windows
Laurențiu Nicola
-11
/
+53
2025-04-15
Use `manylinux` Docker container instead of zigbuild for x64 Linux
Jakub Beránek
-1
/
+9
2025-04-15
tidy: don't crush on non-existent submodules
Waffle Lapkin
-1
/
+3
2025-04-15
Merge pull request #4260 from CraftSpider/windows-file-delete
Oli Scherer
-5
/
+46
2025-04-15
Use `-q` to silence RA output
Jakub Beránek
-3
/
+1
2025-04-15
Run PGO for Windows on CI
Jakub Beránek
-0
/
+2
2025-04-15
Allow passing a specific crate for PGO training
Jakub Beránek
-10
/
+52
2025-04-15
Fix `llvm-profdata` extension on non Linux OSes
Jakub Beránek
-1
/
+1
2025-04-15
Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalathar
bors
-181
/
+606
2025-04-15
canonicalize test build dir before normalizing it
Waffle Lapkin
-1
/
+5
2025-04-15
fix typo
Waffle Lapkin
-1
/
+1
2025-04-15
Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnay
Stuart Cook
-38
/
+15
2025-04-15
Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk
Stuart Cook
-33
/
+31
2025-04-15
feat: Add `pub(crate) mod` option for unlinked files
roifewu
-0
/
+18
2025-04-15
feat: highlight tail expression in labeled block
roifewu
-0
/
+29
2025-04-15
compiletest: Add an experimental new executor to replace libtest
Zalathar
-11
/
+451
2025-04-15
compiletest: Extract libtest-specific executor code to a submodule
Zalathar
-103
/
+113
2025-04-15
fix: `Extract into function include inline variable in fmt macro
Hayashi Mikihiro
-14
/
+71
2025-04-14
Remove incorrect doc comment
Tyler Breisacher
-1
/
+0
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-6
/
+6
2025-04-15
Move `opt_rpitit_info` field to `hir::AssocKind::Type`.
Nicholas Nethercote
-1
/
+1
2025-04-14
Rollup merge of #139813 - RalfJung:miri-sync, r=RalfJung
Matthias Krüger
-14
/
+42
2025-04-14
Rollup merge of #139757 - ognevny:opt-dist-hostllvm, r=Kobzol
Matthias Krüger
-1
/
+3
2025-04-14
Merge pull request #19583 from Kobzol/revert-19582-ci-pgo
Lukas Wirth
-2
/
+0
2025-04-14
Do not enable PGO in combination with zigbuild
Jakub Beránek
-2
/
+0
2025-04-14
Merge pull request #19568 from snprajwal/destructure-struct-editor
Lukas Wirth
-99
/
+76
2025-04-14
Disable some r-a tests in bootstrap.
Mara Bos
-0
/
+2
2025-04-14
Merge pull request #19572 from snprajwal/expand-rest-pattern
Lukas Wirth
-53
/
+66
2025-04-14
Merge pull request #19582 from Kobzol/ci-pgo
Lukas Wirth
-9
/
+104
2025-04-14
Expose Pointer to/from AllocId conversion functions, make some arguments opti...
Patrick-6
-49
/
+62
2025-04-14
Merge pull request #19569 from snprajwal/fixmes
Lukas Wirth
-75
/
+79
2025-04-14
Merge pull request #19578 from clouds56-contrib/drive-letter
Lukas Wirth
-12
/
+35
[prev]
[next]