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
*
nimpretty: fixes #11616
Araq
2019-07-18
1
-6
/
+27
*
nimpretty: fixes #11699
Araq
2019-07-18
1
-7
/
+16
*
[refactoring] nimpretty
Araq
2019-07-18
1
-15
/
+29
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
70
-546
/
+525
*
fixes #11758 [nobackport]
Andreas Rumpf
2019-07-17
1
-1
/
+7
*
[refactoring] don't use 'defer'
Andreas Rumpf
2019-07-17
1
-13
/
+18
*
Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsg
Andreas Rumpf
2019-07-17
2
-51
/
+68
|
\
|
*
fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs
Timothee Cour
2019-07-08
2
-51
/
+68
*
|
Merge pull request #11751 from nim-lang/araq-fixes-11474
Andreas Rumpf
2019-07-17
1
-0
/
+3
|
\
\
|
*
|
fixes #11747
Andreas Rumpf
2019-07-17
1
-0
/
+3
*
|
|
fixes a critical 'nim secret' regression
Andreas Rumpf
2019-07-17
1
-1
/
+1
|
/
/
*
|
newruntime: progress to make 'async' work with --newruntime
Araq
2019-07-15
2
-2
/
+4
*
|
makes devel green again
Andreas Rumpf
2019-07-14
1
-1
/
+3
*
|
'nim check' stability improvements
Araq
2019-07-14
4
-8
/
+17
*
|
makes --styleCheck:error the default for the Nim compiler itself
Araq
2019-07-14
2
-5
/
+16
*
|
make 'koch temp' work again
Araq
2019-07-14
2
-13
/
+20
*
|
[refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...
Araq
2019-07-14
6
-432
/
+447
*
|
times: use posix constant instead of import (#11692)
Jacek Sieka
2019-07-13
1
-3
/
+0
*
|
fixes #11715 (#11721)
Andreas Rumpf
2019-07-13
1
-1
/
+1
*
|
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
[next]