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-09-08
feat: support navigation on primitives
Ryan Mehri
-17
/
+27
2025-09-05
Merge pull request #20609 from ChayimFriedman2/update-rustc
Shoyu Vanilla (Flint)
-579
/
+446
2025-09-04
Upgrade rustc crates
Chayim Refael Friedman
-579
/
+446
2025-09-04
Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatch
Chayim Refael Friedman
-1
/
+22
2025-09-04
Add a regression test for a fixed new trait solver bug
Chayim Refael Friedman
-1
/
+22
2025-09-04
Fix typo in config
Chayim Refael Friedman
-1
/
+1
2025-09-03
Merge pull request #20586 from ChayimFriedman2/placeholder-ns
Shoyu Vanilla (Flint)
-233
/
+324
2025-09-02
Deduplicate methods in completion by function ID and not by name
Chayim Refael Friedman
-8
/
+47
2025-09-02
Make sense of the mess that were (are) different kind of generics in the solver
Chayim Refael Friedman
-233
/
+324
2025-08-30
Pass `--target` before `--` for `cargo rustc`
Elliot Roberts
-5
/
+2
2025-08-30
Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-trait
Shoyu Vanilla (Flint)
-1
/
+70
2025-08-29
Bump tracing-subscriber from 0.3.19 to 0.3.20
dependabot[bot]
-3
/
+3
2025-08-29
Merge pull request #20560 from ChayimFriedman2/analysis-stats-improve
Lukas Wirth
-3
/
+52
2025-08-28
When mapping next-solver's `dyn` type, add `Self` (aka. bound var ^1.0) to au...
Chayim Refael Friedman
-1
/
+70
2025-08-28
Don't require a full `InferenceTable` for `CastTy`
Chayim Refael Friedman
-59
/
+52
2025-08-28
Add progress bars to more places in analysis-stats
Chayim Refael Friedman
-3
/
+52
2025-08-28
Attach the db in one more place in highlighting
Chayim Refael Friedman
-1
/
+2
2025-08-27
Merge pull request #20547 from ChayimFriedman2/highlight-related-unsafe-scope
Laurențiu Nicola
-10
/
+44
2025-08-27
Merge pull request #20527 from ChayimFriedman2/cache-next-solver
Shoyu Vanilla (Flint)
-66
/
+140
2025-08-26
In highlight_related, when on an unsafe block, don't highlight unsafe operati...
Chayim Refael Friedman
-10
/
+44
2025-08-26
Remove `SolverDefId::ForeignId`
Chayim Refael Friedman
-7
/
+4
2025-08-26
Merge pull request #20399 from rust-lang/veykril/push-klrwvmzokqwu
Shoyu Vanilla (Flint)
-2
/
+2
2025-08-26
Merge pull request #20534 from A4-Tacks/tog-macro-delim-semicolon
Shoyu Vanilla (Flint)
-3
/
+33
2025-08-26
Merge pull request #20509 from A4-Tacks/fix-move-guard-to-arm-indent
Shoyu Vanilla (Flint)
-13
/
+57
2025-08-26
Merge pull request #20520 from ChayimFriedman2/reborrow
Shoyu Vanilla (Flint)
-5
/
+88
2025-08-26
Merge pull request #20537 from ChayimFriedman2/new-solver-normalize
Shoyu Vanilla (Flint)
-6
/
+45
2025-08-25
Merge pull request #20423 from ShoyuVanilla/import-2024
Chayim Refael Friedman
-50
/
+219
2025-08-25
Merge pull request #20528 from ShoyuVanilla/nightly-zscript
Chayim Refael Friedman
-0
/
+1
2025-08-25
Don't map Chalk's `Normalize` to next solver's `NormalizesTo`
Chayim Refael Friedman
-6
/
+16
2025-08-25
Normalize all types when finishing inference
Chayim Refael Friedman
-0
/
+29
2025-08-25
Cache trait solving across queries in the same revision
Chayim Refael Friedman
-66
/
+140
2025-08-25
Fix ExprStmt delete semicolon for toggle_macro_delimiter
A4-Tacks
-3
/
+33
2025-08-24
Fix rust-analyzer-contributors reference
Emmanuel Ferdman
-1
/
+1
2025-08-24
fix: Masquerade as nightly cargo when invoking flycheck with `-Zscript`
Shoyu Vanilla
-0
/
+1
2025-08-24
Merge pull request #20523 from ChayimFriedman2/opaque-generics
Shoyu Vanilla (Flint)
-43
/
+54
2025-08-24
Fix opaque generics
Chayim Refael Friedman
-43
/
+54
2025-08-24
Merge pull request #20507 from A4-Tacks/suggest-return-expr
Chayim Refael Friedman
-3
/
+54
2025-08-24
Add ReturnExpr completion suggest
A4-Tacks
-3
/
+54
2025-08-24
Merge pull request #20512 from A4-Tacks/arith-op-not-on-selected
Chayim Refael Friedman
-1
/
+16
2025-08-24
replace_arith_op not applicable on selected
A4-Tacks
-1
/
+16
2025-08-24
Add an option to remove reborrows from adjustment inlay hints
Chayim Refael Friedman
-5
/
+88
2025-08-23
Merge pull request #20513 from A4-Tacks/let-in-let-chain
Chayim Refael Friedman
-3
/
+17
2025-08-23
Merge pull request #20518 from A4-Tacks/fix-else-in-in-let
Chayim Refael Friedman
-3
/
+355
2025-08-23
Merge pull request #20511 from A4-Tacks/fix-conv-int-lit-on-selected
Chayim Refael Friedman
-2
/
+8
2025-08-23
Fix `else` completion in `let _ = if x {} $0`
A4-Tacks
-3
/
+355
2025-08-22
Add let in let-chain completion support
A4-Tacks
-3
/
+17
2025-08-22
fix: convert_integer_literal not on selected
A4-Tacks
-2
/
+8
2025-08-22
Fix panic in syntax_highlighting
Lukas Wirth
-27
/
+29
2025-08-22
Fix indent for move_guard_to_arm_body
A4-Tacks
-13
/
+57
2025-08-21
Merge pull request #20504 from ShoyuVanilla/ethereum-madness
Chayim Refael Friedman
-1
/
+58
[next]