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
/
semexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #8425
Araq
2018-08-04
1
-1
/
+1
*
keep the imports in runnableExamples visible in generated html doc (#8354)
skilchen
2018-07-19
1
-2
/
+3
*
fix #7405 and #8195 (#8198)
Timothee Cour
2018-07-16
1
-0
/
+3
*
enable destructors without the --newruntime switch
Andreas Rumpf
2018-07-04
1
-6
/
+1
*
Minor changes to discardable handling (#8155)
LemonBoy
2018-07-01
1
-13
/
+0
*
fix #8129 by calling `semExpr` in `semIs` if node is `strLit` (#8130)
Vindaar
2018-06-29
1
-0
/
+2
*
Merge branch 'devel' into typedesc-reforms
Andreas Rumpf
2018-06-26
1
-2
/
+2
|
\
|
*
More concept fixes
LemonBoy
2018-06-24
1
-2
/
+2
*
|
requested pull-request changes
Zahary Karadjov
2018-06-16
1
-0
/
+1
*
|
fix some breakage after rebasing
Zahary Karadjov
2018-06-16
1
-1
/
+1
*
|
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-0
/
+30
*
|
Implement the `is` operator for the new static and typedesc type classes
Zahary Karadjov
2018-06-16
1
-20
/
+61
*
|
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-6
/
+33
|
/
*
implements a --nep1:on switch to make the compiler enforce the naming convent...
Andreas Rumpf
2018-06-13
1
-1
/
+1
*
Fixes #6803
Yuriy Glukhov
2018-06-11
1
-0
/
+3
*
fixes yet another merge conflict
Araq
2018-06-11
1
-2
/
+0
|
\
|
*
Merge pull request #8009 from yglukhov/remove-oldIterTransf
Andreas Rumpf
2018-06-11
1
-2
/
+0
|
|
\
|
|
*
Removed oldIterTranf feature
Yuriy Glukhov
2018-06-10
1
-2
/
+0
*
|
|
fixes merge conflict
Araq
2018-06-11
1
-4
/
+2
|
\
|
|
|
*
|
fix #7997
Vindaar
2018-06-10
1
-4
/
+2
|
|
/
*
|
fixex merge conflicts
Araq
2018-06-08
1
-1
/
+1
|
\
|
|
*
Merge branch 'devel' into yield-in-try
Yuriy Glukhov
2018-05-15
1
-231
/
+238
|
|
\
|
*
|
Yield in try
Yuriy Glukhov
2018-05-09
1
-1
/
+1
*
|
|
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-3
/
+3
*
|
|
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-18
/
+18
*
|
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-10
/
+10
*
|
|
make semantic checking free of globals
Andreas Rumpf
2018-05-18
1
-2
/
+2
*
|
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-7
/
+7
*
|
|
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
|
|
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-13
/
+16
|
|
/
|
/
|
*
|
fixes testament compilation
Araq
2018-05-14
1
-5
/
+28
|
\
|
|
*
implement the export/except statement
Zahary Karadjov
2018-05-07
1
-2
/
+21
|
*
A motivating example for the new `bindSym` behavior.
Zahary Karadjov
2018-05-07
1
-0
/
+2
|
*
Better support for treating templates and macros as symbols.
Zahary Karadjov
2018-05-07
1
-3
/
+5
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-6
/
+6
*
|
make nimsuggest compile again
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
|
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-144
/
+151
*
|
semstmts compiles again
Andreas Rumpf
2018-05-12
1
-3
/
+3
*
|
more modules compile again
Andreas Rumpf
2018-05-12
1
-107
/
+107
|
/
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-3
/
+3
*
minor speedup: concept tests still green
Andreas Rumpf
2018-04-28
1
-1
/
+2
*
stuff that is green
Andreas Rumpf
2018-04-28
1
-1
/
+2
*
semcheck: code cleanups
Andreas Rumpf
2018-04-28
1
-5
/
+1
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-3
/
+3
*
new 'var T' error messages with hyperlinks; closes #7373
Andreas Rumpf
2018-04-22
1
-4
/
+4
*
fixes #5113
Andreas Rumpf
2018-04-21
1
-0
/
+8
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-9
/
+11
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-6
/
+34
*
enforce 'var T' produces a view into the first parameter; refs #7373
Andreas Rumpf
2018-03-24
1
-4
/
+7
*
more checking for 'var T' as return type; refs #7373
Andreas Rumpf
2018-03-24
1
-1
/
+8
[next]