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 #9507
Araq
2018-10-25
1
-8
/
+10
*
|
|
nimpretty: fixes #9499
Andreas Rumpf
2018-10-25
1
-0
/
+4
|
|
/
|
/
|
*
|
added system.typeof operation; fixes #9093
Araq
2018-10-24
2
-0
/
+17
*
|
nimpretty: test for idempotence; fixes #9483
Araq
2018-10-24
1
-2
/
+4
*
|
fixes #9276 (#9317)
Arne Döring
2018-10-24
1
-31
/
+52
*
|
Remove a hack in the destroyer impl (#9479)
LemonBoy
2018-10-24
1
-4
/
+7
*
|
nimpretty: fixes #8078
Araq
2018-10-24
1
-1
/
+1
*
|
nimpretty: fixes #9398
Araq
2018-10-24
1
-1
/
+7
|
/
*
nimpretty: minor bug fix
Araq
2018-10-23
1
-5
/
+6
*
tar.xz building: also ship with the moved testament tool
Araq
2018-10-23
1
-0
/
+1
*
Fix infinite loop with `nim check` (#9448)
Oscar Nihlgård
2018-10-22
1
-0
/
+2
*
Don't crash if GC_{un,}ref is called on nil (#9445)
LemonBoy
2018-10-22
1
-2
/
+2
*
Compile pragma. Recompile on external file compilation failure (#9455)
cooldome
2018-10-22
1
-1
/
+2
*
Fixes 6544 (#9427)
LemonBoy
2018-10-19
2
-1
/
+12
*
Transf minor code optimization (#9433)
cooldome
2018-10-19
1
-37
/
+12
*
incremental compilation: fixes basic caching logic of 'module' table
Araq
2018-10-19
1
-4
/
+6
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
17
-63
/
+122
*
disallow 'continue' that is not used within a loop; fixes #6367
Araq
2018-10-18
1
-1
/
+1
*
fixes #5519
Araq
2018-10-18
1
-3
/
+6
*
fixes #7972
Araq
2018-10-18
1
-10
/
+13
*
replace deprecated `safeAdd` with `add` (#9416)
Miran
2018-10-18
7
-12
/
+12
*
Relax the restrictions on the index types (#9412)
LemonBoy
2018-10-18
1
-17
/
+12
*
nimpretty: fixes #9384
Araq
2018-10-17
1
-6
/
+10
*
Fixes #9364 and add moduleDescription to jsondoc (#9396)
PMunch
2018-10-17
2
-12
/
+24
*
improve error message, closes #2361 (#9387)
Miran
2018-10-17
1
-2
/
+3
*
Unicode escape in string literals (#9390)
Oscar Nihlgård
2018-10-17
1
-18
/
+64
*
fixes a regression about indexing into UncheckedArray
Andreas Rumpf
2018-10-16
1
-1
/
+12
*
nimpretty: fixes #9144
Andreas Rumpf
2018-10-16
1
-0
/
+1
*
nimpretty: add #!nimpretty on/off directives
Andreas Rumpf
2018-10-16
3
-5
/
+23
*
nimpretty: fixes #8626
Andreas Rumpf
2018-10-16
2
-2
/
+4
*
nimpretty: render r-strings properly, fixes #9236
Andreas Rumpf
2018-10-16
2
-11
/
+15
*
Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...
Araq
2018-10-15
2
-8
/
+8
|
\
|
*
one more attempt
cooldome
2018-06-28
1
-3
/
+5
|
*
Fix failing test
cooldome
2018-06-26
1
-1
/
+1
|
*
Merge branch 'devel' into Fixes-7845
cooldome
2018-06-26
112
-5860
/
+4799
|
|
\
|
*
|
FIx test tembarrassing_generic_failure
cooldome
2018-06-12
1
-1
/
+1
|
*
|
Fixes
cooldome
2018-06-12
1
-5
/
+4
|
*
|
Fixes 7845
cooldome
2018-06-10
2
-9
/
+8
*
|
|
fixes #2760
Araq
2018-10-15
1
-1
/
+1
*
|
|
DFA: implement exception handling properly
Andreas Rumpf
2018-10-14
2
-3
/
+22
*
|
|
[WIP] Early evaluation of mIs (#8723)
LemonBoy
2018-10-14
2
-44
/
+5
*
|
|
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...
Timothee Cour
2018-10-14
1
-5
/
+27
*
|
|
sizeof(UncheckedArray) should be invalid; fixed the formating of sizealignoff...
Araq
2018-10-14
1
-87
/
+34
*
|
|
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
13
-222
/
+526
*
|
|
Make sure the annotation for `||` is avail. at CT (#9354)
LemonBoy
2018-10-14
1
-0
/
+8
*
|
|
dfa.nim: clarify exception handling
Andreas Rumpf
2018-10-13
1
-1
/
+4
*
|
|
destructors: optimize more assignments into moves; also fixes #9294
Andreas Rumpf
2018-10-12
1
-7
/
+78
*
|
|
compiler: cleanup dfa.nim
Andreas Rumpf
2018-10-12
1
-21
/
+25
*
|
|
don't crash when rendering wrong nkInfix nodes
Andreas Rumpf
2018-10-12
1
-8
/
+8
*
|
|
Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)
c-blake
2018-10-12
1
-1
/
+1
[prev]
[next]