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
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
1
-2
/
+33
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
4
-9
/
+10
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-0
/
+14
*
Add anti-regression for #21958 (#21960)
Mamy Ratsimbazafy
2023-05-30
1
-0
/
+11
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-2
/
+1
*
support generic void return type for templates (#21934)
metagn
2023-05-27
1
-0
/
+6
*
fixes #15428 by updating deep open array copy codegen (#21935)
heterodoxic
2023-05-27
1
-0
/
+22
*
fix #10964 by honoring pointer deref syntax if a reified openarray is used to...
heterodoxic
2023-05-27
1
-0
/
+6
*
fix & add test for basic hot code reloading case (#21915)
metagn
2023-05-26
1
-0
/
+7
*
fixes #21887; Type conversion on overloaded enum field does not always call (...
ringabout
2023-05-26
1
-0
/
+8
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
1
-0
/
+13
*
when T is both a type symbol and a routine symbol in scope of a generic proc ...
metagn
2023-05-24
2
-0
/
+9
*
actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)
Juan M Gómez
2023-05-24
1
-0
/
+24
*
fix #21896 asign parameter to global variable generates invalid code (#21900)
Bung
2023-05-24
1
-0
/
+9
*
fixes #21863; Incorrect enum field access can cause internal error (#21886)
ringabout
2023-05-24
1
-0
/
+28
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
1
-0
/
+6
*
Weekday parse/format (replacement) (#21857)
Carlo Capocasa
2023-05-21
2
-49
/
+24
*
Fixed generic parameters failing to be used in inheritance (#21866)
Jason Beetham
2023-05-21
1
-0
/
+39
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
1
-5
/
+14
*
fix #14254 (#21837)
metagn
2023-05-20
2
-0
/
+6
*
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
[next]