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
/
crates
Age
Commit message (
Expand
)
Author
Lines
2022-02-26
Split up highlighting tests a bit more
Lukas Wirth
-139
/
+91
2022-02-26
Re-order and cleanup highlighting tests
Lukas Wirth
-208
/
+199
2022-02-26
fix: Don't emit unresolvedReference highlight tags in unlinked files
Lukas Wirth
-4
/
+12
2022-02-25
Merge #11538
bors[bot]
-2
/
+12
2022-02-25
feat: Make private editable completions configurable, disable by default
Lukas Wirth
-2
/
+12
2022-02-25
Implement the new built-in `unreachable!` macro
Jonas Schievink
-0
/
+21
2022-02-25
Resolve `$crate` in `HirDisplay` of `Path`
Jonas Schievink
-1
/
+42
2022-02-25
Merge #11550
bors[bot]
-663
/
+775
2022-02-25
Avoid autoderef coercions leaking if they don't apply
Florian Diebold
-0
/
+42
2022-02-25
Merge #11549
bors[bot]
-0
/
+94
2022-02-25
Fix unreachable pub
Florian Diebold
-1
/
+1
2022-02-25
Refactor autoderef and method resolution
Florian Diebold
-667
/
+655
2022-02-25
Add some tests
Florian Diebold
-0
/
+82
2022-02-25
feat: support concat_bytes
ihciah
-0
/
+94
2022-02-25
Add CSV output to analysis-stats
Florian Diebold
-6
/
+68
2022-02-25
Minor perf change: `vec.clone().into_iter()` => `vec.iter().cloned()`
Chayim Refael Friedman
-1
/
+1
2022-02-25
Update references to macro_rules in the "Extract module" assist
Chayim Refael Friedman
-0
/
+26
2022-02-25
Do not change visibility of macro_rules in the "Extract module" assist
Chayim Refael Friedman
-1
/
+0
2022-02-25
Generate AST code after rust-analyzer/ungrammar#46
Chayim Refael Friedman
-0
/
+1
2022-02-24
refactor(11422): make number unsigned, nest enums into each other
Moritz Vetter
-13
/
+11
2022-02-24
fix(11422): have two different funuctions - one for iterating breaks, one for...
Moritz Vetter
-49
/
+104
2022-02-24
add logic to highlight continue and break keywords according to expectations
Moritz Vetter
-32
/
+60
2022-02-24
refactor helper function to work with function taking expression enum instead...
Moritz Vetter
-10
/
+15
2022-02-24
add some breaking tests (TDD - style)
Moritz Vetter
-0
/
+109
2022-02-24
Merge #11531
bors[bot]
-28
/
+427
2022-02-24
Merge #11540
bors[bot]
-65
/
+63
2022-02-24
add `is_slice` method to `hir::Type`
Akshay
-0
/
+4
2022-02-23
Ignore doc(hidden) for crate-local enums
Ole Strohm
-139
/
+176
2022-02-23
fix: Resolve private fields in type inference
Lukas Wirth
-1
/
+17
2022-02-23
Simplify
Lukas Wirth
-64
/
+46
2022-02-23
Simplify
Lukas Wirth
-30
/
+20
2022-02-23
Reduce visibility of proc-macros to pub(crate)
Lukas Wirth
-98
/
+100
2022-02-23
Resolve functions as proc-macros via FileAstId
Lukas Wirth
-5
/
+42
2022-02-22
Added test
Ole Strohm
-3
/
+27
2022-02-22
Dedup code
Ole Strohm
-17
/
+21
2022-02-22
Merge #11461
bors[bot]
-29
/
+203
2022-02-22
Replaced fold with for loop
Jonas Goronczy
-32
/
+27
2022-02-22
Merge #11472
bors[bot]
-13
/
+45
2022-02-22
chore: reposition comment
vi_mi
-6
/
+2
2022-02-22
fix: Make match_arms assist handle doc(hidden) and non_exhaustive
Ole Strohm
-28
/
+362
2022-02-22
fix: visibility in impl items and pub(crate) to pub in extract_module
vi_mi
-13
/
+49
2022-02-22
fix: Fix expand_macro always expanding the first listed derive
Lukas Wirth
-4
/
+18
2022-02-22
update references::derive test output
Lukas Wirth
-2
/
+5
2022-02-22
simplify and document
Lukas Wirth
-47
/
+52
2022-02-22
Simplify
Lukas Wirth
-27
/
+37
2022-02-22
Fix syntax highlighting not highlighting derives anymore
Lukas Wirth
-0
/
+38
2022-02-22
Make replace_derive_with_manual_impl work again
Lukas Wirth
-130
/
+118
2022-02-22
Fix `expand_macro` not working for derive attributes
Lukas Wirth
-18
/
+42
2022-02-22
internal: Expand the derive attribute into a pseudo expansion
Lukas Wirth
-155
/
+178
2022-02-22
Merge #11527
bors[bot]
-104
/
+147
[prev]
[next]