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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix #19430 (#21603)
metagn
2023-04-06
1
-0
/
+3
*
warn against `a, b = val` in routine arguments (#21604)
metagn
2023-04-06
1
-10
/
+6
*
fix #20972 fixes invalid and UB codegen case object transitions for both refc...
ringabout
2023-04-04
1
-0
/
+15
*
fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)
chmod222
2023-04-03
1
-0
/
+28
*
macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597)
chmod222
2023-04-01
1
-0
/
+13
*
fixes #21592; create type bound operations for calls in the method dispatcher...
ringabout
2023-04-01
1
-0
/
+11
*
make --exceptions:quirky work with C++ (#21581)
Andreas Rumpf
2023-03-31
1
-1
/
+1
*
hopefully easier to understand error message (#21585)
Andreas Rumpf
2023-03-30
1
-2
/
+2
*
document general use of `_`, error message, fixes (#21584)
metagn
2023-03-30
7
-5
/
+37
*
Fix segfault caused by ensuring valueless statics are not evaluated (#21577)
Jason Beetham
2023-03-29
1
-0
/
+20
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
6
-4
/
+93
*
fixes #20993 [backport:1.6] (#21574)
Andreas Rumpf
2023-03-28
1
-0
/
+41
*
disable google request in thttpclient (#21572)
metagn
2023-03-28
1
-4
/
+6
*
fixes #21505 (overload resolution of explicit constructors for imported C++ t...
heterodoxic
2023-03-27
1
-0
/
+39
*
fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)
ringabout
2023-03-23
1
-1
/
+4
*
fixes #3770; templates with untyped parameters resolve private fields wrongly...
ringabout
2023-03-21
2
-0
/
+15
*
fixes #21538; expand len template parameter once in newSeqWith (#21543)
Eric N. Vander Weele
2023-03-20
1
-0
/
+5
*
Fix: #21541. Add support for xnVerbatimText (#21542)
Mark Leyva
2023-03-20
1
-0
/
+15
*
Use `analyseIfAddressTaken` logic for checking if address is taken in convert...
Jake Leahy
2023-03-20
1
-0
/
+10
*
Made generic type classes work with types using static parameters (#21528)
Jason Beetham
2023-03-17
1
-0
/
+30
*
add a prepass for codeReordering (#21513)
ringabout
2023-03-17
4
-4
/
+1
*
fix #18977; disallow change branch of an object variant in ORC (#21526)
ringabout
2023-03-16
4
-19
/
+61
*
fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)
ringabout
2023-03-16
1
-0
/
+39
*
fixes explicit globals in macros (#21502)
ringabout
2023-03-12
1
-0
/
+13
*
fixes #21496; Ambiguous calls compiles when module name are equal (#21500)
ringabout
2023-03-12
3
-0
/
+11
*
fixes #21306; fixes #20485; don't transform yields in the var section when i...
ringabout
2023-03-10
1
-0
/
+114
*
fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)
ringabout
2023-03-10
2
-0
/
+93
*
fixes quoted variables with typedesc types (#21493)
ringabout
2023-03-09
1
-0
/
+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
*
fixes #21377; fixes `@[]` and `{}` type inference as returns in generics (#21...
ringabout
2023-03-06
1
-1
/
+36
*
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
*
fixes #21461 (#21463)
Arnaud Moura
2023-03-03
1
-1
/
+1
*
Allow `futureLogging` in release builds (#21448)
Jake Leahy
2023-03-02
1
-0
/
+6
*
fixes #20139; hash types based on its path relative to its package path (#212...
ringabout
2023-03-02
3
-0
/
+18
*
fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21...
Andreas Rumpf
2023-03-02
1
-0
/
+12
*
fixes #19291; implements `wasMoved` hook (#21303)
ringabout
2023-03-02
5
-23
/
+68
*
fixes #21326; fixes #7375; fixes #11986; fixes #9607; rework quote do; `getAs...
ringabout
2023-03-02
1
-0
/
+136
*
tests/errmsgs/tcall_with_default_arg.nim: sync (#21237)
Anna
2023-03-01
1
-1
/
+1
*
tests: explicitly enable stack traces where needed (#21236)
Anna
2023-03-01
4
-18
/
+21
*
tests/stylecheck: make sure necessary hints are enabled (#21240)
Anna
2023-03-01
3
-8
/
+6
*
fixes #10938; fixes #13312; fixes #13918; fixes #20985; always initializes gl...
ringabout
2023-03-01
1
-2
/
+44
*
fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)
Constantine Molchanov
2023-02-27
1
-0
/
+14
*
closes #17864; add a test case (#21434)
ringabout
2023-02-25
1
-0
/
+12
*
fixes #20695; fixes object with distinct defaults and tables (#21428)
ringabout
2023-02-24
1
-1
/
+38
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-1
/
+1
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
21
-59
/
+173
*
Specify that address is taken when converter takes a var parameter (#21391)
Jake Leahy
2023-02-21
1
-0
/
+15
*
Make `Time` work with `std/strformat` (#21409)
Jake Leahy
2023-02-21
1
-0
/
+5
[prev]
[next]