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
*
'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
*
minor update for the genode target
Araq
2019-07-14
2
-2
/
+2
*
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
*
os: confine osErrorMsg example to Linux (#11725)
alaviss
2019-07-13
1
-1
/
+1
*
times: use posix constant instead of import (#11692)
Jacek Sieka
2019-07-13
2
-12
/
+4
*
fixes #11715 (#11721)
Andreas Rumpf
2019-07-13
2
-1
/
+9
*
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
*
made --newruntime ready for multi-threading
Araq
2019-07-12
1
-5
/
+21
*
atomics.nim: minor improvements
Araq
2019-07-12
1
-1
/
+1
*
documented --newruntime switch
Araq
2019-07-12
1
-1
/
+4
*
preparations to be able to use atomics in runtime_v2.nim
Araq
2019-07-12
1
-11
/
+16
*
fixes tcompiletimerange [bugfix] (#11720)
Andreas Rumpf
2019-07-12
3
-7
/
+29
*
Moved 'Case statement macros' documentation out of manual into manual_experim...
Ico Doornekamp
2019-07-12
2
-51
/
+51
*
[bugfix] VM: finally do inheritance properly
Araq
2019-07-12
2
-21
/
+36
*
koch/nim: completion of the 'better run' feature
Araq
2019-07-12
3
-4
/
+6
*
document 'nim' defines prefix
Araq
2019-07-12
1
-0
/
+3
*
nimpretty: implement a --maxLineLen command line option
Araq
2019-07-12
2
-7
/
+12
*
JS codegen: supports toOpenArray [bugfix]
Araq
2019-07-12
4
-14
/
+30
*
koch temp bugfix
Araq
2019-07-12
1
-3
/
+2
*
nimpretty: fix #11700, no extra newlines (#11714)
Miran
2019-07-12
3
-15
/
+64
*
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
10
-24
/
+88
*
Give NilAccessError a message (#11706)
Dominik Picheta
2019-07-11
1
-1
/
+1
*
make async tests green again
Andreas Rumpf
2019-07-11
3
-8
/
+12
*
minor style changes
Araq
2019-07-11
15
-110
/
+134
*
minor style changes
Araq
2019-07-10
11
-56
/
+60
*
make tests green again
Araq
2019-07-10
1
-5
/
+5
*
there is only one style -- my style
Araq
2019-07-10
16
-213
/
+232
*
fixes linter regressions
Araq
2019-07-10
4
-3
/
+15
*
make editdistance work with --styleCheck:error
Araq
2019-07-10
1
-108
/
+108
*
fixes #10901
Araq
2019-07-10
1
-0
/
+2
*
fixes #11683
Araq
2019-07-10
1
-5
/
+6
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
17
-98
/
+98
*
fixes #11691
Araq
2019-07-10
1
-5
/
+5
*
[feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...
Huy
2019-07-10
5
-1
/
+24
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
90
-652
/
+680
*
Make public additional types from sha1 module [feature] (#11694)
Ivan Bobev
2019-07-10
2
-2
/
+3
*
linter: refactorings
Araq
2019-07-10
3
-55
/
+40
*
style changes
Araq
2019-07-10
1
-12
/
+12
*
nim styleChecker: implemented all the missing features (bugfix)
Araq
2019-07-10
7
-50
/
+110
*
minor system.nim style changes
Araq
2019-07-10
1
-3
/
+3
*
koch temp: use -d:leanCompiler if possible
Araq
2019-07-10
1
-1
/
+3
*
[other] prettify collections (#11695)
Miran
2019-07-09
14
-186
/
+209
*
newruntime: async progress
Araq
2019-07-09
3
-11
/
+27
*
control flow graph: don't ignore yield statements
Araq
2019-07-09
1
-1
/
+1
*
newruntime: map system.reset to =destroy
Araq
2019-07-09
1
-2
/
+10
*
closes #11551 (#11693)
Arne Döring
2019-07-09
1
-0
/
+13
*
newruntime: 'owned distinct' is a valid construct (required by async)
Araq
2019-07-09
1
-0
/
+1
[next]