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
...
|
*
|
compiler_ropes: TRope -> RopeObj, PRope* -> Rope*
Jacek Sieka
2015-04-01
1
-50
/
+56
|
*
|
compiler_ropes: toRope -> rope
Jacek Sieka
2015-04-01
1
-11
/
+17
|
*
|
ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in l...
Jacek Sieka
2015-04-01
2
-15
/
+30
|
*
|
compiler_ropes: ropef -> %, appf -> addf
Jacek Sieka
2015-04-01
1
-19
/
+21
|
*
|
compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component length
Jacek Sieka
2015-04-01
2
-65
/
+41
|
*
|
compiler_ropes: add `&` and add
Jacek Sieka
2015-04-01
1
-24
/
+37
|
*
|
compiler_ropes: ropeToStr -> $
Jacek Sieka
2015-04-01
13
-37
/
+32
|
*
|
compiler_ropes: don't expose newRope
Jacek Sieka
2015-04-01
3
-5
/
+5
|
*
|
compiler_ropes: ropeLen -> len
Jacek Sieka
2015-04-01
1
-2
/
+1
*
|
|
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
|
/
/
/
/
/
*
|
|
|
|
GC-safety error messages are useful now
Araq
2015-04-04
5
-10
/
+81
*
|
|
|
|
don't store the scope for routines
Araq
2015-04-04
4
-10
/
+11
*
|
|
|
|
docutils are gcsafe
Araq
2015-04-04
2
-497
/
+498
*
|
|
|
|
windows.nim is gcsafe
Araq
2015-04-04
1
-4
/
+6
*
|
|
|
|
preparations for better gcsafety messages
Araq
2015-04-04
2
-90
/
+90
*
|
|
|
|
better error message for implicit pragmas
Araq
2015-04-04
1
-0
/
+2
|
/
/
/
/
*
|
|
|
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
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2450 from yglukhov/docfix
Dominik Picheta
2015-04-03
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Doc fix: TProcessOption -> ProcessOption
yglukhov
2015-04-03
1
-1
/
+1
|
/
/
/
*
/
/
bugfixes for C++ codegen
Araq
2015-04-01
2
-249
/
+275
|
/
/
*
|
Merge pull request #2434 from yglukhov/epoch-time-js
Dominik Picheta
2015-03-31
1
-0
/
+2
|
\
\
|
*
|
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
3
-3
/
+31
*
|
doc updates; fixes 'inc' for 'char'
Araq
2015-03-29
8
-191
/
+97
|
/
*
fixes #2355
Araq
2015-03-28
2
-1
/
+16
*
Merge pull request #2419 from def-/dotdot
Andreas Rumpf
2015-03-28
10
-93
/
+93
|
\
|
*
Use `^` instead of `-` in slices
def
2015-03-28
10
-93
/
+93
|
/
*
fixes #2420; negative indexing for slicing is obsolete (breaking change!)
Araq
2015-03-28
8
-79
/
+82
*
fixes another regression
Araq
2015-03-27
1
-1
/
+2
*
Merge pull request #2417 from fowlmouth/patch-2
Andreas Rumpf
2015-03-27
2
-0
/
+50
|
\
|
*
Merge branch 'patch-2' of github.com:fowlmouth/Nimrod into patch
fowlmouth
2015-03-27
1
-0
/
+1
|
|
\
|
|
*
set type for symbols from getType()
Billingsly Wetherfordshire
2015-03-27
1
-0
/
+1
|
|
/
|
/
|
|
*
added test for symbol type
fowlmouth
2015-03-27
1
-0
/
+49
|
/
*
preparations for dealing with the 'echo $foo' gotcha
Araq
2015-03-27
4
-9
/
+19
*
fixes a regression related to the new typeOf parsing
Araq
2015-03-27
1
-0
/
+4
*
todo update
Araq
2015-03-27
2
-2
/
+1
[prev]
[next]