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
*
fixes broken CI (#21732)
ringabout
2023-04-26
1
-1
/
+1
*
fixes #21731; fixes #21537; disable `warnBareExcept` by default [backport] (#...
ringabout
2023-04-26
2
-2
/
+2
*
fix #21727 (#21729)
metagn
2023-04-26
3
-12
/
+28
*
Add benchmarking based on Minimize (#21566)
Federico Ceratto
2023-04-25
1
-0
/
+117
*
documents #21628 (#21723)
Juan M Gómez
2023-04-24
1
-0
/
+29
*
Pragma to force the exportc of a type. #21645 (#21648)
Juan M Gómez
2023-04-24
1
-3
/
+12
*
fixes #21703; moveOrCopy should consider when vm (#21721)
ringabout
2023-04-24
1
-1
/
+2
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
45
-202
/
+216
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
7
-5
/
+73
*
fixes booting warnings (#21711)
ringabout
2023-04-23
1
-1
/
+1
*
temporarily disable badssl tests (#21710)
metagn
2023-04-23
1
-65
/
+77
*
alias syntax fixes, improvements and tests (#21671)
metagn
2023-04-22
11
-148
/
+226
*
implements #21620: allowing to import multiple modules with shared names (#21...
Juan M Gómez
2023-04-21
4
-9
/
+21
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
140
-39
/
+256
*
Documented path substitution by compiler (#21662)
Raynei
2023-04-21
3
-0
/
+14
*
tweak spellsuggest; three counts for equal distances candidates by default (#...
ringabout
2023-04-21
2
-7
/
+4
*
refact: Remove assertion effect hiding workaround (#21472)
quantimnot
2023-04-21
1
-6
/
+1
*
add test for #13764 (#21699)
Bung
2023-04-21
1
-0
/
+6
*
Fix json.to for float fields that are not present (#21695)
Yardanico
2023-04-21
1
-1
/
+1
*
static link pthread correctly (#21693)
ringabout
2023-04-20
2
-2
/
+3
*
Fixed `window.find` return (#21621)
Thiago
2023-04-19
1
-1
/
+1
*
fixes nightlies regression (#21689)
ringabout
2023-04-19
1
-2
/
+1
*
fixes #21540; deref block at transf phase to make injectdestructors function ...
ringabout
2023-04-19
3
-17
/
+69
*
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
[next]