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: 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
*
suggest: quote operators and keywords on suggestion (#10460)
alaviss
2019-01-28
1
-0
/
+10
*
semcall: correct lineinfo for accquoted symbols (#10461)
alaviss
2019-01-27
1
-0
/
+2
*
compiler/sem: correct macros lineinfo (#10438)
alaviss
2019-01-24
1
-0
/
+13
*
compiler/sem*: better lineinfo for templates (#10428)
alaviss
2019-01-23
3
-2
/
+16
*
nimsuggest/tester: disable highlight tests for epc (#10426)
alaviss
2019-01-23
3
-2
/
+4
*
compiler/sem*: improve lineinfo for qualified and generic procs (#10427)
alaviss
2019-01-23
2
-0
/
+27
*
Correct lineinfo for accent quoted symbols in proc definition (#10399)
alaviss
2019-01-21
1
-0
/
+8
*
nimsuggest: add an option to bind to a free port (#10328)
alaviss
2019-01-16
1
-2
/
+15
*
fixes nim-lang/nimsuggest#76 (#10093)
alaviss
2018-12-25
2
-2
/
+30
*
Moved some code around in nimsuggest to avoid crash when run as library (#9818)
PMunch
2018-12-01
1
-8
/
+22
*
Made nimsuggest importable as a library and add Nim-path override option (#9784)
PMunch
2018-11-23
1
-1
/
+100
*
nimsuggest: fixes #96
Timothee Cour
2018-11-20
1
-2
/
+3
*
refs #9637 ; cleanup installation of nimsuggest (#9703)
Timothee Cour
2018-11-15
1
-1
/
+0
*
remove ---path:"../compiler" from nimsuggest/nimsuggest.nim.cfg
Timothee Cour
2018-11-07
1
-1
/
+0
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-18
/
+21
*
make config.nims behave like nim.cfg in terms of where these scripts are sear...
Timothee Cour
2018-08-30
1
-48
/
+25
*
add nim c -r nimsuggest/tester to travis (#8805)
Timothee Cour
2018-08-29
9
-2
/
+26
*
make more tests green
Andreas Rumpf
2018-08-13
1
-3
/
+3
*
cleanup nimsuggest tests a bit
Andreas Rumpf
2018-08-10
3
-11
/
+11
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-1
/
+0
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-16
/
+16
*
compiler API: final cleanups; improve security by diabling 'gorge' and friends
Andreas Rumpf
2018-05-29
2
-4
/
+8
*
vm now free of global variables
Andreas Rumpf
2018-05-28
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-33
/
+32
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-6
/
+6
*
make nimsuggest compile again
Andreas Rumpf
2018-05-14
1
-10
/
+10
*
make nimsuggest compile again
Andreas Rumpf
2018-05-13
1
-69
/
+77
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-4
/
+4
*
include help short option in processCmdLine (#7515)
skilchen
2018-04-06
1
-1
/
+1
*
nimsuggest: do not execute the .nims file when requested to auto-complete it
Araq
2018-03-22
1
-3
/
+3
*
Fixed printing nimsuggest commandline help message (#6863)
pqflx3
2017-12-02
1
-0
/
+3
[next]