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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #2607
Araq
2015-04-26
1
-1
/
+1
*
fixes #2602
Araq
2015-04-26
1
-0
/
+1
*
fixes #2603
Araq
2015-04-26
2
-8
/
+8
*
Merge pull request #2605 from jyapayne/devel
Andreas Rumpf
2015-04-26
2
-2
/
+2
|
\
|
*
Fixed the paths of nimfix and nimsuggest to be relative.
Joey Payne
2015-04-25
2
-2
/
+2
*
|
fixes regression: overloading by 'var'
Araq
2015-04-25
3
-131
/
+140
*
|
marshalling can be done at compile-time
Araq
2015-04-25
8
-51
/
+404
*
|
fixes #2517
Araq
2015-04-25
8
-1835
/
+77
*
|
fixes #2600
Araq
2015-04-25
3
-20
/
+50
*
|
fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...
Araq
2015-04-25
5
-17
/
+38
*
|
fixes #2372
Araq
2015-04-25
2
-1
/
+13
|
/
*
Merge branch 'def--clean-speedup-2' into devel
Dominik Picheta
2015-04-24
5
-96
/
+317
|
\
|
*
Fix asyncdispatch on Windows.
Dominik Picheta
2015-04-24
2
-112
/
+111
|
*
Introduce FutureVar[T] to make recvLineInto safer.
Dominik Picheta
2015-04-24
3
-20
/
+74
|
*
Some small cleanup.
Dominik Picheta
2015-04-23
2
-8
/
+7
|
*
Merge branch 'clean-speedup-2' of https://github.com/def-/Nim into def--clean...
Dominik Picheta
2015-04-23
4
-99
/
+268
|
|
\
|
|
*
Rename clearStringTable to clear
def
2015-03-17
2
-3
/
+3
|
|
*
Some style cleanup
def
2015-03-17
1
-3
/
+3
|
|
*
Make respond a template again
def
2015-03-17
1
-11
/
+11
|
|
*
Move recvInto to asyncnet and don't export it
def
2015-03-17
2
-120
/
+120
|
|
*
Don't export readInto* templates
def
2015-03-17
1
-2
/
+2
|
|
*
Make recvLineInto a proc instead of template
def
2015-03-17
2
-52
/
+50
|
|
*
Rename resetStringTable to clearStringTable
def
2015-03-17
2
-2
/
+2
|
|
*
Remove unused newRequest proc
def
2015-03-17
1
-3
/
+0
|
|
*
Document asynchttpserver's respond template
def
2015-03-17
1
-1
/
+1
|
|
*
PNimrodNode -> NimNode in asyncdispatch
def
2015-03-17
1
-3
/
+3
|
|
*
Speed up asynchttpserver significantly using all the previous changes
def
2015-03-17
2
-47
/
+53
|
|
*
Make asyncnet usable when avoiding allocations.
def
2015-03-17
1
-61
/
+98
|
|
*
Make asyncdispatch usable when preventing allocations
def
2015-03-17
1
-0
/
+112
|
|
*
Make strtabs module usable when avoiding allocations
def
2015-03-17
1
-0
/
+6
|
|
*
Make uri module usable for faster URI parsing:
def
2015-03-17
1
-10
/
+23
*
|
|
Merge pull request #2598 from jyapayne/devel
Andreas Rumpf
2015-04-24
1
-1
/
+1
|
\
\
\
|
*
|
|
Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...
Joey Payne
2015-04-24
4
-10
/
+6
|
*
|
|
Added explicit imports for compiler modules to fix compiling nimsuggest.
Joey Payne
2015-04-24
3
-5
/
+9
*
|
|
|
Merge pull request #2601 from def-/fix-termios
Andreas Rumpf
2015-04-24
3
-16
/
+14
|
\
\
\
\
|
*
|
|
|
Fix Termios wrapper
def
2015-04-24
3
-16
/
+14
|
/
/
/
/
*
|
|
|
cleanups for underscores in tuple unpacking
Araq
2015-04-24
4
-42
/
+67
*
|
|
|
finishes #2566
Araq
2015-04-24
1
-2
/
+2
*
|
|
|
fixes #2466
Araq
2015-04-24
1
-52
/
+52
*
|
|
|
fixes #2533
Araq
2015-04-24
2
-2
/
+2
*
|
|
|
added test for #2536
Araq
2015-04-24
1
-0
/
+38
*
|
|
|
fixes #2335
Araq
2015-04-24
2
-3
/
+29
*
|
|
|
fixes #2524
Araq
2015-04-24
1
-1
/
+1
*
|
|
|
Merge pull request #2566 from nanoant/parser-diagnostic-location
Andreas Rumpf
2015-04-24
6
-4
/
+50
|
\
\
\
\
|
*
|
|
|
Parser: Test for exact missing ':' location column
Adam Strzelecki
2015-04-21
3
-0
/
+39
|
*
|
|
|
Parser: Fix location (line, col) for diagnostics
Adam Strzelecki
2015-04-21
2
-3
/
+7
|
*
|
|
|
msg: Output column numbers starting from 1
Adam Strzelecki
2015-04-21
1
-1
/
+4
*
|
|
|
|
Merge pull request #2437 from Araq/underscore-tuple-unpack
Andreas Rumpf
2015-04-24
4
-2
/
+44
|
\
\
\
\
\
|
*
|
|
|
|
Add sfGenSym for (_).
Dominik Picheta
2015-04-23
2
-12
/
+22
|
*
|
|
|
|
Merge branch 'devel' into underscore-tuple-unpack
Dominik Picheta
2015-04-23
171
-5423
/
+6930
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
[next]