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
...
*
more chatty error message for the 'discard' checking
Andreas Rumpf
2018-02-05
1
-1
/
+4
*
improve the error message for thread local variables
Andreas Rumpf
2018-02-05
1
-1
/
+1
*
fixes #5450
Andreas Rumpf
2018-02-04
1
-0
/
+4
*
fixes #7080
Andreas Rumpf
2018-02-04
1
-1
/
+4
*
improve the error messages regarding type mismatches in overloading resolution
Andreas Rumpf
2018-02-04
2
-4
/
+22
*
Merge branch 'devel' into araq-overloading-symmetry
Andreas Rumpf
2018-02-03
12
-32
/
+40
|
\
|
*
fixes #6961
Andreas Rumpf
2018-02-02
8
-8
/
+8
|
*
Small performance improvement in sempass2 (#7168)
cooldome
2018-02-01
1
-11
/
+8
|
*
Jump to definition on import will open the imported module (#7155)
Yuriy Glukhov
2018-01-31
1
-2
/
+2
|
*
Fixes codegen bug with literal negative zero, fixes #7079 (#7158)
GULPF
2018-01-31
3
-11
/
+22
*
|
make tests green again
Andreas Rumpf
2018-02-03
1
-16
/
+16
*
|
the .deprecated pragma for procs now supports a user-definable deprecation me...
Andreas Rumpf
2018-02-02
3
-3
/
+18
*
|
disabled non-documented overloading rule for templates and macros
Andreas Rumpf
2018-02-02
1
-13
/
+16
*
|
better type inference for numerical types; prerequisitive for version 1
Andreas Rumpf
2018-02-02
1
-3
/
+29
|
/
*
nimTypeNames feature: show generics properly
Andreas Rumpf
2018-01-31
1
-1
/
+2
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-01-31
1
-1
/
+1
|
\
|
*
Fixes #7140 (#7154)
Yuriy Glukhov
2018-01-30
1
-1
/
+1
*
|
fixes #7129
Andreas Rumpf
2018-01-30
4
-5
/
+5
|
/
*
Fixes nimsuggest#78 (#7151)
Yuriy Glukhov
2018-01-29
1
-9
/
+10
*
Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)
cooldome
2018-01-29
1
-1
/
+1
*
Merge branch 'devel' into araq-newlines
Araq
2018-01-28
2
-1
/
+9
|
\
|
*
fixes #6989
Andreas Rumpf
2018-01-27
1
-1
/
+6
|
*
JS codegen bugfix: don't crash on wrong importcpp patterns
Andreas Rumpf
2018-01-25
1
-0
/
+3
*
|
in triple line string literals the newline should be '\n' too
Araq
2018-01-28
1
-1
/
+1
*
|
fixes #7089
Andreas Rumpf
2018-01-24
3
-1
/
+20
|
/
*
basic 'lent T' test works
Andreas Rumpf
2018-01-21
3
-16
/
+19
*
fixes most recent iterators-as-expressions regression
Andreas Rumpf
2018-01-18
1
-2
/
+2
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-01-18
4
-5
/
+8
|
\
|
*
Custom pragmas in procs bug fix (#7086)
cooldome
2018-01-18
3
-5
/
+7
|
*
don't make optNilCheck default to on for now (#7058)
jcosborn
2018-01-17
1
-0
/
+1
*
|
fixes #7093
Andreas Rumpf
2018-01-18
1
-1
/
+17
|
/
*
GC improvements; distinguish between thread local and globals in the marking ...
Araq
2018-01-14
1
-2
/
+6
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-01-11
1
-16
/
+32
|
\
|
*
avoid creating temporary in genObjConstr if possible (#7032)
jcosborn
2018-01-11
1
-16
/
+32
*
|
introduce --symbolFiles:v2 as the next attempt to bring symbol files to Nim
Araq
2018-01-11
2
-1
/
+2
|
/
*
Fix struct packing for VCC. (#7049)
sleepyqt
2018-01-09
1
-2
/
+2
*
Implement custom annotations (#6987)
cooldome
2018-01-09
5
-42
/
+82
*
Merge branch 'devel' into nimv2
Andreas Rumpf
2018-01-08
2
-11
/
+18
|
\
|
*
fixes #7019
Andreas Rumpf
2018-01-08
1
-0
/
+8
|
*
fixes #7018
Andreas Rumpf
2018-01-08
1
-11
/
+10
*
|
sink type begins to compile
Andreas Rumpf
2018-01-08
3
-15
/
+30
*
|
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
33
-177
/
+182
*
|
Merge branch 'devel' into nimv2
Andreas Rumpf
2018-01-07
6
-11
/
+20
|
\
|
|
*
symbol files: introduce more switches for debugging
Andreas Rumpf
2018-01-07
6
-11
/
+20
*
|
work in progress: 'sink' and 'lent' types
Araq
2018-01-07
4
-5
/
+12
|
/
*
symbol files: do not regenerate method dispatchers for now
Andreas Rumpf
2018-01-04
1
-0
/
+4
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-01-04
9
-20
/
+64
|
\
|
*
jsgen: bool genConv generates boolean values instead of numeric (#7016)
qqquinta
2018-01-03
1
-2
/
+2
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-01-03
2
-3
/
+46
|
|
\
|
|
*
add support for building GUI applications with TCC (#7003)
oltolm
2017-12-31
1
-1
/
+1
[prev]
[next]