index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nimsuggest
Commit message (
Expand
)
Author
Age
Files
Lines
*
nimsuggest prioritize non-deprecated suggestions (#16816)
Saem Ghani
2021-01-29
2
-10
/
+12
*
regression test for nim-lang/nimsuggest#58 (#16817)
Saem Ghani
2021-01-25
1
-0
/
+22
*
fixed nim-lang/nimsuggest#48 type aware sug (#16814)
Saem Ghani
2021-01-25
2
-3
/
+29
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-1
/
+1
*
fixes nim-lang/nimsuggest#103 con dot exprs (#16657)
Saem Ghani
2021-01-12
1
-2
/
+32
*
fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)
Saem Ghani
2021-01-11
1
-0
/
+18
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
fixes nim-lang/nimsuggest#119 outline includes (#16608)
Saem Ghani
2021-01-06
1
-2
/
+8
*
nimsuggest: fix and re-enable old tests (#16401)
Saem Ghani
2020-12-27
19
-376
/
+292
*
use hexchar in stdlib (#16290)
flywind
2020-12-17
1
-8
/
+2
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-2
/
+2
*
rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ...
Timothee Cour
2020-11-20
1
-2
/
+2
*
suggest: try to find the implementation of a symbol when def is used (#15555)
alaviss
2020-10-14
1
-0
/
+13
*
refactoring: removed cmdlinehelper.mainCommand callback
Andreas Rumpf
2020-10-11
1
-6
/
+8
*
* honor --errorMax even for tools (eg drnim, nim doc) (#14546)
Timothee Cour
2020-06-02
1
-4
/
+2
*
Change severity of template instantiation message [backport] (#14526)
Danil Yarantsev
2020-06-01
1
-0
/
+13
*
Fix `compiles` for nimsuggest [backport] (#14527)
Danil Yarantsev
2020-06-01
1
-0
/
+8
*
Remove the uses of {.procvar.} pragma (#14359)
Kaushal Modi
2020-05-15
1
-7
/
+7
*
compiler/suggest: highlight squashed operators (#11796)
alaviss
2020-04-20
1
-0
/
+11
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-3
/
+3
*
fix nimsuggest warning (#13699)
Jasper Jenkins
2020-03-20
3
-7
/
+4
*
fix .deprecated. object typedef crash (#13643)
Andy Davidoff
2020-03-16
2
-8
/
+7
*
Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597)
alaviss
2020-03-06
1
-4
/
+4
*
nimsuggest: don't add CRLF to replies (#13545)
alaviss
2020-03-04
1
-4
/
+4
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+0
*
fix nimsuggest deprecation warnings (#12772)
Jasper Jenkins
2019-11-30
1
-2
/
+2
*
remove unused imports
narimiran
2019-11-06
1
-4
/
+3
*
compiler/suggest: add variable support to `con` (#12569)
alaviss
2019-11-04
1
-0
/
+12
*
compiler/semtypes: improve lineinfo for exported object fields (#12495)
alaviss
2019-10-25
1
-0
/
+11
*
compiler/semcall: return the correct lineinfo for nkCallStrLit (#12484)
alaviss
2019-10-24
1
-0
/
+11
*
nimsuggest: add a command that returns the project file (#12411)
alaviss
2019-10-11
1
-1
/
+10
*
nimsuggest: add option to force finding the project file (#12409)
alaviss
2019-10-11
1
-1
/
+10
*
nimsuggest: fix tcp socket leak for epc backend (#12384) [backport]
alaviss
2019-10-08
1
-1
/
+1
*
nimsuggest: fix tcp socket leak (#12377) [backport]
alaviss
2019-10-08
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
2
-2
/
+2
*
fixes #12125 (#12131)
Andreas Rumpf
2019-09-06
1
-0
/
+0
*
minor style changes
Araq
2019-07-11
2
-10
/
+10
*
[bugfix] fix #11482, fix nimsuggest range error (#11519)
Miran
2019-06-17
1
-2
/
+2
*
[other] nimsuggest: adhere to our style guide
Araq
2019-06-13
1
-2
/
+2
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-0
/
+1
*
update nimsuggest
Araq
2019-05-27
1
-39
/
+15
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
move assertions and iterators out of system.nim (#10597)
Miran
2019-03-07
2
-3
/
+2
*
nimsuggest: make use project file name if none given for 'sug' command; allow...
Andreas Rumpf
2019-03-04
1
-4
/
+8
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
1
-30
/
+25
*
better docs: osproc (#10708)
Miran
2019-02-19
2
-3
/
+3
*
document proper imports, fixes #8164 (#10698)
Miran
2019-02-19
1
-0
/
+2
*
compiler/types: correctly generates signature for non-proc types (#10658)
alaviss
2019-02-13
1
-0
/
+12
*
nimsuggest: only log when logging is enabled (#10646)
alaviss
2019-02-13
1
-2
/
+2
*
compiler/[msgs, suggest]: improve highlighter accuracy (#10496)
alaviss
2019-02-07
2
-0
/
+21
[next]