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
*
destructors: lift type bound ops to objects and arrays etc
Andreas Rumpf
2017-10-17
4
-32
/
+71
*
destructors: bugfix: lhs of assignment is irrelevant
Andreas Rumpf
2017-10-17
1
-2
/
+1
*
destructors: preparations for upcoming changes
Araq
2017-10-17
8
-8
/
+27
*
make the Windows build green again
Araq
2017-10-17
1
-2
/
+3
*
Constants can contain objects (excluding object variants)
Daniil Yarancev
2017-10-16
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2017-10-16
4
-9
/
+14
*
fixes the Windows build
Andreas Rumpf
2017-10-16
1
-4
/
+6
*
Merge pull request #6491 from indianpojken/patch-1
Dominik Picheta
2017-10-16
1
-0
/
+32
|
\
|
*
Update streams.nim
indianpojken
2017-10-16
1
-8
/
+8
|
*
Adds uintX variants to read/peek procs
indianpojken
2017-10-09
1
-0
/
+32
*
|
fixes #1137
Andreas Rumpf
2017-10-16
2
-12
/
+28
*
|
todo.txt updates
Andreas Rumpf
2017-10-16
1
-3
/
+0
*
|
Merge pull request #6495 from GULPF/Fix-countLeapYears
Dominik Picheta
2017-10-16
2
-1
/
+7
|
\
\
|
*
|
Fix countLeapYears
Oscar NihlgÄrd
2017-10-10
2
-1
/
+7
*
|
|
Refac of lists module (#6400)
GULPF
2017-10-16
1
-105
/
+32
*
|
|
Add hint about computing powers between integers (#6419)
Federico Ceratto
2017-10-16
1
-0
/
+2
*
|
|
fixes #5007
Araq
2017-10-16
1
-5
/
+19
*
|
|
Add a test-case for #1641
Daniil Yarancev
2017-10-16
1
-0
/
+20
*
|
|
fixes #5143
Araq
2017-10-16
2
-4
/
+4
*
|
|
fixes #3558
Araq
2017-10-16
2
-15
/
+17
*
|
|
fixes #6511
Araq
2017-10-16
1
-7
/
+0
*
|
|
documentation: add 'sexp' module
Araq
2017-10-16
1
-1
/
+1
*
|
|
minor update of the manual
Araq
2017-10-16
1
-3
/
+3
*
|
|
some progress on the nimpretty tool; still not ready
Araq
2017-10-16
4
-17
/
+79
*
|
|
fixes an off-by-one error for nimpretty
Araq
2017-10-16
1
-1
/
+1
*
|
|
closes #5070
Andreas Rumpf
2017-10-15
3
-23
/
+14
*
|
|
fixes #6496
Andreas Rumpf
2017-10-15
1
-1
/
+1
*
|
|
Update json.nim (#6513)
Daniil Yarancev
2017-10-15
1
-3
/
+9
*
|
|
Little spelling fix in unicode module
Dominik Picheta
2017-10-15
1
-1
/
+1
*
|
|
make tests green again
Andreas Rumpf
2017-10-15
2
-1
/
+2
*
|
|
make nnkGotoState and labels more flexible
Andreas Rumpf
2017-10-15
1
-5
/
+11
*
|
|
make httpclient compile again via a workaround
Araq
2017-10-15
1
-2
/
+5
*
|
|
fixes #4910
Araq
2017-10-14
2
-4
/
+15
*
|
|
fixes #5620
Araq
2017-10-14
2
-12
/
+15
*
|
|
fixes #6487
Araq
2017-10-14
1
-10
/
+22
*
|
|
minor refactorings for better destructors
Andreas Rumpf
2017-10-14
7
-17
/
+51
*
|
|
improve code generation for custom strings/seqs
Andreas Rumpf
2017-10-14
2
-4
/
+4
*
|
|
Merge pull request #6504 from Yardanico/patch-8
Dominik Picheta
2017-10-14
5
-151
/
+25
|
\
\
\
|
*
|
|
@dom96's comments: remove bountysource, revert configurator change.
Daniil Yarancev
2017-10-14
3
-142
/
+1
|
*
|
|
[JSON] getBVal -> getBool; getFNum -> getFloat
Daniil Yarancev
2017-10-14
5
-15
/
+30
*
|
|
|
Fixes req w/ both Content-Length & Connection: close headers.
Dominik Picheta
2017-10-13
1
-4
/
+18
|
/
/
/
*
|
|
Fixes issues with URI concatenation when URI has no path.
Dominik Picheta
2017-10-13
1
-2
/
+11
*
|
|
new destroyer pass works with procs too
Andreas Rumpf
2017-10-13
4
-9
/
+11
*
|
|
added a test case for --newruntime
Andreas Rumpf
2017-10-13
1
-0
/
+97
*
|
|
introduce --newruntime switch for the upcoming destructors and move semantics
Andreas Rumpf
2017-10-13
6
-11
/
+19
*
|
|
simple programs now work with the new destroyer pass
Andreas Rumpf
2017-10-12
4
-56
/
+60
*
|
|
code cleanups for the upcoming reworked destructors
Andreas Rumpf
2017-10-12
3
-64
/
+6
*
|
|
make threadpool care about minPoolSize
Andreas Rumpf
2017-10-12
1
-0
/
+10
*
|
|
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
8
-121
/
+178
*
|
|
do not produce the annoying small 'l' warning
Andreas Rumpf
2017-10-10
1
-7
/
+1
|
/
/
[next]