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
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
NIR: VM + refactorings (#22835)
Andreas Rumpf
2023-10-29
1
-2
/
+2
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
2
-1
/
+4
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
1
-0
/
+3
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
5
-11
/
+14
*
fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...
ringabout
2023-10-11
1
-4
/
+13
*
fixes #22711; Check atomicArc for atomic destroy race condition (#22788)
ringabout
2023-10-04
1
-8
/
+15
*
docs: add another switch example for nimscript (#22772)
daylin
2023-09-30
1
-0
/
+1
*
deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)
ringabout
2023-09-29
1
-2
/
+0
*
ref #19727; implement `setLenUninit` for seqsv2 (#22767)
ringabout
2023-09-28
1
-0
/
+24
*
Initialize `newString` in js [backport:1.6] (#22745)
Amjad Ben Hedhili
2023-09-23
1
-1
/
+3
*
items, pairs and friends now use `unCheckedInc` (#22729)
ringabout
2023-09-20
1
-26
/
+31
*
Fix `capacity` for const and shallow [backport] (#22705)
Amjad Ben Hedhili
2023-09-18
3
-4
/
+4
*
followup of #22568 (#22690)
Amjad Ben Hedhili
2023-09-14
1
-24
/
+17
*
Make capacity work with refc [backport] (#22697)
Amjad Ben Hedhili
2023-09-13
3
-11
/
+26
*
Remove some unnecessary initialization in `seq` operations (#22677)
Amjad Ben Hedhili
2023-09-10
1
-7
/
+35
*
Make `newSeqOfCap` not initialize memory. (#21842)
Amjad Ben Hedhili
2023-09-09
2
-2
/
+11
*
fixes #22664; guard against potential seqs self assignments (#22671)
ringabout
2023-09-08
1
-0
/
+6
*
Remove some unnecessary initialization in string operations (#22579)
Amjad Ben Hedhili
2023-09-07
1
-37
/
+61
*
newStringOfCap now won't initialize all elements anymore (#22568)
ringabout
2023-08-28
1
-2
/
+3
*
Markdown code blocks migration part 9 (#22506)
Amjad Ben Hedhili
2023-08-19
2
-13
/
+13
*
Fix `seq.capacity` (#22488)
Amjad Ben Hedhili
2023-08-17
1
-2
/
+2
*
fixes #22481; fixes `card` undefined misalignment behavior (#22484)
ringabout
2023-08-15
1
-1
/
+3
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
5
-47
/
+51
*
clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)
ringabout
2023-08-08
3
-9
/
+9
*
Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...
konsumlamm
2023-08-06
1
-5
/
+5
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
1
-10
/
+0
*
bump the devel version to 211 (#22356)
ringabout
2023-08-01
1
-3
/
+3
*
fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...
ringabout
2023-08-01
1
-1
/
+1
*
remove thread duplicated code (#22348)
Bung
2023-07-31
1
-5
/
+0
*
fixes #22256; fixes GC_disableOrc overflow (#22257)
ringabout
2023-07-11
1
-1
/
+1
*
Rename `seq.add` parameter to be consistent with `refc` (#22244)
Solitude
2023-07-10
1
-2
/
+2
*
Fix #21401 (#22232)
Juan Carlos
2023-07-07
1
-0
/
+8
*
uint arithmetic for pointers (#22159)
Jacek Sieka
2023-06-27
2
-2
/
+2
*
rm zero-extension and uint conversions deprecated since 0.19.9 (#22151)
tersec
2023-06-25
1
-56
/
+0
*
added new experimental API isUniqueRef (#21812)
Andreas Rumpf
2023-06-16
1
-0
/
+12
*
bump NimVersion to 1.9.5 (#22112)
Miran
2023-06-16
1
-1
/
+1
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
2
-3
/
+3
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
1
-4
/
+0
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-0
/
+4
*
Remove GC (#21904)
Juan Carlos
2023-05-25
1
-749
/
+0
*
fixes #21847; let `parseFloat` behave like `strtod` (#21854)
ringabout
2023-05-17
1
-1
/
+3
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
1
-6
/
+6
*
fix nimrtl and nimhcr on arc/orc (#21814)
metagn
2023-05-09
3
-4
/
+4
*
Improve and refactor cellseqs_v2 in Nim standard library (#21796)
Jordan Gillard
2023-05-09
1
-13
/
+10
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-9
/
+24
*
🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)
Jordan Gillard
2023-05-07
1
-8
/
+11
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
1
-5
/
+5
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
1
-0
/
+4
*
ORC: make rootsThreshold thread local [backport] (#21799)
Andreas Rumpf
2023-05-06
1
-5
/
+5
*
fixes #21780 [backport:1.6] (#21785)
Andreas Rumpf
2023-05-04
1
-4
/
+4
[next]