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
*
Fixes #5452
Yuriy Glukhov
2017-02-28
1
-1
/
+1
*
finish tool can use 'nimgrab' tool to download the mingw version
Araq
2017-02-26
1
-1
/
+2
*
Merge pull request #5317 from rokups/feature/coroutines
Andreas Rumpf
2017-02-26
3
-55
/
+2
|
\
|
*
Removed fasm support.
Rokas Kupstys
2017-02-20
3
-55
/
+2
*
|
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
6
-17
/
+17
*
|
fixes a minor codegen issue where name mangling could produce an identifier u...
Araq
2017-02-26
4
-10
/
+10
*
|
fixes #5439
Araq
2017-02-26
1
-4
/
+5
*
|
fixes #5430
Araq
2017-02-26
10
-41
/
+42
*
|
fixes #5432
Araq
2017-02-26
1
-1
/
+2
*
|
another attempt to make test green again
Araq
2017-02-24
1
-2
/
+10
*
|
make tests green again
Andreas Rumpf
2017-02-24
1
-0
/
+1
*
|
fixes a multimethod regression
Andreas Rumpf
2017-02-24
2
-6
/
+22
*
|
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-24
28
-230
/
+136
|
\
\
|
*
|
fixes #5417
Andreas Rumpf
2017-02-24
4
-7
/
+10
|
*
|
fixes #5419
Andreas Rumpf
2017-02-24
1
-1
/
+5
|
*
|
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
24
-222
/
+122
|
|
/
*
|
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-22
4
-13
/
+29
|
\
|
|
*
Enabled explicitly unknown lock levels (#5409)
Fabian Keller
2017-02-20
1
-1
/
+7
|
*
new feature: .used pragma to suppress declared-but-not-used warning
Araq
2017-02-17
2
-10
/
+14
|
*
fixes #5404
Araq
2017-02-17
1
-1
/
+7
|
*
update code from a time when unsigned didn't exist
Araq
2017-02-16
1
-1
/
+1
*
|
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
28
-210
/
+220
*
|
nimsuggest: added --refresh command line option; added 'known' command; fixes...
Andreas Rumpf
2017-02-22
1
-1
/
+3
*
|
Merge branch 'devel' into faster-nimsuggest
Andreas Rumpf
2017-02-17
18
-38
/
+98
|
\
|
|
*
fixes #5391
Araq
2017-02-16
1
-1
/
+1
|
*
fixes #5400
Araq
2017-02-16
1
-2
/
+5
|
*
fixes #5405
Araq
2017-02-16
3
-10
/
+22
|
*
fixes #5399
Araq
2017-02-16
1
-1
/
+1
|
*
resolved conflict
Araq
2017-02-16
1
-4
/
+5
|
|
\
|
|
*
fixes #5402
Araq
2017-02-16
1
-4
/
+5
|
|
*
fixes #5383
Araq
2017-02-16
9
-12
/
+43
|
|
*
compiler debug proc: also output node flags
Araq
2017-02-16
1
-0
/
+1
|
*
|
make tests green again
Araq
2017-02-16
1
-1
/
+3
|
*
|
make more tests green
Araq
2017-02-16
2
-5
/
+10
|
*
|
fixes #5383
Araq
2017-02-16
9
-12
/
+43
|
*
|
compiler debug proc: also output node flags
Araq
2017-02-15
1
-0
/
+1
|
|
/
|
*
C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto...
Araq
2017-02-14
2
-6
/
+9
|
*
compile external .c files with the C compiler, not with C++; refs #5357
Araq
2017-02-14
1
-6
/
+8
|
*
fixes #5354
Araq
2017-02-11
1
-5
/
+5
*
|
get rid of debug output
Andreas Rumpf
2017-02-15
1
-3
/
+0
*
|
remove debug output
Andreas Rumpf
2017-02-14
1
-1
/
+0
*
|
nimsuggest uses multithreading and full project recompiles
Andreas Rumpf
2017-02-13
3
-4
/
+12
*
|
improve error message for mismatched proc types
Andreas Rumpf
2017-02-10
2
-13
/
+43
*
|
added missing file
Andreas Rumpf
2017-02-09
1
-0
/
+9
*
|
disable transitive closure computations; only semcheck procs that have the cu...
Andreas Rumpf
2017-02-09
3
-25
/
+41
|
/
*
fixes #5339
Andreas Rumpf
2017-02-09
1
-7
/
+64
*
fixes #5185
Andreas Rumpf
2017-02-08
1
-0
/
+1
*
fixes #5352
Araq
2017-02-08
1
-1
/
+3
*
macros are now checked to not produce cyclic ASTs
Andreas Rumpf
2017-02-08
2
-2
/
+13
*
downloader changes
Araq
2017-02-07
1
-1
/
+1
[next]