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 a typo in the test (#23140)
ringabout
2023-12-29
1
-1
/
+1
*
retain postfix node in type section typed AST, with docgen fix (#23101)
metagn
2023-12-23
2
-1
/
+8
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
2
-0
/
+79
*
Don't crash for invalid toplevel parseStmt/Expr calls (#23089)
Jake Leahy
2023-12-19
1
-0
/
+15
*
Revert "retain postfix node in type section typed AST" (#23098)
metagn
2023-12-19
2
-8
/
+1
*
retain postfix node in type section typed AST (#23096)
metagn
2023-12-18
2
-1
/
+8
*
allow replacing captured syms in macro calls in generics (#23091)
metagn
2023-12-18
1
-0
/
+86
*
Mark `macros.error` as `.noreturn.` (#23081)
Jake Leahy
2023-12-17
2
-0
/
+18
*
Allow `parseAll` to parse statements separated by semicolons (#23088)
Jake Leahy
2023-12-17
1
-0
/
+4
*
rationals: support Rational[SomeUnsignedInt] (#23046)
shirleyquirk
2023-12-15
1
-0
/
+9
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
5
-2
/
+59
*
Overloads passed to static proc parameters now convert to the desired… (#23...
Jason Beetham
2023-12-14
1
-1
/
+8
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-16
/
+0
*
fixes #9381; Fix double evaluation of types in generic objects (#23072)
Pylgos
2023-12-14
1
-0
/
+14
*
fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)
ringabout
2023-12-13
1
-0
/
+5
*
Look up generic parameters when found inside semOverloadedCall, fixin… (#23...
Jason Beetham
2023-12-12
1
-0
/
+9
*
Don't process a user pragma if its invalid (#23041)
Jake Leahy
2023-12-07
1
-0
/
+9
*
Don't recurse into inner functions during asyncjs transform (#23036)
Jake Leahy
2023-12-06
1
-0
/
+5
*
fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...
ringabout
2023-12-05
1
-0
/
+22
*
Also show the `raises` pragma when converting proc types to string (#23026)
Nikolay Nikolov
2023-12-04
1
-1
/
+1
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-0
/
+56
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
5
-5
/
+9
*
Fix endsInNoReturn for case statements (#23009)
SirOlaf
2023-11-30
1
-4
/
+41
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
1
-0
/
+16
*
fixes #22926; Different type inferred when setting a default value for an arr...
ringabout
2023-11-29
2
-6
/
+30
*
fixes #22996; `typeAllowedCheck` for default fields (#22998)
ringabout
2023-11-29
1
-0
/
+7
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
9
-145
/
+197
*
Don't try and get enum value if its invalid (#22997)
Jake Leahy
2023-11-28
1
-0
/
+8
*
fix: std/marshal unmarshaling of ref objects (#22983)
John Viega
2023-11-26
1
-1
/
+41
*
remove unnecessary side-effects from base64.encode(mime) (#22986)
tersec
2023-11-25
1
-0
/
+4
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
9
-29
/
+63
*
fixes #22971; `inferGenericTypes` does not work with method call syntax (#22972)
Pylgos
2023-11-22
1
-1
/
+23
*
closes #12464; adds a test case (#22967)
ringabout
2023-11-20
1
-0
/
+13
*
fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...
ringabout
2023-11-19
2
-16
/
+20
*
fixes #22913; fixes #12985 differently push-ing pragma exportc genera… (#22...
ringabout
2023-11-19
1
-0
/
+39
*
fixes #22947; static integers in quote do [backport] (#22948)
ringabout
2023-11-18
1
-0
/
+13
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
1
-6
/
+6
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
1
-1
/
+7
*
fixes #22673; Cannot prove that result is initialized for a placehold… (#22...
ringabout
2023-11-06
1
-0
/
+21
*
fixes #22902; borrow from proc return type mismatch (#22908)
ringabout
2023-11-04
1
-0
/
+8
*
fixes #22866; fixes #19998; ensure destruction for Object construction with c...
ringabout
2023-11-02
2
-10
/
+16
*
minor fixes for node20 (#22894)
ringabout
2023-10-31
1
-1
/
+1
*
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
[next]