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
/
rust-analyzer
/
crates
/
hir-def
Age
Commit message (
Expand
)
Author
Lines
2025-01-19
Fix a bug where enum variants were not considered properly in type ns resolution
Chayim Refael Friedman
-19
/
+39
2025-01-16
feat: complete raw, const keyword
lh123
-3
/
+0
2025-01-10
Merge pull request #18907 from Veykril/push-uqlzpttmvurv
Lukas Wirth
-0
/
+59
2025-01-10
Implement `#[rust_analyzer::skip]` for bodies
Lukas Wirth
-0
/
+59
2025-01-10
Re-implement rust string highlighting via tool attribute
Lukas Wirth
-19
/
+40
2025-01-09
Merge pull request #18861 from ChayimFriedman2/await-edition
Lukas Wirth
-28
/
+36
2025-01-09
Make edition per-token, not per-file
Chayim Refael Friedman
-28
/
+36
2025-01-07
Merge pull request #18853 from ChayimFriedman2/no-completion
Laurențiu Nicola
-0
/
+1
2025-01-06
Fix case where completion inside macro that expands to `#[test]` was unavailable
Chayim Refael Friedman
-0
/
+1
2025-01-06
minor: New clippy lints
Lukas Wirth
-10
/
+10
2025-01-04
Support the new `CoercePointee` derive
Chayim Refael Friedman
-20
/
+146
2025-01-03
Merge pull request #18825 from Veykril/push-sllokkprznkq
Lukas Wirth
-26
/
+38
2025-01-03
minor: Encode TraitData bools as bitflags
Lukas Wirth
-26
/
+38
2025-01-03
Merge pull request #18327 from ChayimFriedman2/flat-tt
Lukas Wirth
-85
/
+74
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-85
/
+74
2024-12-31
Remove recursion_limit special casing in tests
Lukas Wirth
-9
/
+3
2024-12-28
Consider `Enum::Variant` even when it comes from a different crate
Chayim Refael Friedman
-37
/
+39
2024-12-24
Unify handling of path diagnostics in hir-ty
Chayim Refael Friedman
-61
/
+148
2024-12-20
Merge pull request #18702 from ChayimFriedman2/prep
Lukas Wirth
-133
/
+162
2024-12-18
Merge pull request #18708 from ChayimFriedman2/fix-tiny
Lukas Wirth
-0
/
+19
2024-12-18
Fix pretty-printing of `@` patterns
Chayim Refael Friedman
-0
/
+19
2024-12-16
Use a record struct instead of a tuple for each namespace in `PerNs`
Chayim Refael Friedman
-133
/
+162
2024-12-16
Report unresolved idents for implicit captures in `format_args!()`
Chayim Refael Friedman
-39
/
+81
2024-12-09
Rename test fixture crates to ra_test_fixture
Lukas Wirth
-13
/
+23
2024-12-08
Fix a test that didn't test what it should
Chayim Refael Friedman
-47
/
+49
2024-12-06
Merge pull request #18594 from ChayimFriedman2/async-closures
Lukas Wirth
-0
/
+3
2024-12-05
fix: Resolve generic parameters within use captures
Lukas Wirth
-2
/
+2
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-4
/
+6
2024-12-05
fix: Fix parsing of integer/keyword name refs in various places
Lukas Wirth
-1
/
+1
2024-12-04
Complete diagnostics in ty lowering groundwork
Chayim Refael Friedman
-0
/
+5
2024-12-04
Lay the foundation for diagnostics in ty lowering, and implement a first diag...
Chayim Refael Friedman
-4
/
+218
2024-12-04
Store some hir_def Paths in the type ref source maps
Chayim Refael Friedman
-47
/
+100
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-4
/
+4
2024-12-04
Merge pull request #18609 from ChayimFriedman2/unsafe-coverage
Lukas Wirth
-2
/
+131
2024-12-04
Extend reported unsafe operations
Chayim Refael Friedman
-2
/
+131
2024-12-04
Merge pull request #18608 from Veykril/push-rrozmpnyknkx
Lukas Wirth
-2
/
+3
2024-12-04
Update mbe test output
Lukas Wirth
-2
/
+3
2024-12-04
Merge pull request #18605 from ChayimFriedman2/wildcard-imports
Lukas Wirth
-2
/
+46
2024-12-04
Fix shadowing of record enum variant in patterns
Chayim Refael Friedman
-7
/
+30
2024-12-04
Fixed another bug with glob imports
Chayim Refael Friedman
-2
/
+46
2024-12-03
Support `AsyncFnX` traits
Chayim Refael Friedman
-0
/
+3
2024-12-03
Merge pull request #18555 from ChayimFriedman2/issue-17321
Lukas Wirth
-1
/
+25
2024-11-26
Add macro expansion test for raw variable names
Mark Murphy
-0
/
+28
2024-11-25
Fix a bug when synthetic AST node were searched in the AST ID map and caused ...
Chayim Refael Friedman
-1
/
+25
2024-11-04
Support new #[rustc_intrinsic] attribute and fallback bodies
Lukas Wirth
-4
/
+0
2024-11-03
Allow interpreting consts and statics with interpret function command
Lukas Wirth
-0
/
+1
2024-11-02
Allow static initializers to be const evaluated
Lukas Wirth
-1
/
+6
2024-10-31
Move child_by_source from hir-def to hir
Lukas Wirth
-355
/
+79
2024-10-28
Cleanup TypeRef lowering
Chayim Refael Friedman
-156
/
+136
2024-10-28
Merge pull request #18413 from ShoyuVanilla/extern-crate-reexport
Lukas Wirth
-3
/
+79
[prev]
[next]