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 a long-standing bug about procvar checking
Araq
2013-03-25
1
-13
/
+35
*
added system.locals
Araq
2013-03-21
1
-1
/
+2
*
bugfix: subtle bug about 'var' parameters in templates
Araq
2013-03-17
1
-4
/
+7
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
object constructors work now
Araq
2013-03-08
1
-0
/
+1
*
next steps for object construction expressions
Araq
2013-03-07
1
-6
/
+22
*
first steps to implement object construction expressions
Araq
2013-03-07
1
-0
/
+31
*
fixed some typos
Araq
2013-03-05
1
-2
/
+2
*
bugfix: tvtable works again
Araq
2013-03-05
1
-3
/
+4
*
fixes for the new overloading resolution
Araq
2013-03-03
1
-12
/
+0
*
make some tests green
Araq
2013-03-03
1
-22
/
+24
*
lazy operand sem'checking (beware)
Araq
2013-03-02
1
-12
/
+10
*
fixes #286
Araq
2013-02-19
1
-1
/
+1
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-6
/
+34
|
\
|
*
fixed some closure related bugs
Araq
2013-01-22
1
-2
/
+2
|
*
fixes #271
Araq
2012-12-15
1
-0
/
+1
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-02
1
-0
/
+23
|
|
\
|
|
*
implements 'export' feature
Araq
2012-12-01
1
-0
/
+23
|
*
|
resolved conflicts
Araq
2012-11-30
1
-1
/
+4
|
|
\
|
|
|
*
implemented 'import except'
Araq
2012-11-28
1
-0
/
+3
|
|
*
bugfix: better implict 'items' support
Araq
2012-11-28
1
-4
/
+3
|
*
|
bugfix: implicit items/pairs work better
Araq
2012-11-28
1
-3
/
+4
|
|
/
*
/
remove any traces of the old global generics cache
Zahary Karadjov
2013-01-27
1
-1
/
+1
|
/
*
'return' for first class iterators
Araq
2012-11-26
1
-14
/
+16
*
added system.finished for first class iterators
Araq
2012-11-17
1
-0
/
+2
*
AST quasi-quoting for macros
Zahary Karadjov
2012-11-11
1
-12
/
+88
*
Improved support for nkSymChoices in type coercions
Zahary Karadjov
2012-10-15
1
-39
/
+59
*
bugfix: tests should be green again
Araq
2012-10-13
1
-4
/
+3
*
bugfix: threads should work again; fixes #220
Araq
2012-10-12
1
-1
/
+2
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-61
/
+24
*
experimental support for querying the type of expressions within macros
Zahary Karadjov
2012-10-03
1
-8
/
+11
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
1
-9
/
+20
*
implemented case expressions
Zahary Karadjov
2012-10-03
1
-1
/
+54
*
table constructors now mimic more closely the syntax of case... of...
Zahary Karadjov
2012-10-03
1
-5
/
+14
*
implemented return type inference
Zahary Karadjov
2012-10-03
1
-2
/
+14
*
fixes ttypeselectors
Zahary Karadjov
2012-09-28
1
-5
/
+1
*
improved support for typedesc values
Zahary Karadjov
2012-09-25
1
-1
/
+4
*
bugfix: proc bodies as expr
Araq
2012-09-23
1
-1
/
+4
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-4
/
+24
*
fixes #194
Araq
2012-09-20
1
-0
/
+2
*
bugfix: 'nimrod i' works again
Araq
2012-09-18
1
-4
/
+3
*
made tests green again
Araq
2012-09-18
1
-1
/
+1
*
some support for passing blocks to overloaded templates/macros
Araq
2012-09-17
1
-5
/
+27
*
bugfix: echo vs debugEcho
Araq
2012-09-13
1
-0
/
+3
*
semExpr/semStmt merged
Araq
2012-09-13
1
-6
/
+106
*
made some tests green
Araq
2012-09-12
1
-1
/
+1
*
first steps for overloading support of passing blocks; bugfix: test results o...
Araq
2012-09-11
1
-17
/
+27
*
term rewriting improvements
Araq
2012-09-08
1
-44
/
+1
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-11
/
+18
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-0
/
+1
[next]