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
...
*
Plug another hole: default(T) forbidden for objects requiring initialization
Zahary Karadjov
2020-04-01
4
-19
/
+26
*
Don't allow 'var x: T' for objects that require initialization
Zahary Karadjov
2020-04-01
3
-37
/
+55
*
More sophistication; Allow requiresInit to be specified per-field
Zahary Karadjov
2020-04-01
3
-15
/
+30
*
First steps, the compiler can boot with enforced requiresInit
Zahary Karadjov
2020-04-01
6
-25
/
+22
*
make `usage of foo is a user-defined error` more informative (#13833)
Timothee Cour
2020-04-01
1
-3
/
+5
*
fix open file leak when running --debugger:native (#13832)
Timothee Cour
2020-04-01
2
-6
/
+16
*
Add arm/arm64 for FreeBSD (#13822)
lbartoletti
2020-03-31
1
-1
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
12
-27
/
+178
*
fixes #13810 (#13821)
cooldome
2020-03-31
1
-1
/
+1
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
3
-95
/
+134
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
4
-2
/
+12
*
'.push raises: []' now also affects proc types (#13776)
Andreas Rumpf
2020-03-29
4
-3
/
+11
*
fix #13730 (#13787)
Timothee Cour
2020-03-28
1
-2
/
+6
*
fixes #13763 (#13777)
Andreas Rumpf
2020-03-27
2
-1
/
+10
*
make nim_temp compile with --gc:arc --sinkInference:off (#13769)
cooldome
2020-03-26
1
-1
/
+1
*
Fix vm.nim for --gc:arc (#13741)
Clyybber
2020-03-26
3
-41
/
+30
*
Fix typeSym.getImpl for ref types (#13752)
zah
2020-03-26
3
-6
/
+6
*
Continue bool conversion fixing (#13751)
cooldome
2020-03-25
2
-1
/
+12
*
bump copyright year to 2020 (#13753)
Miran
2020-03-25
1
-1
/
+1
*
fixes #13744 (#13749)
cooldome
2020-03-25
3
-1
/
+9
*
fix #13737 (#13738)
Timothee Cour
2020-03-24
1
-1
/
+2
*
fixes #13722 (#13729)
Andreas Rumpf
2020-03-23
1
-1
/
+1
*
trees.nim: compare floating points by their bitpatterns because NaN comparisi...
Araq
2020-03-23
1
-1
/
+1
*
disable even more of scope based destruction handling; fixes #13709
Araq
2020-03-23
1
-7
/
+98
*
trees.nim: compare floating points by their bitpatterns because NaN comparisi...
Araq
2020-03-23
1
-1
/
+1
*
new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)
Timothee Cour
2020-03-23
1
-0
/
+46
*
Revert "fix #13417 (#13712)" (#13728)
Andreas Rumpf
2020-03-23
1
-10
/
+11
*
better error messages for Nim's effect system
Araq
2020-03-22
2
-20
/
+43
*
fix #13417 (#13712)
Arne Döring
2020-03-22
1
-11
/
+10
*
fixes #13715 (#13716)
Arne Döring
2020-03-22
1
-1
/
+4
*
typo
Araq
2020-03-22
1
-1
/
+1
*
fix #13720 (#13721)
Arne Döring
2020-03-22
1
-1
/
+1
*
fixes #13708 (#13711)
cooldome
2020-03-21
2
-10
/
+20
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
1
-1
/
+1
*
fixes #13698 (#13706)
Andreas Rumpf
2020-03-20
1
-1
/
+3
*
make 'nim check' more robust for illdefined constants
Araq
2020-03-20
1
-1
/
+1
*
fix #13538 sigmatch errors are now sorted (#13701)
Timothee Cour
2020-03-20
1
-0
/
+7
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
5
-22
/
+42
*
Clean 1 old deprecated empty file (#13696)
Juan Carlos
2020-03-19
1
-6
/
+0
*
Attempt to finish off araq cpp exceptions (#13695)
cooldome
2020-03-19
5
-26
/
+205
*
fixes #13691 (#13694)
Andreas Rumpf
2020-03-19
1
-2
/
+5
*
fix #13412 nim now recompiles for stdin input; SuccessX now configurable; can...
Timothee Cour
2020-03-19
2
-1
/
+11
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
1
-3
/
+5
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
4
-84
/
+247
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
11
-29
/
+129
*
fix #13524 astToStr now works inside generics (#13681)
Timothee Cour
2020-03-18
1
-1
/
+1
*
fixes #13622 (#13679)
Andreas Rumpf
2020-03-18
1
-2
/
+4
*
fixes #13671 [backport] (#13678)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
fix when statements in inheritable generic objects (#13667) [backport]
Jasper Jenkins
2020-03-17
1
-1
/
+1
[prev]
[next]