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
/
vmdeps.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-1
/
+3
*
modify getTypeImpl to reduce result to final implementation (#6891)
jcosborn
2017-12-09
1
-3
/
+3
*
fix getTypeInst for tyGenericInst (#6868)
jcosborn
2017-12-04
1
-3
/
+6
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
implemented new experimental scriptable import mechanism
Andreas Rumpf
2017-10-01
1
-44
/
+1
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-1
/
+2
*
Corrected tuple type to nkPar for unnamed tuples on getType (#6172)
Yuriy Glukhov
2017-08-03
1
-1
/
+2
*
fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)
jcosborn
2017-05-14
1
-1
/
+6
*
support derived values in non-generic user type classes
Zahary Karadjov
2017-03-24
1
-4
/
+7
*
introduce tyInferred for the unbound concept type params
Zahary Karadjov
2017-03-24
1
-0
/
+1
*
fix getTypeImpl for tyEnum (#5568)
jcosborn
2017-03-19
1
-1
/
+3
*
Fix sigsegv in getTypeImpl for unnamed tuple (#5440)
Fabian Keller
2017-03-02
1
-2
/
+7
*
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
Araq
2017-01-07
1
-12
/
+12
*
fixes #5131
Araq
2016-12-20
1
-1
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-13
1
-4
/
+9
|
\
|
*
macros.getType: do not copy symbols if not necessary
Araq
2016-12-07
1
-4
/
+9
*
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
|
/
*
Merge pull request #4945 from arnetheduck/cleanup-tyXxx
Andreas Rumpf
2016-10-24
1
-4
/
+1
|
\
|
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-2
/
+1
|
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-2
/
+1
|
*
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-2
/
+1
*
|
Merge pull request #4872 from flyx/gorgefix
Andreas Rumpf
2016-10-24
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fixes #4871
Felix Krause
2016-10-09
1
-3
/
+6
*
|
remove remnants of tyIter
Jacek Sieka
2016-10-24
1
-1
/
+1
|
/
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-4
/
+0
*
fixes #4526
Andreas Rumpf
2016-08-04
1
-7
/
+15
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-9
/
+9
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-2
/
+3
*
fixes #4395, getType still not entirely correct
Andreas Rumpf
2016-06-23
1
-63
/
+67
*
fixes #765
Andreas Rumpf
2016-05-31
1
-2
/
+4
*
cleanup of #4113
Andreas Rumpf
2016-05-28
1
-3
/
+3
*
getTypeInst and getTypeImpl mostly working now and added test
James Osborn
2016-05-04
1
-30
/
+113
*
changed getTypeInst handling for distinct types
James Osborn
2016-05-04
1
-5
/
+15
*
added getTypeInst which includes generic parameters
James Osborn
2016-05-04
1
-10
/
+30
*
Fixed lineinfo in getType
Yuriy Glukhov
2015-12-25
1
-8
/
+8
*
staticExec: redirect stderr to stdout so stderr is returned too
Araq
2015-08-16
1
-2
/
+2
*
staticExec now supports caching
Araq
2015-07-15
1
-10
/
+30
*
protect against new stupid setlen that doesn't accept -1 anymore
Araq
2015-06-25
1
-1
/
+2
*
concept types are represented with getType()
fowlmouth
2015-04-13
1
-1
/
+3
*
set type for symbols from getType()
Billingsly Wetherfordshire
2015-03-27
1
-0
/
+1
*
macros.getType() works properly for distinct types
Araq
2015-03-16
1
-2
/
+7
*
tester reports ignored tests and supports 'nimout'; fixes #2211
Araq
2015-02-25
1
-1
/
+2
*
types API: now works for proc():void
Araq
2015-02-24
1
-1
/
+5
*
implements a type API for macros
Araq
2015-02-24
1
-7
/
+118
*
Fix a few more warnings
def
2015-02-17
1
-1
/
+1
*
merged things from devel
Araq
2014-09-12
1
-1
/
+1
|
\
|
*
Properly handle staticExec() generating large output.
Reimer Behrends
2014-09-10
1
-1
/
+1
*
|
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-1
/
+1
*
|
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
[next]