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
...
|
*
|
make tests green again
Araq
2018-08-21
1
-1
/
+1
|
*
|
some progress on destructors for builtin seqs
Andreas Rumpf
2018-08-20
2
-2
/
+6
|
*
|
fixes merge conflict
Andreas Rumpf
2018-08-19
43
-303
/
+456
|
|
\
\
|
|
*
|
exploit the fact that empty seqs don't have to allocate in the code generator
Andreas Rumpf
2018-08-18
2
-8
/
+15
|
*
|
|
make at least bootstrapping work
Araq
2018-08-05
21
-158
/
+326
|
|
\
\
\
|
|
*
\
\
Merge branch 'devel' into araq-fixes-7833
Araq
2018-08-04
1
-1
/
+1
|
|
|
\
\
\
|
|
*
|
|
|
emit the write barrier also for addChar
Araq
2018-08-04
1
-1
/
+7
|
|
*
|
|
|
Merge branch 'devel' into araq-fixes-7833
Araq
2018-08-04
10
-78
/
+186
|
|
|
\
\
\
\
|
|
*
|
|
|
|
change formating to avoid a compiler warning
Araq
2018-07-31
1
-1
/
+1
|
|
*
|
|
|
|
also fixes setLen and string concats; refs #7833
Araq
2018-07-31
1
-8
/
+19
|
|
*
|
|
|
|
fixes #7833; still to-do: fix setLen
Araq
2018-07-30
2
-7
/
+11
|
*
|
|
|
|
|
WIP: nothing works
Andreas Rumpf
2018-08-05
1
-7
/
+33
|
*
|
|
|
|
|
destroyer pass: adaptations for the new destructor based runtime
Andreas Rumpf
2018-07-27
2
-7
/
+27
|
*
|
|
|
|
|
allows a destructor to be attached to a tyString/tySequence
Andreas Rumpf
2018-07-27
2
-8
/
+8
|
*
|
|
|
|
|
tySequence has a tfHasAsgn flag consistently
Andreas Rumpf
2018-07-22
1
-1
/
+4
|
*
|
|
|
|
|
ast.nim: remove space for unary operator
Andreas Rumpf
2018-07-22
1
-1
/
+1
|
*
|
|
|
|
|
--gc:destructors: next steps; WIP
Andreas Rumpf
2018-07-21
5
-43
/
+79
|
*
|
|
|
|
|
fix merge conflict
Andreas Rumpf
2018-07-18
20
-114
/
+149
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
WIP: strings/seqs based on destructors
Andreas Rumpf
2018-07-17
8
-30
/
+86
|
*
|
|
|
|
|
|
more progress on destructor based strings
Andreas Rumpf
2018-07-13
6
-36
/
+81
|
*
|
|
|
|
|
|
system.substr is not implemented with compilerProcs anymore
Andreas Rumpf
2018-07-11
4
-2
/
+10
|
*
|
|
|
|
|
|
refactorings in preparations for the new runtime
Andreas Rumpf
2018-07-10
5
-19
/
+16
|
*
|
|
|
|
|
|
avoid AST streaming, experiment what it breaks
Araq
2018-07-09
1
-2
/
+6
*
|
|
|
|
|
|
|
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
awr
2018-09-04
2
-9
/
+7
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Fix abs & unary sub in semfold (#8724)
Oscar Nihlgård
2018-08-22
1
-2
/
+6
*
|
|
|
|
|
|
Pick skParam symbols when resolving type idents (#8720)
LemonBoy
2018-08-22
1
-1
/
+1
*
|
|
|
|
|
|
fixes 8594 (#8721)
cooldome
2018-08-22
1
-2
/
+2
*
|
|
|
|
|
|
Don't consider tyAnd/tyNot/tyOr/tyAnything as generic (#8700)
LemonBoy
2018-08-22
2
-17
/
+34
*
|
|
|
|
|
|
Cosmetic: fix typo on TRIPLESTR_LIT (#8663)
Iván Montes
2018-08-21
2
-2
/
+2
*
|
|
|
|
|
|
Fix #8126 (#8712)
zah
2018-08-21
3
-2
/
+4
*
|
|
|
|
|
|
More robust handling of deprecated pragmas (#8696)
LemonBoy
2018-08-21
2
-9
/
+24
*
|
|
|
|
|
|
sfForward is also sfReorder for skModule symbols (#8692)
LemonBoy
2018-08-21
1
-1
/
+1
*
|
|
|
|
|
|
Update all the default parameters after an instantiation (#8689)
LemonBoy
2018-08-20
1
-6
/
+5
*
|
|
|
|
|
|
exploit nil seqs for performance (#8688)
Andreas Rumpf
2018-08-20
2
-8
/
+15
*
|
|
|
|
|
|
Expand tyAlias in typeToString (#8634)
LemonBoy
2018-08-18
1
-0
/
+2
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
every .experimental feature has a corrsponding 'nimHasX' define; fixes #8644;...
Araq
2018-08-18
1
-0
/
+6
*
|
|
|
|
|
scriptconfig: register passes once (#8590)
alaviss
2018-08-17
1
-2
/
+5
*
|
|
|
|
|
Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662)
Kaushal Modi
2018-08-17
1
-1
/
+1
*
|
|
|
|
|
Fixes 8535 (#8591)
LemonBoy
2018-08-17
3
-16
/
+29
*
|
|
|
|
|
fixes #8653
Andreas Rumpf
2018-08-16
1
-2
/
+2
*
|
|
|
|
|
Genode fixes (#8501)
Emery Hemingway
2018-08-16
1
-2
/
+3
*
|
|
|
|
|
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-16
4
-1
/
+15
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Allow taking address of skForVar variables (#8632)
LemonBoy
2018-08-14
1
-1
/
+1
|
*
|
|
|
|
|
Fix unsound transform pass (#8633)
LemonBoy
2018-08-14
3
-0
/
+14
*
|
|
|
|
|
|
implements 'case statement macros' in order to encourage the development of p...
Andreas Rumpf
2018-08-16
2
-75
/
+110
*
|
|
|
|
|
|
put the new for loop macros under an experimental switch named 'forLoopMacros'
Andreas Rumpf
2018-08-15
2
-4
/
+7
*
|
|
|
|
|
|
implement the --nilseqs switch properly
Andreas Rumpf
2018-08-15
1
-0
/
+1
*
|
|
|
|
|
|
changes how the now illegal 'string == nil' comparison is detected
Andreas Rumpf
2018-08-15
3
-7
/
+4
*
|
|
|
|
|
|
make tests green again
Araq
2018-08-13
1
-1
/
+1
*
|
|
|
|
|
|
Merge branch 'devel' into araq-misc
Araq
2018-08-13
3
-6
/
+7
|
\
|
|
|
|
|
|
[prev]
[next]