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-06-02
internal: Use 'ProjectJson' consistently
Wilfred Hughes
-5
/
+5
2025-06-02
Merge pull request #19897 from aibaars/patch-2
Lukas Wirth
-21
/
+69
2025-05-31
Merge pull request #19900 from Veykril/push-zurosouxqxzz
Lukas Wirth
-2
/
+2
2025-05-31
fix: Fix manual not containing diagnostics documentation
Lukas Wirth
-2
/
+2
2025-05-31
Merge pull request #19899 from SomeoneToIgnore/generate-actions
Lukas Wirth
-0
/
+1
2025-05-31
Account for `Generate` actions when filtering the allowed ones
Kirill Bulatov
-0
/
+1
2025-05-31
Merge pull request #19898 from Veykril/push-ykumpuwmuvmu
Lukas Wirth
-19
/
+8
2025-05-31
refactor: Remove unncessary duplication in highlight_related
Lukas Wirth
-19
/
+8
2025-05-30
Update expected test output
Arthur Baars
-21
/
+60
2025-05-30
Run 'cargo codegen' to update tests
Arthur Baars
-0
/
+5
2025-05-30
Add test for closure_binder
Arthur Baars
-0
/
+2
2025-05-30
Produce ClosureBinder node in atom.rs
Arthur Baars
-0
/
+2
2025-05-30
Merge pull request #19896 from Veykril/push-qyutrlxyznum
Lukas Wirth
-143
/
+322
2025-05-30
internal: Restructure some semantics APIs for virtual macro files
Lukas Wirth
-79
/
+185
2025-05-30
Add some more `hir_expand::files` conversions
Lukas Wirth
-64
/
+137
2025-05-30
Merge pull request #19861 from vremyavnikuda/docs/find-all-refs-constructor-s...
Lukas Wirth
-3
/
+88
2025-05-29
Merge pull request #19890 from Veykril/push-kzzntrpllsqx
Lukas Wirth
-128
/
+214
2025-05-29
fix: Fix import insertion not being fully cfg aware
Lukas Wirth
-128
/
+214
2025-05-29
Merge pull request #19888 from Veykril/push-wylsryzpnnop
Lukas Wirth
-3
/
+6
2025-05-29
fix: Recognize salsa cycles in `thread_result_to_response`
Lukas Wirth
-3
/
+6
2025-05-28
docs:deleting duplicate documentation
vremyavnikuda
-70
/
+0
2025-05-28
Merge pull request #19881 from Veykril/push-wsrmttkymyps
Lukas Wirth
-171
/
+336
2025-05-28
feat: Desugar assist for `let pat = expr?;` -> `let else`
Lukas Wirth
-171
/
+336
2025-05-28
Merge pull request #19880 from Veykril/push-xmpxumsrkymk
Lukas Wirth
-31
/
+97
2025-05-28
Merge pull request #19872 from ChayimFriedman2/async-fn-output
Lukas Wirth
-11
/
+81
2025-05-28
fix: Handle included files better in IDE layer
Lukas Wirth
-31
/
+97
2025-05-28
Merge pull request #19876 from ShoyuVanilla/layout-padding
Lukas Wirth
-23
/
+272
2025-05-28
Merge pull request #19879 from Veykril/push-mqykxnqtktuw
Lukas Wirth
-84
/
+65
2025-05-28
feat: Render padding information when hovering on structs
Shoyu Vanilla
-23
/
+272
2025-05-28
Back out "Fix IDE resolution of item macros"
Lukas Wirth
-14
/
+0
2025-05-28
Drop unnecessay code
Lukas Wirth
-35
/
+3
2025-05-28
fix: Fix IDE layer not resolving some macro calls
Lukas Wirth
-35
/
+62
2025-05-28
Merge pull request #19877 from tgross35/remove-concat-idents
Lukas Wirth
-44
/
+0
2025-05-28
chore: Remove support for `concat_idents!`
Trevor Gross
-44
/
+0
2025-05-27
Merge pull request #19875 from ShoyuVanilla/issue-19844
Chayim Refael Friedman
-0
/
+17
2025-05-28
fix: Skip pattern analysis on type mismatches
Shoyu Vanilla
-0
/
+17
2025-05-27
Merge pull request #19850 from regexident/dyn-semantics
Chayim Refael Friedman
-1
/
+1
2025-05-27
Make `Semantics<'db, DB>` support `Semantics<'db, dyn HirDatabase>`, by use o...
Vincent Esche
-1
/
+1
2025-05-27
Fix inference of `AsyncFnX` return type
Chayim Refael Friedman
-11
/
+81
2025-05-26
Merge pull request #19862 from ChayimFriedman2/item-resolve-macro-hir
Chayim Refael Friedman
-29
/
+74
2025-05-26
fix: formated to clippy
vremyavnikuda
-1
/
+1
2025-05-26
fix: the lines are formatted according to clippy
vremyavnikuda
-1
/
+1
2025-05-26
fix: the lines are formatted according to clippy
vremyavnikuda
-2
/
+2
2025-05-26
docs: add documentation for find_all_refs constructor search (#10725)
vremyavnikuda
-3
/
+158
2025-05-26
Merge pull request #19792 from A4-Tacks/fix-generate-mut-trait-impl-indent
Lukas Wirth
-3
/
+91
2025-05-26
Merge pull request #19819 from Veykril/push-utvzwvwuuvlm
Lukas Wirth
-3
/
+3
2025-05-26
Merge pull request #19785 from A4-Tacks/fix-generate-new-indent
Lukas Wirth
-1
/
+136
2025-05-26
Merge pull request #19851 from ChayimFriedman2/normalize-exhaustiveness
Lukas Wirth
-25
/
+81
2025-05-26
Merge pull request #19864 from ChayimFriedman2/is-in-macro
Lukas Wirth
-85
/
+125
2025-05-25
Properly implement `might_be_inside_macro_call()` using semantic information ...
Chayim Refael Friedman
-85
/
+125
[next]