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
*
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
*
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
3
-2
/
+12
*
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
5
-4
/
+85
*
fixes nimsuggest false error on lifetime tracking hook fixes #22794 (#22805)
Juan M Gómez
2023-10-08
1
-0
/
+1
*
Add getCursorPos() to std/terminal (#22749)
Matt Rixman
2023-10-08
1
-1
/
+47
*
fixes #22787; marks `var section` in the loop as reassign preventing cursor (...
ringabout
2023-10-07
2
-0
/
+41
*
Fix typo/grammar in exception tracking section (#22801)
Levi Notik
2023-10-07
1
-1
/
+1
*
remove the O(n*n) `addUnique` one from std (#22799)
ringabout
2023-10-06
1
-12
/
+0
*
fixes #22711; Check atomicArc for atomic destroy race condition (#22788)
ringabout
2023-10-04
1
-8
/
+15
*
document `atomicInc` and `atomicDec` (#22789)
ringabout
2023-10-04
1
-0
/
+2
*
arraymancer switches to the offical URL (#22782)
ringabout
2023-10-03
1
-1
/
+1
*
nimsuggest: Clear generic inst cache before partial recompilation (#22783)
Pylgos
2023-10-03
3
-3
/
+57
*
fixes #22778 regression: contentLength implementation type mismatched (#22780)
ringabout
2023-10-03
2
-1
/
+2
*
fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)
ringabout
2023-10-02
5
-9
/
+49
*
Fix IndexDefect in asyncfile.readLine (#22774)
CMD
2023-10-01
1
-0
/
+2
*
copyFile with POSIX_FADV_SEQUENTIAL (#22776)
Juan Carlos
2023-10-01
2
-0
/
+9
*
docs: add another switch example for nimscript (#22772)
daylin
2023-09-30
2
-0
/
+3
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
4
-29
/
+78
*
fixes #22554; makes `newSeqWith` use `newSeqUninit` (#22771)
ringabout
2023-09-30
2
-7
/
+13
*
copyFile with bufferSize instead of hardcoded value (#22769)
Juan Carlos
2023-09-30
2
-9
/
+11
*
fixes #22696; func `strutils.join` for non-strings uses proc `$` which can ha...
ringabout
2023-09-30
1
-1
/
+1
*
case macro now can be used inside generic. Fixes #20435 (#22752)
Juan M Gómez
2023-09-30
2
-1
/
+45
*
deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)
ringabout
2023-09-29
4
-6
/
+32
*
fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...
ringabout
2023-09-28
5
-3
/
+16
*
C++ Adds support for default arg using object construction syntax. Fixes a co...
Juan M Gómez
2023-09-28
2
-3
/
+35
*
ref #19727; implement `setLenUninit` for seqsv2 (#22767)
ringabout
2023-09-28
2
-0
/
+26
*
Removed `localStorage.hasKey` binding (#22766)
Thiago
2023-09-28
1
-1
/
+0
*
Fix #21407 (#22759)
Juan Carlos
2023-09-28
2
-0
/
+9
*
Documentation only (#22760)
Juan Carlos
2023-09-27
1
-12
/
+12
*
iNim switch to the official URL (#22762)
ringabout
2023-09-27
1
-1
/
+1
*
Documentation only (#22761)
Juan Carlos
2023-09-27
1
-0
/
+4
*
fixes #10542; suppresses varargs conversion warnings (#22757)
ringabout
2023-09-26
3
-2
/
+27
*
Add test case for #15351 (#22754)
Jake Leahy
2023-09-26
1
-0
/
+5
*
fixes stint CI (#22756)
ringabout
2023-09-26
1
-1
/
+1
*
fixes #22706; turn "unknown hint" into a hint (#22755)
ringabout
2023-09-25
2
-1
/
+7
*
Make `newStringUninit` available in the VM [backport] (#22748)
Amjad Ben Hedhili
2023-09-25
1
-9
/
+12
*
Update Bisect (#22750)
Juan Carlos
2023-09-25
1
-15
/
+16
*
Add magic toOpenArrayChar (#22751)
SirOlaf
2023-09-24
1
-0
/
+3
*
Fix `newStringUninit` not setting the '\0' terminator [backport] (#22746)
Amjad Ben Hedhili
2023-09-23
1
-2
/
+6
[next]