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
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-3
/
+0
*
fix #14243 (#14257)
cooldome
2020-05-07
1
-5
/
+9
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-8
/
+22
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-1
/
+16
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+25
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
1
-1
/
+1
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-3
/
+1
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
1
-0
/
+4
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
1
-10
/
+16
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
1
-1
/
+1
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
1
-0
/
+1
*
fixes #13095 (#13181)
cooldome
2020-01-17
1
-0
/
+3
*
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
[next]