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
/
semstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-4
/
+6
|
\
|
*
Custom pragmas in procs bug fix (#7086)
cooldome
2018-01-18
1
-4
/
+6
*
|
fixes #7093
Andreas Rumpf
2018-01-18
1
-1
/
+17
|
/
*
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-0
/
+3
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-15
/
+15
*
work in progress: 'sink' and 'lent' types
Araq
2018-01-07
1
-1
/
+3
*
fixes #6980
Araq
2017-12-27
1
-1
/
+1
*
Implement language feature #6885 (#6954)
cooldome
2017-12-24
1
-11
/
+13
*
fix #6462
Zahary Karadjov
2017-12-21
1
-1
/
+2
*
Now analyzes over magics instead of symbol names; but dosn't compile for me
Veladus
2017-12-11
1
-1
/
+1
*
Improved error reporting
Veladus
2017-12-11
1
-1
/
+1
*
Fixed for diffrent Typeids of Excpetion for diffrent compilation units
Veladus
2017-12-02
1
-7
/
+1
*
Compiler now catches when an expression is raised which is no Exception
Veladus
2017-12-02
1
-0
/
+16
*
more progress on destructors; removed old destructor based code as it proved ...
Araq
2017-12-01
1
-31
/
+9
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-07
1
-0
/
+2
|
\
|
*
minor breaking change: for loop bodies now get their own scope
Andreas Rumpf
2017-11-05
1
-0
/
+2
*
|
wip
Andreas Rumpf
2017-11-02
1
-1
/
+1
|
/
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-7
/
+7
*
new feature: package level objects
Andreas Rumpf
2017-10-29
1
-8
/
+7
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-7
/
+38
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-0
/
+1
*
default '=sink' and '=destroy' cannot be templates
Araq
2017-10-25
1
-3
/
+4
*
allow 'block' and 'nkState' after return for easier state machine generation
Andreas Rumpf
2017-10-19
1
-1
/
+2
*
destructors: lift type bound ops to objects and arrays etc
Andreas Rumpf
2017-10-17
1
-1
/
+1
*
destructors: preparations for upcoming changes
Araq
2017-10-17
1
-0
/
+1
*
minor refactorings for better destructors
Andreas Rumpf
2017-10-14
1
-3
/
+24
*
new destroyer pass works with procs too
Andreas Rumpf
2017-10-13
1
-1
/
+1
*
introduce --newruntime switch for the upcoming destructors and move semantics
Andreas Rumpf
2017-10-13
1
-5
/
+4
*
simple programs now work with the new destroyer pass
Andreas Rumpf
2017-10-12
1
-10
/
+11
*
code cleanups for the upcoming reworked destructors
Andreas Rumpf
2017-10-12
1
-4
/
+5
*
initial version of the new untested destructor pass
Andreas Rumpf
2017-10-12
1
-6
/
+7
*
fixes #6474
Andreas Rumpf
2017-10-10
1
-1
/
+1
*
the 'using construct is not .experimental anymore
Araq
2017-09-30
1
-2
/
+0
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-1
/
+1
*
write tracking for funcs implemented
Andreas Rumpf
2017-09-23
1
-0
/
+3
*
make tests green again
Andreas Rumpf
2017-09-21
1
-0
/
+1
*
fixes anon procs created by macros
Andreas Rumpf
2017-07-11
1
-1
/
+3
*
fixes #4898
Andreas Rumpf
2017-07-09
1
-3
/
+10
*
Fix #5888
Zahary Karadjov
2017-06-20
1
-0
/
+2
*
Fix #5127
Zahary Karadjov
2017-06-20
1
-1
/
+1
*
Fix #4020; Better handling of templates within concepts
Zahary Karadjov
2017-06-20
1
-1
/
+2
*
introduce a pre-processing pass for the concept bodies
Zahary Karadjov
2017-06-20
1
-3
/
+3
*
Fixes #5995
Yuriy Glukhov
2017-06-18
1
-1
/
+1
*
.partial object field names are left unmangled; mangling should be done by th...
Andreas Rumpf
2017-06-05
1
-1
/
+1
*
first steps to allow easy functors via macros
Andreas Rumpf
2017-06-04
1
-0
/
+37
*
Merge branch 'araq2' into devel
Araq
2017-05-17
1
-13
/
+113
|
\
|
*
cleanup of in/out covariance handling
Andreas Rumpf
2017-05-17
1
-9
/
+9
|
*
fix tinvalidinout
Zahary Karadjov
2017-05-13
1
-3
/
+0
[next]