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-08-02
Merge pull request #20351 from ChayimFriedman2/rename-self1
Lukas Wirth
-25
/
+186
2025-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-25
/
+186
2025-08-03
Migrate `generate_delegate_methods` assist to use `SyntaxEditor`
Hmikihiro
-36
/
+41
2025-08-02
update doc
Kivooeo
-7
/
+5
2025-08-02
Migrate `convert_from_to_tryfrom` assist to use `SyntaxEditor`
Hmikihiro
-19
/
+23
2025-08-02
Rollup merge of #144803 - tshepang:rdg-sync, r=jieyouxu
Samuel Tardieu
-19
/
+437
2025-08-02
Rollup merge of #144782 - jieyouxu:compiletest-selftests, r=Kobzol
Samuel Tardieu
-16
/
+8
2025-08-02
Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomez
Samuel Tardieu
-0
/
+1
2025-08-02
Rollup merge of #144747 - petrochenkov:annusexp2, r=RalfJung
Samuel Tardieu
-19
/
+18
2025-08-02
Rollup merge of #143662 - obi1kenobi:pg/unsafe-attribute-wrappers, r=t-rustdoc
Samuel Tardieu
-3
/
+3
2025-08-02
Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191...
Samuel Tardieu
-3
/
+29
2025-08-02
Reject adding new UI tests directly under `tests/ui/`
Jieyou Xu
-0
/
+30
2025-08-02
Pull out recursive ui test check into its own function
Jieyou Xu
-28
/
+37
2025-08-02
Make `issues_txt_header` a const
Jieyou Xu
-4
/
+4
2025-08-02
Pull out non-descriptive test name check to own function
Jieyou Xu
-21
/
+39
2025-08-02
Pull out stray/empty output snapshot checks into own functions
Jieyou Xu
-22
/
+29
2025-08-02
Pull out unexpected extension check into own function
Jieyou Xu
-42
/
+46
2025-08-02
Stylize `*-lynxos178-*` target maintainer handle to make it easier to copy/paste
Jieyou Xu
-1
/
+1
2025-08-02
Merge pull request #2526 from rust-lang/rustc-pull
Tshepang Mbambo
-4301
/
+6844
2025-08-01
rustdoc font links only emit `crossorigin` when needed
Mingwei Samuel
-1
/
+54
2025-08-01
Remove the omit_gdb_pretty_printer_section attribute
bjorn3
-1
/
+15
2025-08-01
Fix more docs
Ifeanyi Orizu
-6
/
+8
2025-08-01
Update documentation for overrideCommand config options
Ifeanyi Orizu
-7
/
+21
2025-08-01
move dist and gcc config to the top of parse method
bit-aloo
-12
/
+12
2025-08-01
move llvm config to the top of parse method
bit-aloo
-31
/
+36
2025-08-01
move rust config to the top of parse method
bit-aloo
-59
/
+58
2025-08-01
move install config to the top of parse method
bit-aloo
-12
/
+15
2025-08-01
move build config to the top of parse method
bit-aloo
-12
/
+13
2025-08-01
make build toml fields follow a specific naming convention
bit-aloo
-125
/
+120
2025-08-01
make install toml fields follow a specific naming convention
bit-aloo
-14
/
+14
2025-08-01
make dist toml fields follow a specific naming convention
bit-aloo
-14
/
+14
2025-08-01
make gcc toml fields follow a specific naming convention
bit-aloo
-2
/
+2
2025-08-01
make llvm toml fields follow a specific naming convention
bit-aloo
-59
/
+59
2025-08-01
add rust default implementation
bit-aloo
-200
/
+175
2025-08-01
add llvm default implementation
bit-aloo
-111
/
+97
2025-08-01
add gcc and dist default implementation
bit-aloo
-32
/
+32
2025-08-01
add install default implementation
bit-aloo
-10
/
+26
2025-08-01
Fix verbosity setting
bit-aloo
-8
/
+10
2025-08-01
Fix logging of config skip values
bit-aloo
-28
/
+27
2025-08-01
Override some build TOML values by flags
bit-aloo
-127
/
+149
2025-08-01
Split TOML postprocessing into a separate function
bit-aloo
-99
/
+114
2025-08-01
Extract TOML config loading and src directory computation into separate funct...
bit-aloo
-89
/
+117
2025-08-01
Force initializing ExecutionContext with verbosity and fail_fast mode
bit-aloo
-8
/
+6
2025-08-01
move rust config to parse_inner
bit-aloo
-261
/
+251
2025-08-01
move llvm parsing to parse_inner
bit-aloo
-127
/
+123
2025-08-01
move install to parse_inner
bit-aloo
-20
/
+13
2025-08-01
move target parsing to parse_inner
bit-aloo
-71
/
+64
2025-08-01
move dist to parse_inner
bit-aloo
-31
/
+25
2025-08-01
move gcc config parsing to parse_inner
bit-aloo
-19
/
+11
2025-08-01
compiletest: Improve diagnostics for line annotation mismatches 2
Vadim Petrochenkov
-19
/
+18
[prev]
[next]