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
/
ccgexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make tmissing_ccgtrav_unique_type green again
Araq
2016-12-04
1
-1
/
+3
*
Merge branch 'devel' into sighashes
Araq
2016-12-01
1
-1
/
+6
|
\
|
*
fixes tconsttable regression
Araq
2016-12-01
1
-2
/
+3
|
*
fixes #5081
Araq
2016-12-01
1
-1
/
+2
|
*
fixes #5055
Araq
2016-11-30
1
-5
/
+4
|
*
fixes the regressions introduced by fix for #5076
Araq
2016-11-30
1
-2
/
+6
*
|
further progress; more tests are green
Araq
2016-11-28
1
-3
/
+5
*
|
Merge branch 'devel' into sighashes
Araq
2016-11-28
1
-0
/
+9
|
\
|
|
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-0
/
+9
*
|
attempt to fix things
Andreas Rumpf
2016-11-23
1
-0
/
+3
*
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-14
/
+11
*
|
signature hashing: more progress
Araq
2016-11-11
1
-38
/
+33
*
|
C codegen: first version of signature hashing for better incremental builds
Araq
2016-11-08
1
-1
/
+1
|
/
*
fixes #4975
Araq
2016-11-07
1
-2
/
+2
*
fixes thread vars of non-global visibility
Andreas Rumpf
2016-09-12
1
-1
/
+2
*
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
1
-4
/
+7
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-2
/
+3
*
Merge pull request #4592 from arnetheduck/compiler-cleanup
Andreas Rumpf
2016-08-25
1
-50
/
+7
|
\
|
*
remove TLoc.heapRoot
Jacek Sieka
2016-08-17
1
-5
/
+0
|
*
Merge remote-tracking branch 'origin/devel' into compiler-cleanup
Jacek Sieka
2016-08-17
1
-1
/
+2
|
|
\
|
*
|
remove unused stuff
Jacek Sieka
2016-08-09
1
-25
/
+0
|
*
|
remove keepAlive and friends
Jacek Sieka
2016-08-09
1
-20
/
+7
*
|
|
fixes #4653
Andreas Rumpf
2016-08-24
1
-0
/
+2
|
|
/
|
/
|
*
|
makes tests green again
Andreas Rumpf
2016-08-09
1
-1
/
+2
|
/
*
fixes #4551
Andreas Rumpf
2016-08-09
1
-0
/
+3
*
fixes #4582
Andreas Rumpf
2016-08-08
1
-1
/
+2
*
fixes #4354
Andreas Rumpf
2016-08-04
1
-16
/
+18
*
remove sfFakeConst
Jacek Sieka
2016-07-30
1
-4
/
+1
*
fixes #4345
Andreas Rumpf
2016-07-19
1
-2
/
+3
*
added system.newSeqOfCap for improved efficiency
Andreas Rumpf
2016-07-15
1
-0
/
+11
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-3
/
+3
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-1
/
+1
*
C code generation now deterministic; fixes #4364
Andreas Rumpf
2016-06-22
1
-26
/
+26
*
fixes #4186
Andreas Rumpf
2016-06-02
1
-1
/
+1
*
system. for cstrings uses value comparisons, not reference comparisons
Andreas Rumpf
2016-06-02
1
-2
/
+1
*
refactoring: flags instead of bools
Andreas Rumpf
2016-05-18
1
-1
/
+1
*
fixes #4147
Andreas Rumpf
2016-05-12
1
-1
/
+1
*
fixes #3995
Andreas Rumpf
2016-04-03
1
-4
/
+10
*
fixes #4005
Andreas Rumpf
2016-03-29
1
-4
/
+8
*
Added --noCppExceptions switch
Ruslan Mustakov
2016-02-18
1
-2
/
+4
*
fixes a critical codegenbug
Andreas Rumpf
2016-01-30
1
-2
/
+5
*
fixes #3730
Araq
2016-01-18
1
-0
/
+2
*
fixes #3723
Andreas Rumpf
2016-01-15
1
-1
/
+1
*
fixes yet another codegen problem with constant closures
Andreas Rumpf
2016-01-15
1
-1
/
+1
*
fixes a long standing codegen bug concerning closures
Andreas Rumpf
2016-01-13
1
-2
/
+2
*
fixes #2604, fixes #1527
Andreas Rumpf
2016-01-05
1
-0
/
+1
*
next steps to produce working closure iterators
Andreas Rumpf
2016-01-03
1
-0
/
+2
*
made closure iterators tests green, updated docs
Andreas Rumpf
2015-12-31
1
-3
/
+3
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
Fix regression in set.excl code generation.
Hans Raaf
2015-12-21
1
-1
/
+1
[next]