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
*
make tests green again on 32bit systems
Araq
2019-08-09
1
-1
/
+1
*
fixes #11809
Andreas Rumpf
2019-08-08
1
-0
/
+3
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-3
/
+3
*
makes the -d:nimIncremental compiler mode compile again
Andreas Rumpf
2019-07-27
1
-1
/
+1
*
revert changes
Andrii Riabushenko
2019-07-25
1
-3
/
+0
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-0
/
+3
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-5
/
+2
|
\
|
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-5
/
+2
*
|
[feature] detect unused imports
Araq
2019-07-17
1
-1
/
+3
|
/
*
Smarter variant object construction (#11273)
Jasper Jenkins
2019-05-26
1
-0
/
+10
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-1
/
+1
*
destructors: internal compiler refactoring
Araq
2019-04-18
1
-6
/
+0
*
fixes #10930
Andreas Rumpf
2019-03-30
1
-0
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-0
/
+2
*
destructors: first step towards fixing #9617 (#10341)
cooldome
2019-01-18
1
-0
/
+7
*
compiler refactoring: TSymSeq is gone for good
Araq
2018-12-11
1
-3
/
+3
*
Fix overload resolution for pragmas evaluation (#8902)
LemonBoy
2018-10-09
1
-1
/
+4
*
change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...
Andreas Rumpf
2018-09-02
1
-1
/
+0
*
allow .experimental in a .push/pop environment; refs #8676
Araq
2018-08-27
1
-0
/
+1
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-2
/
+5
*
Implement the `is` operator for the new static and typedesc type classes
Zahary Karadjov
2018-06-16
1
-1
/
+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]