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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
added system.typed and system.untyped aliases
Araq
2015-04-07
1
-0
/
+4
*
Merge pull request #2428 from arnetheduck/comp-lib-ropes
Andreas Rumpf
2015-04-06
1
-12
/
+13
|
\
|
*
ropes: remove more unnecessary checks
Jacek Sieka
2015-04-03
1
-3
/
+3
|
*
ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in l...
Jacek Sieka
2015-04-01
1
-14
/
+15
*
|
Added accessor procs with default params for JsonNodes.
Dominik Picheta
2015-04-05
1
-0
/
+43
*
|
Merge pull request #2443 from yglukhov/dom-reinherit
Andreas Rumpf
2015-04-05
1
-89
/
+81
|
\
\
|
*
|
Correct dom objects inheritance.
yglukhov
2015-04-01
1
-89
/
+81
|
|
/
*
|
Merge pull request #2452 from apense/patch-1
Andreas Rumpf
2015-04-05
1
-0
/
+2
|
\
\
|
*
|
Update system.nim
apense
2015-04-03
1
-0
/
+2
*
|
|
Merge pull request #2455 from def-/iup
Andreas Rumpf
2015-04-05
1
-114
/
+114
|
\
\
\
|
*
|
|
Make iup wrapper work with iup 3.1
def
2015-04-04
1
-114
/
+114
*
|
|
|
Merge pull request #2464 from reactormonk/math-no-side-effect
Andreas Rumpf
2015-04-05
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
no side effects on math procs, fixes #2458
Simon Hafner
2015-04-04
1
-0
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #2461 from ReneSac/devel
reactormonk
2015-04-05
1
-174
/
+175
|
\
\
\
\
|
*
|
|
|
Fix warning about sets.testModule() not used.
ReneSac
2015-04-04
1
-174
/
+175
|
|
/
/
/
*
/
/
/
some better sysassert messages
Simon Hafner
2015-04-04
1
-2
/
+2
|
/
/
/
*
|
|
docutils are gcsafe
Araq
2015-04-04
2
-497
/
+498
*
|
|
windows.nim is gcsafe
Araq
2015-04-04
1
-4
/
+6
|
/
/
*
|
Merge pull request #2444 from yglukhov/doc-fix
Andreas Rumpf
2015-04-03
1
-1
/
+1
|
\
\
|
*
|
Fixed doc generation on mac.
yglukhov
2015-04-02
1
-1
/
+1
|
|
/
*
|
Merge pull request #2441 from TheAnonymous/devel
Andreas Rumpf
2015-04-03
1
-1
/
+2
|
\
\
|
*
|
fixes https://github.com/Araq/Nim/issues/2116
Jakob Oesterling
2015-04-01
1
-1
/
+2
|
|
/
*
/
Doc fix: TProcessOption -> ProcessOption
yglukhov
2015-04-03
1
-1
/
+1
|
/
*
Implemented epochTime function for JS target.
yglukhov
2015-03-31
1
-0
/
+2
*
Fix infinite recursion when await is in except body.
Dominik Picheta
2015-03-30
1
-3
/
+3
*
Use `^` instead of `-` in slices
def
2015-03-28
5
-68
/
+68
*
fixes #2420; negative indexing for slicing is obsolete (breaking change!)
Araq
2015-03-28
2
-55
/
+55
*
preparations for dealing with the 'echo $foo' gotcha
Araq
2015-03-27
1
-3
/
+3
*
todo update
Araq
2015-03-27
1
-1
/
+1
*
disallow negative indexing
Araq
2015-03-27
1
-14
/
+10
*
Merge pull request #2413 from def-/fix-gcusebitvectors
Andreas Rumpf
2015-03-26
1
-1
/
+1
|
\
|
*
Fix proc call in gc_ms
def
2015-03-26
1
-1
/
+1
*
|
implemented a[^1] notation
Araq
2015-03-26
1
-2
/
+10
|
/
*
fixes #2395
Araq
2015-03-24
1
-6
/
+4
*
Clean up returns in xmldom a bit
def
2015-03-24
1
-9
/
+7
*
Fix fenv.fpRadix
def
2015-03-24
1
-1
/
+1
*
breaking change: 'concept' is now a keyword and used instead of 'generic'
Araq
2015-03-23
1
-222
/
+224
*
Use <time.h> instead of <sys/time.h> for tzset and time_t
def
2015-03-23
1
-73
/
+73
*
Merge pull request #2385 from jschweinsberg/asyncSmtp
Dominik Picheta
2015-03-23
1
-1
/
+1
|
\
|
*
Fixed typo which prevented to send mails via AsyncSmtp
jschweinsberg
2015-03-22
1
-1
/
+1
*
|
fixes match on empty peg match, #2354
Simon Hafner
2015-03-22
1
-20
/
+26
|
/
*
prepare for upcoming parsing change of unary operators
Araq
2015-03-22
3
-20
/
+20
*
Merge pull request #2357 from reactormonk/zero-length-match
Andreas Rumpf
2015-03-22
1
-15
/
+21
|
\
|
*
re.match returns true on zero-length match #2354
Simon Hafner
2015-03-16
1
-15
/
+21
*
|
Fixed Tdirent definition for OS X and BSD.
Reimer Behrends
2015-03-22
1
-1
/
+1
*
|
fixes #2116
Araq
2015-03-22
1
-4
/
+5
*
|
Add cpuRelax assembler for other platforms
def
2015-03-21
1
-54
/
+57
*
|
fixes #1805
Araq
2015-03-21
1
-0
/
+10
*
|
codegen doesn't produce line tracing commands anymore; fixes #1344
Araq
2015-03-21
1
-8
/
+4
*
|
Merge pull request #2358 from gradha/pr_expands_paths_in_find_exe
Dominik Picheta
2015-03-20
1
-2
/
+7
|
\
\
[next]