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
Commit message (
Expand
)
Author
Age
Files
Lines
*
only store finally block in exception stack (#11876)
Jacek Sieka
2019-08-28
2
-10
/
+12
*
lift destructor for openarray (#12073)
cooldome
2019-08-28
4
-12
/
+14
*
Refactored injectdestructors.nim (#11926)
Clyybber
2019-08-28
1
-383
/
+342
*
Fix several float range issues (supersedes #11905) (#12067)
Andreas Rumpf
2019-08-27
5
-3
/
+16
|
\
|
*
address the comments
narimiran
2019-08-27
3
-7
/
+4
|
*
Fix several float range issues
Oscar Nihlgård
2019-08-27
4
-3
/
+19
*
|
Fix to int to biggest int (#12066)
Arne Döring
2019-08-27
6
-27
/
+3
*
|
fixes #12024 (#12065)
Andreas Rumpf
2019-08-27
1
-0
/
+8
*
|
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
5
-3
/
+9
*
|
fixes #12056 (#12063)
Andreas Rumpf
2019-08-27
2
-3
/
+6
|
/
*
fixes 9195 (#12055)
Andreas Rumpf
2019-08-27
2
-3
/
+11
*
semtypes.nim: more refactorings for liftParamType
Andreas Rumpf
2019-08-26
1
-35
/
+37
*
semtypes.nim: little refactoring for liftParamType
Andreas Rumpf
2019-08-26
1
-26
/
+20
*
fixes #12033 (#12039)
Arne Döring
2019-08-26
1
-0
/
+4
*
fixes #7258 (#12054)
Andreas Rumpf
2019-08-26
1
-1
/
+25
*
fixes #11833 (#12018)
Andreas Rumpf
2019-08-24
1
-2
/
+0
*
- adding _actual as a suffix only for calls to an actual proc and not through...
Viktor Kirilov
2019-08-23
3
-5
/
+10
*
Add build support for FreeBSD/PowerPC64 (#12011)
Andreas Rumpf
2019-08-23
1
-1
/
+1
|
\
|
*
Add build support for FreeBSD PowerPC64
lenoil98
2019-08-23
1
-1
/
+1
*
|
fixes #11958 (#12013)
Andreas Rumpf
2019-08-23
1
-12
/
+11
*
|
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
8
-28
/
+71
*
|
fixes #10854
Andreas Rumpf
2019-08-22
1
-4
/
+2
|
/
*
fix compiletimeFFI (#11991)
Timothee Cour
2019-08-21
1
-1
/
+1
*
Consider range type of runtime discrim [feature] (#11432)
Oscar Nihlgård
2019-08-20
1
-16
/
+45
*
Nimpretty: fix #11937 (#11978)
Andreas Rumpf
2019-08-20
1
-8
/
+8
|
\
|
*
nimpretty: fix #11937 (wrong indentation)
narimiran
2019-08-19
1
-0
/
+3
|
*
cosmetic improvements
narimiran
2019-08-19
1
-8
/
+5
*
|
fixes #11972
Araq
2019-08-20
1
-0
/
+2
*
|
nim check, fix #11927, no more empty strings (#11979)
Miran
2019-08-19
1
-1
/
+3
|
/
*
Implement isExported for symbols in macros (#11963)
nc-x
2019-08-18
1
-1
/
+10
*
fixes #11872; include now gives a proper error message for all invalid infix ...
nc-x
2019-08-17
1
-0
/
+2
*
Fixes #11118 (#11964)
Andreas Rumpf
2019-08-17
1
-6
/
+5
|
\
|
*
Reset closure iter exception before rethrowing
Yuriy Glukhov
2019-08-16
1
-6
/
+5
*
|
Remove duplicate line number from 'invalid forward declaration' error (#11966)
nc-x
2019-08-17
2
-6
/
+7
*
|
fixes 'e' command handling; now only does what advopt.txt claims it does (#11...
Andreas Rumpf
2019-08-16
2
-11
/
+12
*
|
fixes #11819
Araq
2019-08-16
1
-0
/
+1
*
|
fixes #1188
Araq
2019-08-16
1
-1
/
+1
*
|
genSym symbols rendered as b1_416049 instead of b1416049 (#11960)
Timothee Cour
2019-08-16
1
-7
/
+12
|
/
*
fixes #10053 (#11951)
Timothee Cour
2019-08-15
3
-2
/
+16
*
refs #11947; FieldError fixed (#11950)
Timothee Cour
2019-08-15
1
-1
/
+1
*
fixes #11942 (#11945)
Arne Döring
2019-08-14
1
-1
/
+1
*
Make name mangling reversable unambiguously (#11939) [bugfix]
Clyybber
2019-08-14
1
-1
/
+1
*
fixes #10689
Araq
2019-08-12
1
-1
/
+5
*
fixes #11254
Araq
2019-08-12
3
-12
/
+20
*
fixes #11891
Andreas Rumpf
2019-08-10
3
-2
/
+10
*
fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]
Araq
2019-08-09
3
-8
/
+6
*
make tests green again on 32bit systems
Araq
2019-08-09
1
-1
/
+1
*
merged #11813 manually [bugfix]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
9
-50
/
+50
*
fixes #11809
Andreas Rumpf
2019-08-08
4
-27
/
+49
[next]