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
/
semmagic.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #13112 (#13127)
Andreas Rumpf
2020-01-13
1
-2
/
+9
*
more arc features (#13098)
Andreas Rumpf
2020-01-10
1
-0
/
+31
*
distinctBase type trait for distinct types (#13031)
cooldome
2020-01-08
1
-0
/
+16
*
fixes #12804 (#12809)
cooldome
2019-12-05
1
-2
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-37
/
+36
*
error message: Nim calls it 'proc'
Andreas Rumpf
2019-11-07
1
-1
/
+1
*
fix deprecation warnings related to Int128 (#12474)
Miran
2019-10-28
1
-2
/
+2
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-2
/
+2
*
typeToString can now show (recursively) resolved type aliases; fixes #8569 #...
Timothee Cour
2019-08-31
1
-0
/
+8
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+4
*
revert changes
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-2
/
+2
*
Offsetof fixes (#11690)
Arne Döring
2019-07-09
1
-44
/
+3
*
fixes #11610 (#11659)
Andreas Rumpf
2019-07-05
1
-0
/
+2
*
fixes #7937 (#11244)
Andreas Rumpf
2019-05-14
1
-3
/
+4
*
added system.unown to make 'owned' sane to use in practice; later on we might...
Araq
2019-04-29
1
-0
/
+35
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-0
/
+5
*
fixes #10807 (#10814)
cooldome
2019-03-12
1
-5
/
+5
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
1
-3
/
+11
*
Stop useless suggestion of unsafeAddr (#10598)
LemonBoy
2019-02-08
1
-1
/
+6
*
Finalizer proc must be global (#10388)
LemonBoy
2019-01-22
1
-0
/
+5
*
fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#1...
Timothee Cour
2018-12-30
1
-2
/
+3
*
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
Timothee Cour
2018-12-30
1
-1
/
+1
*
fixes #9868
Araq
2018-12-11
1
-2
/
+0
*
fixes #7365
alaviss
2018-11-26
1
-1
/
+1
*
Fixes multiple bugs with sink arguments (#9802)
cooldome
2018-11-26
1
-1
/
+1
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-1
/
+7
*
fixes #9610
Andreas Rumpf
2018-11-03
1
-17
/
+13
*
fixes #9498, typeof is for everybody
Araq
2018-10-25
1
-3
/
+9
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-2
/
+55
*
fixes #7827, bindSym enhancement (#8499)
andri lim
2018-08-02
1
-1
/
+66
*
Do not consider enums with holes as ordinals (#8264)
LemonBoy
2018-07-12
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
refactoring: fewer global variables
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-5
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-1
/
+1
*
fixes testament compilation
Araq
2018-05-14
1
-0
/
+4
|
\
|
*
A motivating example for the new `bindSym` behavior.
Zahary Karadjov
2018-05-07
1
-1
/
+1
|
*
Better support for treating templates and macros as symbols.
Zahary Karadjov
2018-05-07
1
-0
/
+4
*
|
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-21
/
+21
*
|
more modules compile again
Andreas Rumpf
2018-05-12
1
-14
/
+14
|
/
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-1
/
+1
*
Add column number to instantiation info (#7376)
PMunch
2018-04-12
1
-0
/
+3
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
*
make tests green again
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
wip
Andreas Rumpf
2017-11-02
1
-1
/
+3
*
remove old implementation of the roof operator; make tests green again; close...
Andreas Rumpf
2017-10-29
1
-31
/
+1
[next]