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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixes #22673; Cannot prove that result is initialized for a placehold… (#22...
ringabout
2023-11-06
3
-2
/
+24
*
NIR: C codegen additions (#22914)
Andreas Rumpf
2023-11-06
3
-58
/
+121
*
reserve `sysFatal` for `Defect` (#22158)
Jacek Sieka
2023-11-06
4
-18
/
+15
*
NIR: C codegen, WIP (#22903)
Andreas Rumpf
2023-11-05
10
-92
/
+1072
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
4
-4
/
+10
*
Add missing std prefix (#22910)
Solitude
2023-11-04
1
-1
/
+1
*
fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904)
ringabout
2023-11-04
1
-1
/
+4
*
Inlay hints support (#22896)
Nikolay Nikolov
2023-11-04
6
-44
/
+149
*
fixes #22902; borrow from proc return type mismatch (#22908)
ringabout
2023-11-04
3
-2
/
+11
*
adds C++ features to change log (#22906)
Juan M Gómez
2023-11-03
1
-0
/
+3
*
fixes #22866; fixes #19998; ensure destruction for Object construction with c...
ringabout
2023-11-02
3
-11
/
+19
*
Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)
Yardanico
2023-11-01
2
-11
/
+26
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
4
-7
/
+11
*
so close... (#22885)
Andreas Rumpf
2023-10-31
7
-159
/
+255
*
minor fixes for node20 (#22894)
ringabout
2023-10-31
2
-3
/
+3
*
bump node to 20.x; since 16.x is End-of-Life (#22892)
ringabout
2023-10-30
3
-9
/
+9
*
fixes nightlies; fixes incompatible types with csource_v2 (#22889)
ringabout
2023-10-30
1
-3
/
+3
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
142
-275
/
+277
*
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
11
-649
/
+1538
*
Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)
Yardanico
2023-10-29
2
-1
/
+2
*
build documentation for `htmlparser` (#22879)
ringabout
2023-10-27
1
-1
/
+4
*
fixes #22868; fixes `std/nre` leaks under ARC/ORC (#22872)
ringabout
2023-10-27
1
-0
/
+2
*
deprecate htmlparser (#22870)
ringabout
2023-10-26
2
-0
/
+3
*
fixes #22867; fixes cstring modification example on Nim Manual (#22871)
ringabout
2023-10-26
1
-1
/
+2
*
doc: fix typos (#22869)
shuoer86
2023-10-25
4
-5
/
+5
*
fixes #22856; enables `-d:nimStrictDelete` (#22858)
ringabout
2023-10-24
2
-5
/
+2
*
fixes `system.delete` that raises defects (#22857)
ringabout
2023-10-23
1
-1
/
+1
*
fix use after free (#22854)
握猫猫
2023-10-23
1
-2
/
+2
*
C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855)
Juan M Gómez
2023-10-23
3
-1
/
+24
*
Fix #22826: Don't skip generic instances in type comparison (#22828)
SirOlaf
2023-10-21
2
-4
/
+12
*
explicitly import using `std/` in `tempfiles.nim` (#22851)
Vindaar
2023-10-20
1
-1
/
+1
*
fixes #22844; uses arrays to store holeyenums for iterations; much more effic...
ringabout
2023-10-20
2
-1
/
+17
*
fix #22834 (#22843)
rockcavera
2023-10-20
1
-9
/
+38
*
Bisect default Linux (#22840)
Juan Carlos
2023-10-18
1
-0
/
+5
*
fixes #22836; Unnecessary warning on 'options.none' with 'strictDefs'… (#22...
ringabout
2023-10-18
1
-1
/
+1
*
NIR: temporary ID generation bugfix (#22830)
Andreas Rumpf
2023-10-16
5
-44
/
+61
*
the compiler can be compiled with vcc (#22832)
Juan M Gómez
2023-10-16
1
-1
/
+1
*
closes #16919; followup #16820, test tsugar on all backends (#22829)
ringabout
2023-10-16
1
-8
/
+8
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
22
-387
/
+1389
*
Update readme.md (#22827)
Himaj Patil
2023-10-15
1
-3
/
+5
*
fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...
ringabout
2023-10-13
2
-0
/
+55
*
fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819)
ringabout
2023-10-13
2
-30
/
+49
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
16
-101
/
+281
*
update nimble (#22814)
ringabout
2023-10-11
1
-1
/
+1
*
Import std/stackframes in ast2ir.nim (#22815)
SirOlaf
2023-10-11
1
-0
/
+3
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
35
-122
/
+4009
*
fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...
ringabout
2023-10-11
3
-4
/
+16
*
use lent for the return value of index accesses of tables (#22812)
ringabout
2023-10-11
1
-2
/
+2
[prev]
[next]