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 #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23...
Juan M Gómez
2024-08-18
3
-1
/
+53
*
allow generic compileTime proc folding (#22022)
metagn
2024-08-18
5
-2
/
+40
*
always lookup pure enum symbols if expected type is enum (#23976)
metagn
2024-08-17
3
-3
/
+20
*
bump checksums (#23975)
ringabout
2024-08-17
1
-1
/
+1
*
fixes docgen regression: don't add newLine for code if it's the first line (#...
ringabout
2024-08-17
4
-14
/
+11
*
fixes default float ranges (#23957)
ringabout
2024-08-16
3
-6
/
+22
*
fix `is` with `type`/`typedesc` crashing the compiler (#23967)
metagn
2024-08-16
2
-2
/
+5
*
remove nontoplevel type hack + consider symbol disamb in type hash (#23969)
metagn
2024-08-16
3
-4
/
+13
*
fixes #23954; uint8 > 8 bit at compile-time (#23955)
ringabout
2024-08-15
2
-1
/
+7
*
disable presto (#23958)
ringabout
2024-08-15
1
-1
/
+1
*
better examples for std/inotify (#23415)
Archar Gelod
2024-08-14
1
-11
/
+21
*
supports `default` for range types using `firstOrd` with `nimPreviewRangeDefa...
ringabout
2024-08-13
2
-5
/
+26
*
fixes #23947; .uint8 compile-time error (#23948)
ringabout
2024-08-13
2
-11
/
+24
*
fix #23817; Use __builtin_saddl_overflow variants for arm-none-eabi-gcc. (#23...
Mark Leyva
2024-08-12
1
-3
/
+11
*
Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942)
Juan M Gómez
2024-08-12
3
-1
/
+14
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
19
-47
/
+166
*
fixes #23913; empty SEQ_DECL_SIZE (#23940)
Tomohiro
2024-08-12
1
-3
/
+1
*
Implemented `compileOption` for `experimental` to test if a feature i… (#23...
Don-Duong Quach
2024-08-12
3
-1
/
+47
*
fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...
ringabout
2024-08-12
2
-1
/
+12
*
impr: std/cpuinfo: use documented impl ; support JS (#23911)
lit
2024-08-11
1
-60
/
+81
*
fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)
ringabout
2024-08-11
2
-1
/
+24
*
fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)
ringabout
2024-08-11
2
-4
/
+8
*
don't treat template/macro/module as overloaded for opensym (#23939)
metagn
2024-08-11
3
-3
/
+8
*
fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)
ringabout
2024-08-11
5
-9
/
+37
*
fixes #23914; jsondoc broken in devel (#23916)
ringabout
2024-08-11
3
-3
/
+8
*
fixes #23907; Double destroy using proc type alias with a sink (#23909)
ringabout
2024-08-11
2
-1
/
+25
*
fixes #23902; Compiler infers sink in return type from auto (#23904)
ringabout
2024-08-11
2
-3
/
+11
*
special handlings for nimble packages to shorten function names (#23891)
ringabout
2024-08-11
2
-29
/
+45
*
Fixed nimscript docs (#23938)
Antonis Geralis
2024-08-11
1
-7
/
+7
*
bump nimble to include the fix to `nimble dump` (#23918)
Juan M Gómez
2024-08-10
1
-1
/
+1
*
closes #6549; adds a test case (#23929)
ringabout
2024-08-09
1
-1
/
+17
*
closes #21347; adds a test case (#23917)
ringabout
2024-08-04
1
-0
/
+8
*
Add a document to toOpenArray proc (#23905)
Tomohiro
2024-08-01
2
-0
/
+18
*
fixes #13391; VM: Can't get address of object (#23903)
ringabout
2024-07-29
1
-0
/
+2
*
fixes JS semicolon omissions (#23896)
ringabout
2024-07-26
7
-11
/
+11
*
fixes #23894; succ/pred shouldn't raise OverflowDefect for unsigned integers ...
ringabout
2024-07-26
2
-1
/
+7
*
implement genericsOpenSym for symchoices (#23873)
metagn
2024-07-25
6
-25
/
+122
*
Overload resultion with generic variables an inheritance (#23870)
Ryan McConnell
2024-07-24
3
-46
/
+117
*
bump nimble to 0.16.0 (#23883)
Juan M Gómez
2024-07-24
1
-1
/
+1
*
minor improvement on cgen (#23887)
ringabout
2024-07-24
1
-4
/
+2
*
improve mangling packages version names with checksums (#23888)
ringabout
2024-07-24
1
-2
/
+2
*
fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable...
Buldram
2024-07-24
2
-2
/
+28
*
fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)
ringabout
2024-07-23
3
-2
/
+48
*
turn some sym flag aliases into enums (#23884)
ringabout
2024-07-23
1
-18
/
+13
*
doc,test(times): followup #23861 (#23881)
lit
2024-07-23
2
-4
/
+17
*
Allocator: Always place free cells into the active chunk and add documentatio...
SirOlaf
2024-07-22
1
-21
/
+96
*
fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)
Ward
2024-07-22
1
-1
/
+1
*
fixes #23869; sink generic typeclass (#23874)
Ryan McConnell
2024-07-22
2
-2
/
+28
*
Fix out-of-bounds slicing in std/varints (#23868)
Buldram
2024-07-22
2
-7
/
+7
*
remove unused field in ConfigRef (#23875)
ringabout
2024-07-22
1
-1
/
+0
[next]