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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix endsInNoReturn for case statements (#23009)
SirOlaf
2023-11-30
2
-10
/
+23
*
fixes #22926; Different type inferred when setting a default value for an arr...
ringabout
2023-11-29
1
-0
/
+6
*
fixes #22996; `typeAllowedCheck` for default fields (#22998)
ringabout
2023-11-29
2
-2
/
+8
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
15
-51
/
+350
*
Don't try and get enum value if its invalid (#22997)
Jake Leahy
2023-11-28
1
-3
/
+4
*
Register declaration of enum field has a use (#22990)
Jake Leahy
2023-11-27
1
-0
/
+1
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
2
-3
/
+6
*
nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)
Nikolay Nikolov
2023-11-24
1
-0
/
+1
*
progress: 'm' command line switch (#22976)
Andreas Rumpf
2023-11-22
3
-2
/
+9
*
fixes #22971; `inferGenericTypes` does not work with method call syntax (#22972)
Pylgos
2023-11-22
1
-2
/
+2
*
Don't provide suggestions for enum fields (#22959)
Jake Leahy
2023-11-20
1
-0
/
+3
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
45
-360
/
+456
*
fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...
ringabout
2023-11-19
1
-0
/
+6
*
fixes #22913; fixes #12985 differently push-ing pragma exportc genera… (#22...
ringabout
2023-11-19
2
-1
/
+7
*
fixes #22947; static integers in quote do [backport] (#22948)
ringabout
2023-11-18
1
-1
/
+1
*
nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...
Nikolay Nikolov
2023-11-15
1
-2
/
+2
*
Fix using `--stdout` with `jsondoc` (#22925)
Jake Leahy
2023-11-09
2
-1
/
+3
*
IC: use better packed line information format (#22917)
Andreas Rumpf
2023-11-07
7
-147
/
+135
*
Inlay hints for types of consts (#22916)
Nikolay Nikolov
2023-11-07
3
-5
/
+19
*
fixes #22673; Cannot prove that result is initialized for a placehold… (#22...
ringabout
2023-11-06
2
-2
/
+3
*
NIR: C codegen additions (#22914)
Andreas Rumpf
2023-11-06
3
-58
/
+121
*
NIR: C codegen, WIP (#22903)
Andreas Rumpf
2023-11-05
10
-92
/
+1072
*
Add missing std prefix (#22910)
Solitude
2023-11-04
1
-1
/
+1
*
Inlay hints support (#22896)
Nikolay Nikolov
2023-11-04
5
-42
/
+96
*
fixes #22902; borrow from proc return type mismatch (#22908)
ringabout
2023-11-04
2
-2
/
+3
*
fixes #22866; fixes #19998; ensure destruction for Object construction with c...
ringabout
2023-11-02
1
-1
/
+3
*
so close... (#22885)
Andreas Rumpf
2023-10-31
7
-159
/
+255
*
fixes nightlies; fixes incompatible types with csource_v2 (#22889)
ringabout
2023-10-30
1
-3
/
+3
*
NIR: progress (#22884)
Andreas Rumpf
2023-10-29
3
-19
/
+96
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
88
-149
/
+244
*
NIR: VM + refactorings (#22835)
Andreas Rumpf
2023-10-29
10
-647
/
+1536
*
C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855)
Juan M Gómez
2023-10-23
1
-0
/
+6
*
Fix #22826: Don't skip generic instances in type comparison (#22828)
SirOlaf
2023-10-21
1
-4
/
+4
*
NIR: temporary ID generation bugfix (#22830)
Andreas Rumpf
2023-10-16
5
-44
/
+61
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
20
-386
/
+1385
*
fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...
ringabout
2023-10-13
1
-0
/
+2
*
fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819)
ringabout
2023-10-13
1
-2
/
+2
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
15
-101
/
+278
*
Import std/stackframes in ast2ir.nim (#22815)
SirOlaf
2023-10-11
1
-0
/
+3
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
28
-92
/
+3968
*
fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...
ringabout
2023-10-11
1
-0
/
+2
*
suppress incorrect var T destructor warnings for newFinalizer in stdlib (#22810)
ringabout
2023-10-11
2
-3
/
+5
*
allows cast int to bool/enum in VM (#22809)
ringabout
2023-10-11
1
-2
/
+2
*
adds support for noDecl in constructor (#22811)
Juan M Gómez
2023-10-11
1
-0
/
+1
*
fixes #8893; guard against array access in renderer (#22807)
ringabout
2023-10-09
1
-1
/
+1
*
marking a field with noInit allows to skip constructor initialiser (#22802)
Juan M Gómez
2023-10-08
2
-3
/
+4
*
fixes nimsuggest false error on lifetime tracking hook fixes #22794 (#22805)
Juan M Gómez
2023-10-08
1
-0
/
+1
*
fixes #22787; marks `var section` in the loop as reassign preventing cursor (...
ringabout
2023-10-07
1
-0
/
+4
*
fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)
ringabout
2023-10-02
2
-2
/
+2
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-15
/
+60
[prev]
[next]