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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
intern
Age
Commit message (
Expand
)
Author
Lines
2025-03-10
Fix `path` macro hygiene
Lukas Wirth
-0
/
+1
2025-03-05
Use size_of from the prelude instead of imported
Thalia Archibald
-19
/
+12
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-17
Merge pull request #19127 from ChayimFriedman2/different-generic-args
Lukas Wirth
-6
/
+27
2025-02-16
Refactor path lowering
Chayim Refael Friedman
-6
/
+27
2025-02-10
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+1
2025-02-04
Merge pull request #19084 from Veykril/push-muworpzpzqup
Lukas Wirth
-0
/
+1
2025-02-04
Expose symbol of `CrateName`
Lukas Wirth
-0
/
+1
2025-02-03
Fix some mir eval/lowerings
Lukas Wirth
-0
/
+1
2025-01-31
Insert null checks for pointer dereferences when debug assertions are enabled
Bastian Kersting
-0
/
+1
2025-01-26
Support RFC 2396
Chayim Refael Friedman
-0
/
+2
2025-01-25
Use `strict_provenance`
Lukas Wirth
-31
/
+7
2025-01-24
feat: Implement `arbitrary-self-types`
Shoyu Vanilla
-0
/
+1
2025-01-21
Merge pull request #18986 from Veykril/push-zlwvwlowpzqm
Lukas Wirth
-0
/
+1
2025-01-21
Cleanup `Name` string rendering
Lukas Wirth
-0
/
+1
2025-01-20
Goto `Display::fmt` when invoked on `to_string`
Lukas Wirth
-0
/
+1
2025-01-20
Bring back goto def redirect for parse -> FromStr
Lukas Wirth
-0
/
+1
2025-01-20
Move dual blanket impl logic from source analyzer to goto_def
Lukas Wirth
-0
/
+6
2025-01-20
Use Semantics::resolve_method_call_as_callable to find implementation
1hakusai1
-0
/
+4
2025-01-10
Implement `#[rust_analyzer::skip]` for bodies
Lukas Wirth
-0
/
+1
2025-01-04
Support the new `CoercePointee` derive
Chayim Refael Friedman
-0
/
+1
2024-12-12
internal: Implement `naked_asm!` builtin
Lukas Wirth
-0
/
+1
2024-12-06
Merge pull request #18594 from ChayimFriedman2/async-closures
Lukas Wirth
-0
/
+8
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-0
/
+1
2024-12-04
Merge pull request #18595 from markmurphydev/remove_platform_intrinsic
Laurențiu Nicola
-1
/
+0
2024-12-04
Improve soundness a bit by making `TaggedArcPtr::try_as_arc_owned()` unsafe
Chayim Refael Friedman
-13
/
+17
2024-12-03
Remove references to platform-intrinsic ABI
Mark Murphy
-1
/
+0
2024-12-03
Support `AsyncFnX` traits
Chayim Refael Friedman
-0
/
+8
2024-11-04
Support new #[rustc_intrinsic] attribute and fallback bodies
Lukas Wirth
-1
/
+5
2024-11-03
Allow interpreting consts and statics with interpret function command
Lukas Wirth
-0
/
+2
2024-09-25
Merge from rust-lang/rust
Laurențiu Nicola
-0
/
+1
2024-09-21
add `C-cmse-nonsecure-entry` ABI
Folkert de Vries
-0
/
+1
2024-09-02
chore: fix some comments
cuishuang
-1
/
+1
2024-08-29
feat: Implement object safety
Shoyu Vanilla
-0
/
+1
2024-08-27
Revert "feat: Implement `module_path` macro"
Lukas Wirth
-1
/
+0
2024-08-26
Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril
bors
-0
/
+2
2024-08-24
Provide `Future::Output` and `Iterator` lang items
Chayim Refael Friedman
-0
/
+2
2024-08-21
internal: Implement `module_path` macro
Lukas Wirth
-0
/
+1
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Unify package descriptions by adding references to "rust-analyzer"
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-07-25
Fix incorrect handling of cfg'd varargs
Lukas Wirth
-0
/
+1
2024-07-17
Support rustc_skip_during_method_dispatch
Lukas Wirth
-0
/
+3
2024-07-16
More symbol usage
Lukas Wirth
-11
/
+80
2024-07-16
Use symbol in cfg
Lukas Wirth
-13
/
+24
2024-07-16
Switch token trees to use Symbols
Lukas Wirth
-0
/
+50
2024-07-15
Fix stable iteration ordering for `Map<Name, ...>` usages
Lukas Wirth
-0
/
+5
2024-07-14
Use statics + clone instead of const until const can access statics
Lukas Wirth
-83
/
+82
2024-07-12
Fix cloning Symbols not increasing their ref count
Lukas Wirth
-28
/
+63
[next]