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
*
added system.newSeqOfCap for improved efficiency
Andreas Rumpf
2016-07-15
7
-4
/
+47
*
prepare for #3898
Andreas Rumpf
2016-07-15
2
-4
/
+23
*
version 1 battle plan
Andreas Rumpf
2016-07-15
1
-13
/
+13
*
better be safe than sorry
Andreas Rumpf
2016-07-15
1
-1
/
+2
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
26
-46
/
+46
*
rollback of nimsuggest improvement until we figured out the reasons
Andreas Rumpf
2016-07-15
2
-9
/
+13
*
fixes #2758
Andreas Rumpf
2016-07-15
2
-3
/
+4
*
fixes #3545
Andreas Rumpf
2016-07-15
1
-6
/
+7
*
fixes #3548
Andreas Rumpf
2016-07-15
3
-8
/
+26
*
decent error message for 'var T' problems
Andreas Rumpf
2016-07-15
2
-15
/
+16
*
Merge pull request #4489 from oderwat/faq-vscode
Dominik Picheta
2016-07-14
1
-1
/
+2
|
\
|
*
Added Visual Studio Code editor support to FAQ
Hans Raaf
2016-07-14
1
-1
/
+2
|
/
*
patchFile: support properly
Andreas Rumpf
2016-07-14
1
-3
/
+5
*
nimscript.patchFile supports $lib and stuff
Araq
2016-07-14
1
-1
/
+1
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2016-07-14
34
-75
/
+361
|
\
|
*
docgen improvement: hidden 'attachedType' span is generated for upcoming docg...
Andreas Rumpf
2016-07-13
1
-1
/
+51
|
*
--listCmd also needs to affect linking step
Andreas Rumpf
2016-07-13
2
-3
/
+2
|
*
nimsuggest: dependencies are recalculated properly
Andreas Rumpf
2016-07-13
1
-6
/
+7
|
*
the Nim compiler supports the jsondoc2 command
Andreas Rumpf
2016-07-13
4
-25
/
+64
|
*
fixes #3706
Andreas Rumpf
2016-07-13
5
-1
/
+47
|
*
fixes #2730
Andreas Rumpf
2016-07-13
1
-2
/
+2
|
*
Merge pull request #4480 from apahl/devel
Andreas Rumpf
2016-07-12
1
-0
/
+33
|
|
\
|
|
*
use table literal syntax
Axel Pahl
2016-07-12
1
-2
/
+2
|
|
*
explain difference between Table and TableRef in tables.nim
Axel Pahl
2016-07-12
1
-0
/
+33
|
*
|
fixes #4429
Andreas Rumpf
2016-07-12
1
-1
/
+3
|
*
|
fixes #4358
Andreas Rumpf
2016-07-12
1
-3
/
+6
|
|
/
|
*
fixes #4301
Andreas Rumpf
2016-07-12
1
-0
/
+3
|
*
fixes edge cases in the lexer
Andreas Rumpf
2016-07-12
1
-3
/
+5
|
*
fixes #4471
Andreas Rumpf
2016-07-12
2
-3
/
+26
|
*
fixes a critical JS codegen bug which caused 'importcpp' statements not to be...
Andreas Rumpf
2016-07-11
1
-0
/
+1
|
*
fixes a strange JS codegen bug
Andreas Rumpf
2016-07-11
1
-0
/
+2
|
*
Merge pull request #4476 from yglukhov/gc-trace-fix
Andreas Rumpf
2016-07-11
1
-8
/
+14
|
|
\
|
|
*
Fixed crash with leakDetector and threads enabled.
Yuriy Glukhov
2016-07-11
1
-8
/
+14
|
*
|
Merge pull request #4477 from kierdavis/4475-segfault
Andreas Rumpf
2016-07-11
2
-2
/
+8
|
|
\
\
|
|
*
|
Add regression test for fix for #4475
Kier Davis
2016-07-11
1
-0
/
+6
|
|
*
|
Fix #4475
Kier Davis
2016-07-11
1
-2
/
+2
|
|
|
/
|
*
|
Merge pull request #4474 from mbaulch/fix3516
Andreas Rumpf
2016-07-11
2
-2
/
+19
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Recursively check literals for tyEmpty.
Matthew Baulch
2016-07-11
2
-2
/
+19
|
*
|
Merge pull request #4472 from mbaulch/fix4422
Andreas Rumpf
2016-07-11
1
-0
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC.
Matthew Baulch
2016-07-11
1
-0
/
+2
|
|
/
|
*
make tests green again
Andreas Rumpf
2016-07-10
6
-12
/
+5
|
*
Merge pull request #4469 from FedericoCeratto/patch-11
Andreas Rumpf
2016-07-10
1
-1
/
+1
|
|
\
|
|
*
Fix "string literal as key expected" error
Federico Ceratto
2016-07-09
1
-1
/
+1
|
*
|
make hint/warning work properly after Nimscript execution
Andreas Rumpf
2016-07-09
1
-0
/
+1
|
|
/
|
*
Nimscript: added support for 'patchFile'
Andreas Rumpf
2016-07-09
7
-3
/
+52
|
*
undocumented feature: JS backend: unit and group separators generate hash and...
Andreas Rumpf
2016-07-09
1
-1
/
+9
*
|
merged
Araq
2016-07-08
72
-1790
/
+4784
|
\
|
|
*
Fixes a critical JS codegen bug about @ in call pattern
Andreas Rumpf
2016-07-08
1
-0
/
+1
|
*
Nimscript supports hint() and warning() procs; refs #3688
Andreas Rumpf
2016-07-08
4
-3
/
+24
|
*
fixes #3055
Andreas Rumpf
2016-07-08
2
-1
/
+29
[next]