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
/
semdata.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-13
/
+10
*
fixes #5050; fixes #11826 (#12606) [backport]
cooldome
2019-11-07
1
-2
/
+17
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-2
/
+2
*
fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]
Araq
2019-08-09
1
-4
/
+2
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
make semantic checking free of globals
Andreas Rumpf
2018-05-18
1
-0
/
+2
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
fixes testament compilation
Araq
2018-05-14
1
-0
/
+1
|
\
|
*
A motivating example for the new `bindSym` behavior.
Zahary Karadjov
2018-05-07
1
-0
/
+1
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-2
/
+3
*
|
lookups compiles again
Andreas Rumpf
2018-05-10
1
-23
/
+25
|
/
*
semcheck: code cleanups
Andreas Rumpf
2018-04-28
1
-1
/
+1
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-4
/
+2
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-5
/
+5
*
the documentation generator now supports system.runnableExamples
Araq
2017-11-26
1
-0
/
+1
*
Remove more usages of unary lt (fixes #6634) (#6641)
Fabian Keller
2017-10-31
1
-1
/
+1
*
remove old implementation of the roof operator; make tests green again; close...
Andreas Rumpf
2017-10-29
1
-1
/
+0
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
1
-0
/
+6
*
destructors: preparations for upcoming changes
Araq
2017-10-17
1
-0
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
.pure enums are much more convenient to use now
Andreas Rumpf
2017-09-17
1
-1
/
+3
*
introduce a pre-processing pass for the concept bodies
Zahary Karadjov
2017-06-20
1
-2
/
+7
*
Allow tyOr,tyAnd and tyNot to be constructed in more contexts
Zahary Karadjov
2017-04-28
1
-0
/
+4
*
move the object construction logic to a separate file
Zahary Karadjov
2017-04-06
1
-1
/
+1
*
cleaned up the code and implemented proper error messages
Zahary Karadjov
2017-04-06
1
-2
/
+13
[next]