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
*
fix #20997 (#21165)
Bung
2023-04-19
1
-4
/
+2
*
docuement case statement breaking changes in the changelog (#21686)
ringabout
2023-04-19
1
-0
/
+3
*
Fix RST/Markdown false heading detection (#21685)
Andrey Makarov
2023-04-18
3
-14
/
+57
*
import brackets support `as` and prefixes [backport] (#21636)
metagn
2023-04-18
2
-15
/
+22
*
actually fix #19015 (#21680)
metagn
2023-04-17
2
-1
/
+31
*
revert #21227 (#21681)
metagn
2023-04-17
3
-10
/
+17
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
15
-32
/
+59
*
compiler/docgen: pass --path:… to runnableExamples (#21669)
Emery Hemingway
2023-04-17
1
-2
/
+5
*
fixes #21674; `lent` can be used in the fields or the cast type as a paramete...
ringabout
2023-04-18
3
-2
/
+20
*
fixes #20155; repr range with distinct types is broken in ORC (#21682)
ringabout
2023-04-17
3
-3
/
+16
*
fix small mistake from #21629 (#21672)
metagn
2023-04-17
1
-2
/
+2
*
change compile pragma to use mangled compile objects (#21678)
Jaremy Creechley
2023-04-17
1
-2
/
+7
*
LTO improvements - fix #15578 (#21679)
Mamy Ratsimbazafy
2023-04-17
1
-10
/
+16
*
Update nim 2.0 documentation for docgen & nimgrep (#21665)
Andrey Makarov
2023-04-17
3
-31
/
+102
*
minor codegen bugfix (#21670)
Andreas Rumpf
2023-04-15
1
-1
/
+1
*
fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...
ringabout
2023-04-14
5
-6
/
+5
*
runnableExamples imports std/assertions by default (#21658)
metagn
2023-04-14
2
-1
/
+7
*
make grammar a bit more honest (#21655)
metagn
2023-04-14
2
-18
/
+20
*
custom pragmas: correct error condition, remove outdated symkind whitelist (#...
metagn
2023-04-13
5
-16
/
+73
*
fixes #20900; Calling template through from generic function across module fa...
ringabout
2023-04-13
3
-2
/
+12
*
set module symbol type to None instead of nil for discard check (#21657)
metagn
2023-04-13
4
-13
/
+38
*
stops building nimsuggest twice and nim_dbg in tests; saves 3 * 5 minutes CI ...
ringabout
2023-04-13
1
-1
/
+9
*
fixes #21632; enforce deref for `wasMoved` in ORC (#21647)
ringabout
2023-04-12
3
-6
/
+15
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
26
-111
/
+329
*
fix #15691 (#21623)
metagn
2023-04-11
2
-2
/
+22
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
12
-57
/
+222
*
Fix option lists with additional indentation in Markdown (#21633)
Andrey Makarov
2023-04-11
2
-1
/
+29
*
disable i386 tests for now; help wanted (#21642)
ringabout
2023-04-11
1
-5
/
+5
*
fixes #21638; `fromJson` should support empty objects (#21641)
ringabout
2023-04-11
2
-11
/
+21
*
terminal size env-vars have precendence in POSIX (#21643)
Etan Kissling
2023-04-11
1
-10
/
+39
*
fixes booting warnings (#21583)
ringabout
2023-04-10
4
-6
/
+3
*
remove useVersion (#21626)
metagn
2023-04-08
9
-37
/
+9
*
`for` loop expression can now have generated `iterator`'s called (#21627)
Jason Beetham
2023-04-08
2
-1
/
+56
*
fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...
ringabout
2023-04-07
5
-12
/
+26
*
fix #19430 (#21603)
metagn
2023-04-06
2
-2
/
+6
*
warn against `a, b = val` in routine arguments (#21604)
metagn
2023-04-06
4
-19
/
+18
*
switch to the official regex URL (#21616)
ringabout
2023-04-06
1
-1
/
+1
*
fixes #21392; document `nimble develop` breaking changes (#21614)
ringabout
2023-04-04
1
-1
/
+1
*
fix #20972 fixes invalid and UB codegen case object transitions for both refc...
ringabout
2023-04-04
2
-3
/
+20
*
fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)
chmod222
2023-04-03
2
-3
/
+37
*
Fix example code of proc add*[T](x: var seq[T], y: sink openArray[T]) (#21607)
Tomohiro
2023-04-03
1
-4
/
+13
*
Fix nim doc crash with group referencing & include (#21600)
Andrey Makarov
2023-04-02
6
-14
/
+40
*
macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597)
chmod222
2023-04-01
2
-0
/
+15
*
fixes #21592; create type bound operations for calls in the method dispatcher...
ringabout
2023-04-01
4
-6
/
+21
*
fixes changelog (#21590)
ringabout
2023-03-31
2
-1
/
+1
*
make --exceptions:quirky work with C++ (#21581)
Andreas Rumpf
2023-03-31
3
-5
/
+7
*
bump NimVersion to 1.9.3 (#21587)
Miran
2023-03-30
1
-1
/
+1
*
Remove the "This module" suffix and reword some entries from the stdlib overv...
Yardanico
2023-03-30
1
-107
/
+97
*
hopefully easier to understand error message (#21585)
Andreas Rumpf
2023-03-30
2
-4
/
+4
*
document general use of `_`, error message, fixes (#21584)
metagn
2023-03-30
11
-31
/
+100
[next]