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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
better run also considers the command line; fixes #11719 [feature]
Araq
2019-07-12
3
-1
/
+18
*
|
newruntime: refchecks:on|off switch
Araq
2019-07-12
5
-6
/
+14
*
|
fixes tcompiletimerange [bugfix] (#11720)
Andreas Rumpf
2019-07-12
2
-2
/
+25
*
|
[bugfix] VM: finally do inheritance properly
Araq
2019-07-12
1
-11
/
+12
*
|
koch/nim: completion of the 'better run' feature
Araq
2019-07-12
2
-2
/
+2
*
|
nimpretty: implement a --maxLineLen command line option
Araq
2019-07-12
1
-6
/
+6
*
|
JS codegen: supports toOpenArray [bugfix]
Araq
2019-07-12
1
-3
/
+9
*
|
nimpretty: fix #11700, no extra newlines (#11714)
Miran
2019-07-12
1
-15
/
+24
*
|
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
7
-19
/
+72
*
|
minor style changes
Araq
2019-07-11
3
-5
/
+5
*
|
minor style changes
Araq
2019-07-10
1
-1
/
+1
*
|
there is only one style -- my style
Araq
2019-07-10
8
-106
/
+106
*
|
fixes linter regressions
Araq
2019-07-10
3
-1
/
+3
*
|
fixes #10901
Araq
2019-07-10
1
-0
/
+2
*
|
fixes #11683
Araq
2019-07-10
1
-5
/
+6
*
|
fixes #11691
Araq
2019-07-10
1
-5
/
+5
*
|
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
42
-192
/
+185
*
|
linter: refactorings
Araq
2019-07-10
3
-55
/
+40
*
|
nim styleChecker: implemented all the missing features (bugfix)
Araq
2019-07-10
6
-50
/
+80
*
|
newruntime: async progress
Araq
2019-07-09
1
-1
/
+1
*
|
control flow graph: don't ignore yield statements
Araq
2019-07-09
1
-1
/
+1
*
|
newruntime: 'owned distinct' is a valid construct (required by async)
Araq
2019-07-09
1
-0
/
+1
*
|
nimpretty: more comment indentation fixes
narimiran
2019-07-09
1
-6
/
+7
*
|
nimpretty: more improvements
Araq
2019-07-09
1
-15
/
+22
*
|
nimpretty: code cleanups
Araq
2019-07-09
2
-13
/
+4
*
|
nimpretty: yet another improvement
Araq
2019-07-09
1
-1
/
+1
*
|
bugfix: allow type conversions between 'owned ref' types
Araq
2019-07-09
1
-1
/
+5
*
|
better error message for invalid types
Araq
2019-07-09
1
-1
/
+3
*
|
Offsetof fixes (#11690)
Arne Döring
2019-07-09
6
-80
/
+156
|
/
*
nimpretty: don't introduce extra spaces after a colon or a comma (#11672)
Miran
2019-07-07
1
-3
/
+7
*
fixes #11350
Araq
2019-07-07
1
-3
/
+18
*
fixes #11660 (#11677)
Andreas Rumpf
2019-07-07
1
-1
/
+4
*
fixes #11671
Andreas Rumpf
2019-07-07
1
-1
/
+1
*
improved the error message for #11494; closes #11494
Andreas Rumpf
2019-07-06
1
-2
/
+2
*
fixes #3333
Andreas Rumpf
2019-07-06
1
-6
/
+6
*
fixes #8316 (#11673)
Andreas Rumpf
2019-07-06
1
-7
/
+15
*
fixes #7057
Andreas Rumpf
2019-07-06
1
-1
/
+1
*
nimpretty: improved detection of commas and semicolons (#11661)
Miran
2019-07-06
1
-4
/
+11
*
introduce internal Int128 type, use it to fix case stmt checks (#11652)
Arne Döring
2019-07-05
5
-11
/
+539
*
nimpretty: don't touch formatted multiline comments (#11663)
Miran
2019-07-05
1
-19
/
+27
*
Fixes #11662: render ops priority (#11664)
cooldome
2019-07-05
1
-4
/
+7
*
nimpretty: nicer debugging [ci skip]
narimiran
2019-07-05
1
-1
/
+1
*
nimpretty: relax line length rules when dealing with (inline) comments (#11657)
Miran
2019-07-05
1
-5
/
+7
*
fix #11651 exportc symbol not exported, leading to link error (#11658)
Timothee Cour
2019-07-05
1
-3
/
+2
*
fixes #11610 (#11659)
Andreas Rumpf
2019-07-05
3
-5
/
+8
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
3
-1
/
+9
*
nimpretty: fix out of bounds error [ci skip]
narimiran
2019-07-04
1
-2
/
+3
*
nimpretty: nimpretty now understands splitting newlines
Araq
2019-07-04
2
-8
/
+34
*
nimpretty: distinguish between the different kinds of newlines in Nim
Araq
2019-07-04
1
-10
/
+16
*
fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...
Timothee Cour
2019-07-03
3
-13
/
+20
[prev]
[next]