File tree
10 files changed
+12
-3
lines changed10 files changed
+12
-3
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
- .azure/linux-bench.yml+2-2
- .azure/linux-stack.yml+1-1
- .azure/windows-stack.yml+5-9
- .gitignore+1-1
- bench-results/.artifactignore
- bench/README.md+2-2
- bench/config.yaml+17-1
- bench/exe/Main.hs+1-1
- bench/hist/Main.hs+83-58
- bench/lib/Experiments.hs+164-146
- bench/lib/Experiments/Types.hs+67
- cabal.project+2-3
- ghcide.cabal+10-21
- hie-compat/CHANGELOG.md+5
- hie-compat/LICENSE+201
- hie-compat/README.md+20
- hie-compat/hie-compat.cabal+67
- hie-compat/src-ghc810/Compat/HieAst.hs+1-1
- hie-compat/src-ghc810/Compat/HieBin.hs+1-1
- hie-compat/src-ghc86/Compat/HieAst.hs+3-3
- hie-compat/src-ghc86/Compat/HieBin.hs+2-2
- hie-compat/src-ghc86/Compat/HieDebug.hs+4-4
- hie-compat/src-ghc86/Compat/HieTypes.hs+1-1
- hie-compat/src-ghc86/Compat/HieUtils.hs+2-2
- hie-compat/src-ghc88/Compat/HieAst.hs+1-1
- hie-compat/src-ghc88/Compat/HieBin.hs+1-1
- session-loader/Development/IDE/Session.hs+12-3
- src/Development/IDE/Core/Compile.hs+191-129
- src/Development/IDE/Core/FileStore.hs+1-1
- src/Development/IDE/Core/OfInterest.hs+6-6
- src/Development/IDE/Core/RuleTypes.hs+69-39
- src/Development/IDE/Core/Rules.hs+196-143
- src/Development/IDE/GHC/Compat.hs+15-104
- src/Development/IDE/GHC/Orphans.hs+19-9
- src/Development/IDE/GHC/Util.hs+8-2
- src/Development/IDE/Import/DependencyInformation.hs+11-4
- src/Development/IDE/Import/FindImports.hs+8-5
- src/Development/IDE/LSP/Notifications.hs+1-1
- src/Development/IDE/Plugin/CodeAction.hs+64-23
- src/Development/IDE/Plugin/Completions.hs+3-3
- src/Development/IDE/Plugin/Completions/Logic.hs+11-11
- src/Development/IDE/Spans/AtPoint.hs+10-4
- src/Development/IDE/Spans/Common.hs+11-3
- src/Development/IDE/Spans/Documentation.hs+17-14
- src/Development/IDE/Spans/LocalBindings.hs+27-31
- src/Development/IDE/Types/Diagnostics.hs+1-1
- src/Development/IDE/Types/Exports.hs+18-1
- stack-ghc-lib.yaml+3
- stack.yaml+2-1
- stack810.yaml+2-1
- stack8101.yaml+2-1
- stack88.yaml+2-1
- test/data/TH/THB.hs-1
- test/data/hover/GotoHover.hs+3
- test/exe/Main.hs+187-50
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
0 commit comments