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
*
treat generic body type as atomic in iterOverType (#24096)
metagn
2024-09-11
2
-1
/
+15
*
make sigmatch use prepareNode for tyFromExpr (#24095)
metagn
2024-09-11
5
-5
/
+47
*
implement template default values using other params (#24073)
metagn
2024-09-11
5
-1
/
+45
*
don't instantiate generic body type symbols in generic expressions (#24092)
metagn
2024-09-10
2
-0
/
+31
*
add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)
metagn
2024-09-09
4
-4
/
+27
*
enable closures tests for JS & implement `finished` for JS (#23521)
ringabout
2024-09-09
13
-29
/
+80
*
Adds an example of using ident to name procedures to the macros tutorial (#22...
CharlesEnding
2024-09-09
1
-0
/
+30
*
fix: InotifyEvent.name should be UncheckedArray[char] (#23413)
Tobias Dély
2024-09-09
1
-1
/
+1
*
+ show the effectsOf pragma (if present) of procs in nimsuggest hints… (#23...
Nikolay Nikolov
2024-09-09
1
-0
/
+10
*
open new scope for const values (#24084)
metagn
2024-09-09
5
-0
/
+31
*
fixes #21353; fixes default closure in the VM (#24070)
ringabout
2024-09-09
3
-23
/
+27
*
fix regression with generic params in static type (#24075)
metagn
2024-09-09
2
-0
/
+13
*
show symchoices as ambiguous in overload type mismatches (#24077)
metagn
2024-09-09
9
-13
/
+97
*
fix int32's that should be uint32 on BSD & OSX (#24078)
metagn
2024-09-09
3
-10
/
+18
*
Fix CSS for `number-lines` code blocks (#24081)
Jake Leahy
2024-09-09
3
-8
/
+14
*
fix CI, sem whole `when` stmts as generic stmt (#24072)
metagn
2024-09-08
2
-3
/
+17
*
Fix ioselectors_kqueue raising wrong exceptions (#24079)
bptato
2024-09-08
2
-3
/
+26
*
fix subscript in generics, typeof, `lent` with bracket (#24067)
metagn
2024-09-08
3
-0
/
+41
*
improve compiler performance on dot fields after #24005 (#24074)
metagn
2024-09-08
1
-6
/
+3
*
fix string literal assignment with different lengths on ARC (#24083)
metagn
2024-09-08
2
-1
/
+18
*
generate tyFromExpr for `when` in generics (#24066)
metagn
2024-09-06
4
-4
/
+65
*
adapt generic default parameters to recent generics changes (#24065)
metagn
2024-09-06
9
-28
/
+56
*
fixes #24053; fixes #18288; relax reorder with push/pop pragmas restrictions;...
ringabout
2024-09-06
2
-11
/
+19
*
proper errors for subscript overloads (#24068)
metagn
2024-09-06
7
-52
/
+128
*
expose `rangeBase` typetrait, fix enum conversion warning (#24056)
metagn
2024-09-06
6
-3
/
+74
*
fix undeclared identifier in templates in generics (#24069)
metagn
2024-09-06
2
-1
/
+11
*
remove unused config field: keepComments (#24063)
ringabout
2024-09-05
1
-2
/
+0
*
fixes #23897; Useless empty C files with arc/orc (#24064)
ringabout
2024-09-05
1
-3
/
+0
*
Make math.isNaN,copySign,etc available on objc (#24025)
lit
2024-09-05
1
-1
/
+1
*
remove unused nimStdlibVersion (#24060)
ringabout
2024-09-04
2
-19
/
+1
*
Make `$` on 0-length `MemSlice` produce Nim "" as per DMisener idea (#24015)
c-blake
2024-09-04
1
-1
/
+1
*
streams: implement readStr for VM, document VM limitations (#24058)
metagn
2024-09-04
3
-4
/
+17
*
document partial generics breaking changes (#24055)
metagn
2024-09-04
1
-0
/
+13
*
proper error for calling nil closure in VM (#24059)
metagn
2024-09-04
3
-0
/
+35
*
fixes symbolName for range enums (#24052)
ringabout
2024-09-03
2
-1
/
+17
*
fixes push warnings for sempass2 (#23603)
ringabout
2024-09-03
9
-37
/
+87
*
allow conversions between `var` types of range types and base types (#24037)
metagn
2024-09-03
5
-22
/
+81
*
fully disable static paramTypesMatch for tyFromExpr in generics (#24049)
metagn
2024-09-03
2
-5
/
+12
*
fix segfault with gensym node instantiation (#24050)
metagn
2024-09-03
2
-1
/
+31
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
22
-118
/
+436
*
fixes #24033; Yielding from var fails with pairs and destructuring (#24046)
ringabout
2024-09-02
2
-3
/
+25
*
check constant conditions in generic `when` in objects (#24042)
metagn
2024-09-02
2
-5
/
+58
*
fixes #24031; js codegen bug for case statement with just else branch (#24047)
ringabout
2024-09-02
2
-2
/
+14
*
generic issues test cases (#24028)
metagn
2024-08-30
5
-0
/
+221
*
fixes #24034; fixes lent types after taking implicit address (#24035)
ringabout
2024-08-30
2
-0
/
+21
*
remove noise from bug report issue form (#24030)
metagn
2024-08-29
1
-19
/
+16
*
proper error message for out-of-range enum sets (#24027)
metagn
2024-08-29
3
-3
/
+74
*
fix `include` in templates, with prefix operators (#24029)
metagn
2024-08-29
5
-12
/
+25
*
fixes typo (#24026)
ringabout
2024-08-29
1
-1
/
+1
*
fixes #23923; type-aliased seq[T] get different backend C/C++ pointer type na...
ringabout
2024-08-28
2
-2
/
+14
[next]