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
Age
Commit message (
Expand
)
Author
Lines
2025-08-22
Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=Kobzol
Jacob Pratt
-3
/
+43
2025-08-22
Rollup merge of #137396 - compiler-errors:param-default, r=fmease
Jacob Pratt
-2
/
+44
2025-08-22
Rollup merge of #132087 - ijchen:issue-131770-fix, r=dtolnay
Jacob Pratt
-3
/
+11
2025-08-23
remove default opts from config
bit-aloo
-53
/
+0
2025-08-23
Auto merge of #145469 - cjgillot:split-transmute, r=nnethercote
bors
-263
/
+262
2025-08-23
suggest using `@bors try jobs=...`
Waffle Lapkin
-16
/
+7
2025-08-22
Update cargo
Weihang Lo
-0
/
+0
2025-08-23
Also support statements and patterns for macro expansion
Guillaume Gomez
-2
/
+46
2025-08-23
Improve code
Guillaume Gomez
-4
/
+2
2025-08-23
Make macro expansion feature buttons accessible
Guillaume Gomez
-15
/
+55
2025-08-23
Do macro expansion at AST level rather than HIR
Guillaume Gomez
-205
/
+264
2025-08-23
Clean up computation of macro expansion span and correctly handle spans open ...
Guillaume Gomez
-28
/
+90
2025-08-23
Go around firefox bug
Guillaume Gomez
-1
/
+7
2025-08-23
Add GUI test for `--generate-macro-expansion` option
Guillaume Gomez
-1
/
+140
2025-08-23
Update rustdoc-gui tests
Guillaume Gomez
-1
/
+1
2025-08-23
Correctly handle multiple macro expansions on a same line
Guillaume Gomez
-18
/
+49
2025-08-23
Update `tests/run-make/rustdoc-default-output` test
Guillaume Gomez
-0
/
+3
2025-08-23
Add documentation for `--generate-macro-expansion`
Guillaume Gomez
-0
/
+4
2025-08-23
Add new unstable `--generate-macro-expansion` rustdoc command line flag
Guillaume Gomez
-14
/
+42
2025-08-23
Add support for macro expansion in rustdoc source code pages
Guillaume Gomez
-63
/
+339
2025-08-23
Activate `range-diff` feature of triagebot
Samuel Tardieu
-0
/
+3
2025-08-22
Fix `derivable_impls` suggests wrongly on `derive_const` (#15535)
Samuel Tardieu
-31
/
+287
2025-08-23
Apply `derivable_impls` to Clippy itself
yanglsh
-7
/
+2
2025-08-23
fix: `derivable_impls` FN when enum is qualified with `Self`
yanglsh
-25
/
+95
2025-08-22
extract `bool_comparison` to a separate file
Ada Alakbarova
-167
/
+185
2025-08-22
Auto merge of #145494 - cjgillot:span-decode-once, r=lqd
bors
-10
/
+9
2025-08-22
`bool_comparison`: no longer lint on `!x != y` (#15498)
Samuel Tardieu
-435
/
+212
2025-08-22
add regression test for issue 142488
Rémy Rakic
-0
/
+109
2025-08-22
Bless rustdoc-ui.
Camille Gillot
-8
/
+6
2025-08-22
convert strings to symbols in attr diagnostics
Jana Dönszelmann
-31
/
+36
2025-08-22
fix: don't check for `!x = y`/`x = !y`
Ada Alakbarova
-435
/
+212
2025-08-22
Revert "Detect method not being present that is present in other tuple types"
Rémy Rakic
-218
/
+2
2025-08-22
Fix stderr normalization.
Camille Gillot
-5
/
+5
2025-08-22
Simplify implementation.
Camille Gillot
-44
/
+46
2025-08-22
Separate transmute checking from typeck.
Camille Gillot
-254
/
+253
2025-08-22
interpret/allocation: get_range on ProvenanceMap
Nia Espera
-8
/
+14
2025-08-22
Recover param: Ty = EXPR
Michael Goulet
-2
/
+44
2025-08-22
Add warning to the `Builder::llvm_config` function
Jakub Beránek
-0
/
+4
2025-08-22
Ship LLVM tools for the correct target when cross-compiling
Jakub Beránek
-5
/
+43
2025-08-22
bool_comparison: fix incorrect suggestion with `>`/`<` and macros (#15513)
Samuel Tardieu
-20
/
+59
2025-08-22
bool_comparison: use correct span context for `>`/`<` sugg
Michael Howell
-20
/
+59
2025-08-22
modify `LazyLock` poison panic message
Connor Tsui
-34
/
+59
2025-08-22
Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzol
bors
-563
/
+527
2025-08-22
fix `manual_is_ascii_check`: also add explicit type when linting `matches!` (...
Samuel Tardieu
-14
/
+50
2025-08-22
Rename `llvm_config` to `host_llvm_config` to avoid confusion
Jakub Beránek
-36
/
+39
2025-08-22
Add aarch64_be-unknown-hermit target
Jens Reidel
-0
/
+33
2025-08-22
fix: also get `ty_sugg` in the `matches!` case
Ada Alakbarova
-14
/
+50
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-249
/
+1094
2025-08-23
fix: `derivable_impls` suggests wrongly on `derive_const`
yanglsh
-16
/
+207
2025-08-22
Stabilize `round_char_boundary` feature
okaneco
-17
/
+15
[prev]
[next]