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
*
Cpp Vfunctions draft (#21790)
Juan M Gómez
2023-05-17
1
-0
/
+68
*
tasks that support return values (#21859)
Andreas Rumpf
2023-05-17
1
-0
/
+18
*
fixes #21847; let `parseFloat` behave like `strtod` (#21854)
ringabout
2023-05-17
1
-2
/
+8
*
fixes #21708; skip colons for tuples in VM (#21850)
ringabout
2023-05-17
1
-0
/
+10
*
close #19990; adds a test case (#21853)
ringabout
2023-05-15
1
-0
/
+14
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
1
-0
/
+67
*
closes #7590; add a test case (#21846)
ringabout
2023-05-14
1
-0
/
+20
*
fixes #21840; nested local template lookup regression (#21841)
ringabout
2023-05-12
1
-0
/
+74
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
1
-1
/
+1
*
Add `minmax` to comparisons (#21820)
Matt Wilson
2023-05-12
1
-0
/
+8
*
cursor fields cannot form reference cycles (#21832)
ringabout
2023-05-11
1
-4
/
+16
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
1
-1
/
+1
*
bring #21802 back; fixes #21753 [backport] (#21815)
ringabout
2023-05-11
1
-0
/
+123
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
21
-125
/
+82
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
2
-2
/
+2
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
2
-3
/
+26
*
re-enable badssl test (#21775)
metagn
2023-05-09
1
-4
/
+4
*
fixes #21801; object field initialization with overloaded functions (#21805)
ringabout
2023-05-08
1
-0
/
+23
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
2
-2
/
+2
*
fixes #21280; Enum with int64.high() value crashes compiler (#21285)
ringabout
2023-05-06
1
-0
/
+8
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
2
-2
/
+71
*
Fix some `styleCheck` bugs (#20095)
quantimnot
2023-05-06
4
-0
/
+62
*
fixes #21704; remove nfIsRef for genLit in VM (#21765)
ringabout
2023-05-06
1
-0
/
+69
*
ORC: make rootsThreshold thread local [backport] (#21799)
Andreas Rumpf
2023-05-06
2
-2
/
+2
*
fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)
ringabout
2023-05-05
1
-1
/
+15
*
consistent use of scForceOpen for generic dot field symbols (#21738)
metagn
2023-05-05
3
-1
/
+62
*
error on user pragma args (#21776)
metagn
2023-05-03
1
-0
/
+5
*
closes #10108; add a test case (#21770)
ringabout
2023-05-03
1
-10
/
+22
*
line info for strformat + fix issue with typed templates (#21761)
metagn
2023-05-02
2
-0
/
+18
*
cheap fix for #10853 + better tuple subscript error message (#21767)
metagn
2023-05-02
3
-1
/
+6
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
13
-59
/
+22
*
handle quoted routine symbols and non symbols expressions as before (#21740)
ringabout
2023-04-28
1
-0
/
+11
*
fix #21727 (#21729)
metagn
2023-04-26
1
-0
/
+11
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
2
-0
/
+64
*
temporarily disable badssl tests (#21710)
metagn
2023-04-23
1
-65
/
+77
*
alias syntax fixes, improvements and tests (#21671)
metagn
2023-04-22
4
-26
/
+101
*
implements #21620: allowing to import multiple modules with shared names (#21...
Juan M Gómez
2023-04-21
1
-1
/
+1
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
140
-39
/
+256
*
tweak spellsuggest; three counts for equal distances candidates by default (#...
ringabout
2023-04-21
1
-1
/
+1
*
add test for #13764 (#21699)
Bung
2023-04-21
1
-0
/
+6
*
fixes #21540; deref block at transf phase to make injectdestructors function ...
ringabout
2023-04-19
1
-2
/
+53
*
Fix RST/Markdown false heading detection (#21685)
Andrey Makarov
2023-04-18
2
-1
/
+40
*
import brackets support `as` and prefixes [backport] (#21636)
metagn
2023-04-18
1
-3
/
+8
*
actually fix #19015 (#21680)
metagn
2023-04-17
1
-0
/
+28
*
revert #21227 (#21681)
metagn
2023-04-17
2
-4
/
+15
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-0
/
+10
*
fixes #21674; `lent` can be used in the fields or the cast type as a paramete...
ringabout
2023-04-18
1
-0
/
+16
*
fixes #20155; repr range with distinct types is broken in ORC (#21682)
ringabout
2023-04-17
1
-1
/
+1
*
fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...
ringabout
2023-04-14
2
-4
/
+0
[next]