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
*
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
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
8
-10
/
+8
*
Lock semchecked ast for macros (#11883) [bugfix]
Arne Döring
2019-08-08
3
-18
/
+36
*
fix crash on sigmatch (#11913)
Timothee Cour
2019-08-08
2
-3
/
+4
*
delete expensive call (#11909) [refactoring]
Arne Döring
2019-08-08
1
-1
/
+1
*
Incremental compilation (IC): Improvements (#11881)
Andreas Rumpf
2019-08-08
7
-77
/
+87
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
29
-275
/
+513
*
disallow static in return type (#9686) [nobackport]
Arne Döring
2019-08-06
2
-1
/
+6
*
fixes #11817 (#11889)
Andreas Rumpf
2019-08-05
1
-8
/
+5
*
Add build support for Linux/ia64 (#11880) [feature]
John Paul Adrian Glaubitz
2019-08-04
1
-1
/
+1
*
fixes #9829 (#11849)
Arne Döring
2019-08-04
1
-1
/
+1
*
Allow typeof(nil) as generic parameter (#11869)
Oscar Nihlgård
2019-08-03
1
-2
/
+0
*
VM exception fixes (#11868)
Oscar Nihlgård
2019-08-02
2
-2
/
+14
*
Fix VM conversion to var type [bugfix] (#11866)
Oscar Nihlgård
2019-08-01
1
-2
/
+2
*
IR: minor refactoring
Andreas Rumpf
2019-07-27
1
-1
/
+4
*
IC: some progress
Andreas Rumpf
2019-07-27
5
-14
/
+12
*
makes the -d:nimIncremental compiler mode compile again
Andreas Rumpf
2019-07-27
3
-26
/
+18
*
fix #11812 (#11829)
Arne Döring
2019-07-27
1
-1
/
+1
*
revert changes
Andrii Riabushenko
2019-07-25
10
-56
/
+43
*
add test
Andrii Riabushenko
2019-07-25
1
-2
/
+6
*
fixes #11826
Andrii Riabushenko
2019-07-25
9
-41
/
+50
*
run runnableExamples in the module scope (#11732) [feature]
Timothee Cour
2019-07-22
1
-11
/
+13
*
fixes #11792 (#11793)
cooldome
2019-07-21
1
-1
/
+1
*
fixes #11745
Araq
2019-07-19
1
-1
/
+6
*
fixes #11790 [nobackport]
Araq
2019-07-19
1
-1
/
+1
*
bugfix: it should be [UnusedImport] [nobackport]
Araq
2019-07-19
1
-2
/
+1
*
revert the bugfix for #11747 as it really was a new, poorly though-out feature
Araq
2019-07-19
1
-3
/
+0
*
fixes a 'nim check' regression
Araq
2019-07-19
1
-1
/
+1
*
installer: ship nimpretty.exe on Windows
Araq
2019-07-19
1
-0
/
+1
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
74
-634
/
+688
|
\
|
*
nimpretty: fixes #11616
Araq
2019-07-18
1
-6
/
+27
|
*
nimpretty: fixes #11699
Araq
2019-07-18
1
-7
/
+16
|
*
[refactoring] nimpretty
Araq
2019-07-18
1
-15
/
+29
|
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
70
-546
/
+525
|
*
fixes #11758 [nobackport]
Andreas Rumpf
2019-07-17
1
-1
/
+7
|
*
[refactoring] don't use 'defer'
Andreas Rumpf
2019-07-17
1
-13
/
+18
|
*
Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsg
Andreas Rumpf
2019-07-17
2
-51
/
+68
|
|
\
|
|
*
fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs
Timothee Cour
2019-07-08
2
-51
/
+68
|
*
|
Merge pull request #11751 from nim-lang/araq-fixes-11474
Andreas Rumpf
2019-07-17
1
-0
/
+3
|
|
\
\
|
|
*
|
fixes #11747
Andreas Rumpf
2019-07-17
1
-0
/
+3
|
*
|
|
fixes a critical 'nim secret' regression
Andreas Rumpf
2019-07-17
1
-1
/
+1
|
|
/
/
*
|
|
warn about unused imports; fixes an 'export' regression [nobackport]
Andreas Rumpf
2019-07-18
3
-7
/
+9
*
|
|
[feature] detect unused imports
Araq
2019-07-17
12
-33
/
+62
|
/
/
[next]