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
/
ide
/
src
/
folding_ranges.rs
Age
Commit message (
Expand
)
Author
Lines
2022-06-18
feat: add fold range for multi line match arm list
harpsword
-0
/
+47
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-3
/
+1
2022-03-06
internal: Re-arrange ide_db modules
Lukas Wirth
-1
/
+1
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-1
/
+1
2021-09-26
Remove inherent methods from ast node that carry semantic meaning
Lukas Wirth
-1
/
+2
2021-07-15
Folding ranges respect item visibilities
Lukas Wirth
-86
/
+75
2021-07-15
Add nested region folding test
Lukas Wirth
-27
/
+32
2021-07-15
Don't fold consecutive modules with item lists
Lukas Wirth
-20
/
+26
2021-05-28
Test for correct amount of emitted folds
Ayomide Bamidele
-0
/
+2
2021-05-28
Folding range for return types
Ayomide Bamidele
-0
/
+15
2021-05-22
Add more docs
Aleksey Kladov
-2
/
+4
2021-05-05
remove unneeded `visited_where_clauses`
m5tfi
-11
/
+3
2021-04-30
add folding for where clauses
m5tfi
-0
/
+53
2021-04-08
Emit folding ranges for multiline array literals
Lukas Wirth
-0
/
+17
2021-03-29
formatting fix
Ayomide Bamidele
-1
/
+1
2021-03-29
Folding range for statics
Ayomide Bamidele
-0
/
+7
2021-03-29
Folding range for consts
Ayomide Bamidele
-0
/
+8
2021-03-29
New FoldKinds - Consts, Statics
Ayomide Bamidele
-1
/
+5
2021-03-29
Test cases for folding consts and statics
Ayomide Bamidele
-0
/
+20
2021-02-13
removed logging stuff
Luciano Bestia
-7
/
+0
2021-02-13
Update crates/ide/src/folding_ranges.rs
Luciano
-2
/
+2
2021-02-05
simple comparison instead of regex
Luciano Bestia
-21
/
+7
2021-01-18
added region folding
Luciano Bestia
-8
/
+68
2020-12-04
Use items can also have doc comments
Lukas Wirth
-7
/
+6
2020-08-13
Rename ra_ide -> ide
Aleksey Kladov
-0
/
+422