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
*
remove XXX comment
Andreas Rumpf
2016-07-20
1
-1
/
+0
*
Merge pull request #4488 from mbaulch/fix4346improved
Andreas Rumpf
2016-07-16
1
-0
/
+2
|
\
|
*
Handle tuples with unnamed fields, symbols, and more. Less duplication.
Matthew Baulch
2016-07-15
1
-5
/
+2
|
*
Fix: Correctly (and more efficiently) handle non-tuple conversions.
Matthew Baulch
2016-07-14
1
-2
/
+3
|
*
Use target field types in tuple conversions.
Matthew Baulch
2016-07-14
1
-0
/
+4
*
|
better be safe than sorry
Andreas Rumpf
2016-07-15
1
-1
/
+2
*
|
rollback of nimsuggest improvement until we figured out the reasons
Andreas Rumpf
2016-07-15
1
-5
/
+5
*
|
fixes #3548
Andreas Rumpf
2016-07-15
1
-7
/
+8
|
/
*
fixes #4358
Andreas Rumpf
2016-07-12
1
-3
/
+6
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-2
/
+1
*
fixes #537
Andreas Rumpf
2016-07-06
1
-0
/
+3
*
refactorings
Andreas Rumpf
2016-05-30
1
-42
/
+55
*
Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant...
Andreas Rumpf
2016-05-29
1
-4
/
+56
|
\
|
*
fixes #3496
Adam Strzelecki
2015-10-29
1
-4
/
+56
*
|
fixes #3882
Andreas Rumpf
2016-05-28
1
-3
/
+7
*
|
fixes #4227
Andreas Rumpf
2016-05-27
1
-1
/
+1
*
|
fixes #950
Andreas Rumpf
2016-05-12
1
-2
/
+2
*
|
fixes #177
Andreas Rumpf
2016-05-11
1
-2
/
+2
*
|
include statement is not restricted to top level statements anymore
Araq
2016-05-10
1
-1
/
+1
*
|
fixes #3544
Andreas Rumpf
2016-04-30
1
-3
/
+6
*
|
fixes #4097
Andreas Rumpf
2016-04-19
1
-2
/
+6
*
|
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-5
/
+0
*
|
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-0
/
+1
*
|
'using' statement is obsolete
Andreas Rumpf
2016-02-28
1
-15
/
+1
*
|
added experimental .this pragma
Andreas Rumpf
2016-02-28
1
-82
/
+110
*
|
fixes #3636
Andreas Rumpf
2016-01-04
1
-0
/
+1
*
|
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-9
/
+9
*
|
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-13
/
+9
*
|
added iterToProc plugin
Araq
2015-12-01
1
-1
/
+18
*
|
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
1
-5
/
+0
|
/
*
doc\advopt.txt
Araq
2015-10-22
1
-3
/
+5
*
fixes regression: tactiontable
Araq
2015-10-14
1
-0
/
+3
*
renamed inCompilesContext to compilesContextId; added test case for #3313
Araq
2015-09-18
1
-4
/
+4
*
fixes #3313
Araq
2015-09-18
1
-2
/
+4
*
fixes #3212
Araq
2015-09-14
1
-3
/
+3
*
next steps in binding [] properly
Araq
2015-09-13
1
-14
/
+29
*
first attempt to fix 'a[i]' handling in generics
Araq
2015-09-12
1
-3
/
+10
*
Fixed nimvm in generics.
Yuriy Glukhov
2015-09-07
1
-3
/
+11
*
when nimvm stmt proof of concept
Yuriy Glukhov
2015-09-04
1
-10
/
+31
*
tuple unpacking works in a non-var/let context
Araq
2015-08-21
1
-0
/
+8
*
'parallel' now requires --experimental mode
Araq
2015-08-14
1
-0
/
+2
*
Fixes #3185
Yuriy Glukhov
2015-08-06
1
-1
/
+1
*
destructors now work with overloaded assignment operators; fixes #2811; fixes...
Araq
2015-08-05
1
-1
/
+4
*
added system.unsafeAddr
Araq
2015-08-04
1
-3
/
+3
*
fixes #3079, fixes #1146, fixes #2879
Araq
2015-07-22
1
-0
/
+1
*
fixes #3051
Araq
2015-07-05
1
-1
/
+1
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-6
/
+10
|
\
|
*
first implementation of pinnedSpawn
Araq
2015-05-28
1
-6
/
+10
*
|
fixes #2731
Araq
2015-06-26
1
-1
/
+1
|
/
*
fixes #2629, fixes #2641, fixes #2632, fixes #2630
Araq
2015-05-03
1
-2
/
+13
[next]