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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove `seq[T]` `setLen` undefined behavior (#21582)
tersec
2023-03-29
1
-1
/
+1
*
Fix segfault caused by ensuring valueless statics are not evaluated (#21577)
Jason Beetham
2023-03-29
2
-1
/
+21
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
13
-97
/
+269
*
Docs: Mention Source Code Filters in `lib/String handling` (#21570)
Zoom
2023-03-28
1
-1
/
+3
*
fixes #20993 [backport:1.6] (#21574)
Andreas Rumpf
2023-03-28
2
-16
/
+74
*
disable google request in thttpclient (#21572)
metagn
2023-03-28
1
-4
/
+6
*
Revert "Add `cursor` to lists iterator variables" (#21571)
ringabout
2023-03-28
1
-3
/
+3
*
fixes #21505 (overload resolution of explicit constructors for imported C++ t...
heterodoxic
2023-03-27
3
-5
/
+63
*
Add `cursor` to lists iterator variables (#21527)
Amjad Ben Hedhili
2023-03-27
1
-3
/
+3
*
fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)
ringabout
2023-03-23
2
-2
/
+5
*
don't access void* out of alignment in refc GC to avoid UB (#21560)
tersec
2023-03-22
1
-1
/
+0
*
atlas tool: 'update' command (#21557)
Andreas Rumpf
2023-03-21
2
-3
/
+36
*
fixes #3770; templates with untyped parameters resolve private fields wrongly...
ringabout
2023-03-21
8
-11
/
+48
*
mitigates #21272; but it's not the final fix because the first round … (#21...
Andreas Rumpf
2023-03-20
1
-2
/
+2
*
Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)
Peter Munch-Ellingsen
2023-03-20
1
-1
/
+1
*
closes #21536; fixes manual (#21552)
ringabout
2023-03-20
1
-2
/
+2
*
Add URI parsing warning (#21547)
Federico Ceratto
2023-03-20
2
-0
/
+4
*
fixes #21538; expand len template parameter once in newSeqWith (#21543)
Eric N. Vander Weele
2023-03-20
2
-3
/
+8
*
Fix: #21541. Add support for xnVerbatimText (#21542)
Mark Leyva
2023-03-20
2
-4
/
+19
*
Avoid calling build_all* when nim binary is present (#21522)
Ivan Yonchovski
2023-03-20
1
-2
/
+4
*
Add check for nimMaxJeap on occupied memory + allocation size (#21521)
Regis Caillaud
2023-03-20
1
-11
/
+20
*
Use `analyseIfAddressTaken` logic for checking if address is taken in convert...
Jake Leahy
2023-03-20
3
-11
/
+26
*
NuttX: use posix_spawn for osproc (#21539)
Hiroki Noda
2023-03-20
2
-9
/
+11
*
NuttX: use accept4 (#21544)
Hiroki Noda
2023-03-20
2
-2
/
+2
*
Update LLDB debug script + Add Custom Nim formatters (#21517)
Joey
2023-03-19
2
-350
/
+763
*
Made generic type classes work with types using static parameters (#21528)
Jason Beetham
2023-03-17
2
-4
/
+53
*
add a prepass for codeReordering (#21513)
ringabout
2023-03-17
6
-7
/
+34
*
fix #18977; disallow change branch of an object variant in ORC (#21526)
ringabout
2023-03-16
6
-32
/
+97
*
fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)
ringabout
2023-03-16
2
-0
/
+40
*
Add NuttX for thread stack size doc (#21529)
Hiroki Noda
2023-03-16
1
-1
/
+1
*
Optimize `cgen.addIndent` (#21508)
Amjad Ben Hedhili
2023-03-13
1
-2
/
+6
*
Add `cursor` annotations to lists iterator variables (#21507)
Amjad Ben Hedhili
2023-03-13
1
-2
/
+2
*
fixes explicit globals in macros (#21502)
ringabout
2023-03-12
2
-1
/
+15
*
fixes #21496; Ambiguous calls compiles when module name are equal (#21500)
ringabout
2023-03-12
4
-1
/
+13
*
fixes sinkinference documentation, which has been disabled (#21470)
ringabout
2023-03-12
1
-1
/
+1
*
minor refactoring (#21499)
Andreas Rumpf
2023-03-10
1
-7
/
+1
*
fixes #21306; fixes #20485; don't transform yields in the var section when i...
ringabout
2023-03-10
2
-1
/
+118
*
fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)
ringabout
2023-03-10
3
-18
/
+136
*
fixes quoted variables with typedesc types (#21493)
ringabout
2023-03-09
2
-1
/
+9
*
a better message if graphviz's dot/nodejs is not found in PATH (#21488)
ghost
2023-03-08
2
-1
/
+8
*
closes #8295; add a test case (#21486)
ringabout
2023-03-07
1
-0
/
+13
*
closes #6231; add a test case (#21485)
ringabout
2023-03-07
1
-0
/
+5
*
Remove Defect from raises list in `std/times` (#21473)
Jake Leahy
2023-03-06
1
-9
/
+15
*
fixes #21377; fixes `@[]` and `{}` type inference as returns in generics (#21...
ringabout
2023-03-06
4
-5
/
+51
*
closes #20704; add a test case (#21480)
ringabout
2023-03-06
1
-1
/
+12
*
closes #16654; add a test case (#21478)
ringabout
2023-03-06
1
-0
/
+12
*
Add line directives for C code variables (#21466)
Joey
2023-03-05
1
-2
/
+6
*
Fix #21272: Rewrite parts of pickBestCandidate (#21465)
SirOlaf
2023-03-05
1
-36
/
+50
*
Add warning to specify timeout value in milliseconds, Fix #21449 (#21471)
Sultan Al Isaiee
2023-03-04
1
-0
/
+4
*
remove nosinks hacks from compiler (#21469)
ringabout
2023-03-04
9
-13
/
+13
[prev]
[next]