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
*
fixes #9550; Concept related crash only when compiling to JS (#23470)
ringabout
2024-04-02
1
-0
/
+11
*
adds ccMember CC fixes #23434 (#23457)
Juan M Gómez
2024-03-29
1
-0
/
+17
*
fixes #23422; card regression (#23437)
ringabout
2024-03-28
1
-0
/
+38
*
[Cpp] Fixes an issue when mixing hooks and calls (#23428)
Juan M Gómez
2024-03-21
1
-1
/
+14
*
propagate efWantStmt in semWhen (#23400)
metagn
2024-03-14
1
-0
/
+7
*
[C++] Allow `member` to define static funcs (#23387)
Juan M Gómez
2024-03-11
1
-1
/
+12
*
Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23...
lit
2024-03-09
1
-6
/
+4
*
fixes #22284; fixes #22282; don't override original parameters of inferred la...
ringabout
2024-03-09
1
-0
/
+25
*
fixes #23378; fixes js abs negative int64 (#23379)
ringabout
2024-03-09
1
-0
/
+8
*
closes #22846; adds a test case (#23374)
ringabout
2024-03-08
1
-0
/
+9
*
closes #15751; adds a test case (#23372)
ringabout
2024-03-06
1
-0
/
+11
*
fixes #12703; nim cpp rejects valid code would lose const qualifier for cstri...
ringabout
2024-03-05
1
-0
/
+14
*
closes #10219; adds a test case (#23370)
ringabout
2024-03-05
1
-0
/
+20
*
Dont mangle when targeting cpp (#23335)
Juan M Gómez
2024-03-03
1
-1
/
+1
*
fixes sink regression for ORC; ref #23354 (#23359)
ringabout
2024-03-03
1
-0
/
+16
*
fixes #13481; fixes #22708; disable using union objects in VM (#23362)
ringabout
2024-03-03
1
-8
/
+0
*
strformat: detect format string errors at compile-time (#23356)
Jacek Sieka
2024-03-03
1
-1
/
+14
*
fixes #23306 nim cpp -r invalid code generation regression with closure itera...
Juan M Gómez
2024-02-26
1
-0
/
+12
*
fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)
ringabout
2024-02-24
1
-0
/
+24
*
`varargs[typed]` should behave more like `typed` (#23303)
Ryan McConnell
2024-02-20
1
-0
/
+10
*
fixes #23295; don't expand constants for complex structures (#23297)
ringabout
2024-02-20
1
-0
/
+18
*
fixes refc with non-var destructor; cancel warnings (#23156)
ringabout
2024-02-13
1
-2
/
+6
*
fixes #18104; tranform one liner var decl before templates expansion (#23294)
ringabout
2024-02-13
1
-0
/
+7
*
MangleProcs following the Itanium spec so they are demangled in the debugger ...
Juan M Gómez
2024-02-09
1
-0
/
+192
*
fixes #23275; Add `==` for Deque (#23276)
Tomohiro
2024-02-08
1
-0
/
+49
*
fixes regression #23280; Operations on inline toOpenArray len return a wrong ...
ringabout
2024-02-06
1
-0
/
+10
*
closes #14710; adds a test case (#23277)
ringabout
2024-02-05
1
-0
/
+10
*
fixes regression #22909; don't optimize result init if statements can raise w...
ringabout
2024-02-01
1
-1
/
+12
*
fixes #19977; rework inlining of 'var openarray' iterators for C++ (#23258)
ringabout
2024-01-26
1
-1
/
+1
*
fixes #23247; don't destroy openarray since it doesn't own the data (#23254)
ringabout
2024-01-26
1
-0
/
+52
*
fixes #22597; avoid side effects for call returning openArray types (#23257)
ringabout
2024-01-26
1
-0
/
+19
*
Show error when trying to run in folder that doesn't exist instead of asserti...
Jake Leahy
2024-01-23
1
-0
/
+6
*
account for nil return type in tyProc sumGeneric (#23250)
metagn
2024-01-23
1
-0
/
+17
*
fixes #23233; Regression when using generic type with Table/OrderedTable (#23...
ringabout
2024-01-19
1
-1
/
+21
*
fix mime types data (#23226)
Bung
2024-01-19
1
-0
/
+3
*
fixes #22218; avoids cursor when copy is disabled (#23209)
ringabout
2024-01-18
1
-0
/
+25
*
fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)
ringabout
2024-01-18
1
-0
/
+10
*
fix wrong subtype relation in tuples & infer some conversions (#23228)
metagn
2024-01-18
2
-0
/
+34
*
error on large integer types as array index range (#23229)
metagn
2024-01-18
1
-0
/
+18
*
give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)
metagn
2024-01-18
2
-2
/
+14
*
Fix reset code gen for range types (#22462, #23214) (#23215)
Giuliano Mega
2024-01-18
1
-0
/
+20
*
fixes #23223; prevents `insert` self-assignment (#23225)
ringabout
2024-01-18
1
-0
/
+7
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
7
-10
/
+42
*
fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...
ringabout
2024-01-13
1
-2
/
+2
*
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
ringabout
2024-01-13
1
-0
/
+18
*
document the new ambiguous identifier resolution (#23166)
metagn
2024-01-11
3
-0
/
+33
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
1
-0
/
+26
*
fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...
ringabout
2024-01-11
1
-0
/
+16
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
5
-6
/
+163
*
trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)
metagn
2024-01-08
1
-0
/
+10
[next]