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
Age
Commit message (
Expand
)
Author
Lines
2024-06-30
Auto merge of #17516 - kilpkonn:master, r=kilpkonn
bors
-70
/
+8
2024-06-30
Do not explicit generics to generated expressions
Tavo Annus
-70
/
+8
2024-06-30
Simplify
Lukas Wirth
-9
/
+6
2024-06-30
Fix expression scope calculation when within macro expansions
Lukas Wirth
-22
/
+30
2024-06-24
Shrink mbe's Op
Lukas Wirth
-2
/
+2
2024-06-24
Enum variants are not generic def ids
Lukas Wirth
-19
/
+17
2024-06-24
Auto merge of #17478 - kilpkonn:master, r=Veykril
bors
-437
/
+145
2024-06-22
Fix suggestions of unstable constants
Tavo Annus
-4
/
+8
2024-06-22
Increase search depth to account for more granual steps
Tavo Annus
-1
/
+3
2024-06-22
Simplify `impl_method` tactic
Tavo Annus
-104
/
+41
2024-06-22
Simplify `impl_static_method` tactic
Tavo Annus
-102
/
+28
2024-06-22
Remove remove not-very-helpful optimizations
Tavo Annus
-47
/
+0
2024-06-21
Run `data_constructor` tactic only backwards
Tavo Annus
-183
/
+69
2024-06-21
fix: use ItemInNs::Macros to convert ModuleItem to ItemInNs
roife
-0
/
+1
2024-06-20
Auto merge of #17462 - Veykril:sema-attr-macro-res, r=Veykril
bors
-4
/
+4
2024-06-20
fix: Fix IDE features breaking in some attr macros
Lukas Wirth
-4
/
+4
2024-06-20
Auto merge of #17419 - ishanjain28:filter_builtin_macro_expansion, r=Veykril
bors
-2
/
+48
2024-06-20
Invert matching on builtin macros in expand_allowed_builtins
Lukas Wirth
-25
/
+21
2024-06-19
removed format_args from allowed expansions
Ishan Jain
-2
/
+1
2024-06-18
Add tactic for associated item constants
Tavo Annus
-20
/
+87
2024-06-15
Created expand_allowed_builtins, updated expand_macro to call this function
Ishan Jain
-0
/
+16
2024-06-14
allow format_args! expansion
Ishan Jain
-1
/
+2
2024-06-14
fixed tests
Ishan Jain
-1
/
+7
2024-06-13
internal: Fix rustdoc warnings
Wilfred Hughes
-11
/
+11
2024-06-13
hir/semantics: Only allow expansion of specific built in macros
Ishan Jain
-2
/
+30
2024-06-12
Auto merge of #17405 - Veykril:modpath-clone, r=Veykril
bors
-2
/
+2
2024-06-12
internal: Don't unnecessarily clone ModPaths in early name res
Lukas Wirth
-2
/
+2
2024-06-11
refactor: move the logic that displays container type bounds to function fmt
roife
-45
/
+49
2024-06-11
fix: skip container header if no generics params
roife
-2
/
+2
2024-06-11
internal: simplify and rename display_xxx to write_xxx for consistency
roife
-33
/
+18
2024-06-11
feat: add hover config for showing container bounds
roife
-14
/
+22
2024-06-11
feat: show type bounds from containers for functions
roife
-5
/
+47
2024-06-11
internal: simplify and refactor write_where_clause
roife
-89
/
+97
2024-06-10
Remove extra parse cache from Semantics again
Lukas Wirth
-9
/
+1
2024-06-10
Thread more HasSource::source calls through Semantics for caching
Lukas Wirth
-58
/
+96
2024-06-09
Register virtual workspace Cargo.toml files in the VFS
Lukas Wirth
-0
/
+1
2024-06-06
chore: Prefer tracing span shorthand macros
Wilfred Hughes
-17
/
+14
2024-06-05
Resolve #17344 by using `.get(…)` instead of `[…]` in `TypeOrConstParam::...
Vincent Esche
-2
/
+2
2024-06-04
Use dyn cache for Semantics macro resolution
Lukas Wirth
-29
/
+27
2024-06-04
Cache parse trees in `Semantics`
Lukas Wirth
-2
/
+19
2024-06-04
Cache `file_to_def` in `SourceToDefCtx`
Lukas Wirth
-28
/
+40
2024-06-04
Try caching macro calls more aggressively
Lukas Wirth
-195
/
+304
2024-06-04
Cleanup some inert attribute stuff
Lukas Wirth
-15
/
+12
2024-06-03
Simplify
Lukas Wirth
-1
/
+1
2024-06-03
Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril
bors
-2
/
+2
2024-06-03
Auto merge of #17312 - regexident:function-fn-ptr-type, r=Veykril
bors
-0
/
+8
2024-06-02
feat: Enable completions within derive helper attributes
Lukas Wirth
-88
/
+133
2024-06-01
fix: Fix container search failing for tokens originating within derive attrib...
Lukas Wirth
-24
/
+24
2024-05-30
style: simplify string interpolation
Hamir Mahal
-2
/
+2
2024-05-29
Add `Function::fn_ptr_type(…)` for obtaining name-erased function type
Vincent Esche
-0
/
+8
[prev]
[next]