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
*
C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855)
Juan M Gómez
2023-10-23
2
-1
/
+18
*
Fix #22826: Don't skip generic instances in type comparison (#22828)
SirOlaf
2023-10-21
1
-0
/
+8
*
fixes #22844; uses arrays to store holeyenums for iterations; much more effic...
ringabout
2023-10-20
1
-0
/
+16
*
closes #16919; followup #16820, test tsugar on all backends (#22829)
ringabout
2023-10-16
1
-8
/
+8
*
fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...
ringabout
2023-10-13
1
-0
/
+53
*
fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819)
ringabout
2023-10-13
1
-28
/
+47
*
fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...
ringabout
2023-10-11
1
-0
/
+1
*
adds support for noDecl in constructor (#22811)
Juan M Gómez
2023-10-11
1
-1
/
+10
*
marking a field with noInit allows to skip constructor initialiser (#22802)
Juan M Gómez
2023-10-08
1
-0
/
+30
*
fixes #22787; marks `var section` in the loop as reassign preventing cursor (...
ringabout
2023-10-07
1
-0
/
+37
*
fixes #22778 regression: contentLength implementation type mismatched (#22780)
ringabout
2023-10-03
1
-0
/
+1
*
fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)
ringabout
2023-10-02
3
-7
/
+47
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
2
-14
/
+17
*
case macro now can be used inside generic. Fixes #20435 (#22752)
Juan M Gómez
2023-09-30
1
-0
/
+30
*
C++ Adds support for default arg using object construction syntax. Fixes a co...
Juan M Gómez
2023-09-28
1
-2
/
+29
*
fixes #10542; suppresses varargs conversion warnings (#22757)
ringabout
2023-09-26
1
-0
/
+24
*
Add test case for #15351 (#22754)
Jake Leahy
2023-09-26
1
-0
/
+5
*
fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...
ringabout
2023-09-21
1
-0
/
+4
*
items, pairs and friends now use `unCheckedInc` (#22729)
ringabout
2023-09-20
1
-0
/
+4
*
fixes compiler crash by preventing exportc on generics (#22731)
Juan M Gómez
2023-09-20
1
-0
/
+8
*
`constructor` now uses `result` instead of `this` (#22724)
Juan M Gómez
2023-09-19
1
-4
/
+4
*
second test case haul for templates and generics (#22728)
metagn
2023-09-19
6
-6
/
+62
*
make parseEnum skip type aliases for enum type sym (#22727)
metagn
2023-09-19
1
-4
/
+15
*
fixes `result` requires explicit initialization on noReturn code (#22717)
ringabout
2023-09-18
1
-0
/
+27
*
prevents declaring a constructor without importcpp fixes #22712 (#22715)
Juan M Gómez
2023-09-18
1
-0
/
+15
*
make expressions opt in to symchoices (#22716)
metagn
2023-09-18
4
-3
/
+14
*
Fix #22713: Make size unknown for tyForward (#22714)
SirOlaf
2023-09-17
1
-0
/
+12
*
implement semgnrc for tuple and object type nodes (#22709)
metagn
2023-09-16
2
-1
/
+11
*
implements RFC: [C++] Constructors as default initializers (#22694)
Juan M Gómez
2023-09-14
1
-0
/
+33
*
produce better code for object constructions and 'result' [backport] (#22668)
Andreas Rumpf
2023-09-11
1
-4
/
+7
*
fixes #22680 Nim zero clear an object inherits C++ imported class when a proc...
Juan M Gómez
2023-09-11
1
-0
/
+50
*
fixes #22669 constructor pragma doesnt init Nim default fields (#22670)
Juan M Gómez
2023-09-10
1
-1
/
+34
*
fixes #22679 Nim zero clear an object contains C++ imported class when a proc...
Juan M Gómez
2023-09-10
1
-0
/
+50
*
Instantiates generics in the module that uses it (#22513)
Juan M Gómez
2023-09-09
1
-0
/
+11
*
fixes #22664; guard against potential seqs self assignments (#22671)
ringabout
2023-09-08
1
-0
/
+21
*
fixes #22662 Procs with constructor pragma doesn't initialize object's field...
Juan M Gómez
2023-09-08
1
-1
/
+22
*
Fix #21742: Check generic alias depth before skip (#22443)
SirOlaf
2023-09-08
1
-0
/
+10
*
Fix #17509: Continue instead of return with unfinished generics (#22563)
SirOlaf
2023-09-07
1
-0
/
+25
*
make getType nodes of generic insts have full inst type (#22655)
metagn
2023-09-07
1
-0
/
+35
*
fully revert generic inst sym change, test #22646 (#22653)
metagn
2023-09-06
2
-35
/
+32
*
fixes #22619; don't lift cursor fields in the hook calls (#22638)
ringabout
2023-09-05
1
-0
/
+79
*
fix sym of created generic instantiation type (#22642)
metagn
2023-09-05
1
-4
/
+35
*
fixes branches interacting with break, raise etc. in strictdefs (#22627)
ringabout
2023-09-04
2
-0
/
+157
*
docgen: add Pandoc footnotes (fixes #21080) (#22591)
Andrey Makarov
2023-09-03
2
-3
/
+70
*
resolve unambiguous enum symchoices from local scope, error on rest (#22606)
metagn
2023-09-03
3
-13
/
+28
*
Exclude block from endsInNoReturn, fix regression (#22632)
SirOlaf
2023-09-02
1
-13
/
+0
*
fix isNil folding for compile time closures (#22574)
metagn
2023-09-02
1
-0
/
+8
*
use dummy dest for void branches to fix noreturn in VM (#22617)
metagn
2023-09-01
1
-0
/
+32
*
unify explicit generic param semchecking in calls (#22618)
metagn
2023-09-01
1
-1
/
+20
*
fixes internal error: no generic body fixes #1500 (#22580)
Juan M Gómez
2023-09-01
1
-0
/
+8
[next]