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
*
+ show the inferred exception list (as part of the type) for functions that d...
Nikolay Nikolov
2024-01-15
14
-43
/
+59
*
remove unnecessary workaround from `arrayWith` (#23208)
ringabout
2024-01-15
1
-2
/
+1
*
fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...
ringabout
2024-01-13
2
-3
/
+6
*
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
ringabout
2024-01-13
2
-5
/
+26
*
fix link to `jsfetch` stdlib (#23203)
Ethosa
2024-01-12
1
-1
/
+1
*
patches for #23129 (#23198)
ringabout
2024-01-11
1
-1
/
+1
*
document the new ambiguous identifier resolution (#23166)
metagn
2024-01-11
4
-4
/
+59
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
5
-2
/
+49
*
fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...
ringabout
2024-01-11
2
-1
/
+22
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
8
-23
/
+196
*
Nim manual: better byref pragma explanation (#23192)
Tomohiro
2024-01-09
1
-2
/
+56
*
Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)
Zoom
2024-01-08
1
-7
/
+20
*
trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)
metagn
2024-01-08
2
-2
/
+11
*
don't transform typed bracket exprs to `[]` calls in templates (#23175)
metagn
2024-01-07
2
-14
/
+63
*
Fixes #23172 (#23173)
Ryan McConnell
2024-01-06
3
-1
/
+16
*
fixes #23139; Cannot get repr of range type of enum (#23164)
ringabout
2024-01-05
2
-1
/
+6
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
11
-89
/
+237
*
fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [...
ringabout
2024-01-05
2
-6
/
+15
*
Recommend hanging indent in NEP1 (#23105)
Jacek Sieka
2024-01-03
1
-15
/
+25
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
11
-114
/
+121
*
fixes #23148; restricts infix path concatenation to what starts with `/` (#23...
ringabout
2024-01-02
1
-5
/
+8
*
ambiguous identifier resolution (#23123)
metagn
2024-01-01
13
-71
/
+146
*
`typRel` and `sumGeneric` adjustments (#23137)
Ryan McConnell
2023-12-31
1
-54
/
+46
*
fixes wrong indentation (#23145)
ringabout
2023-12-31
1
-104
/
+104
*
Update copyright year 2024 (#23144)
ringabout
2023-12-31
3
-3
/
+3
*
Fix typo in pegs.nim (#23143)
Ikko Eltociear Ashimine
2023-12-30
1
-3
/
+3
*
Adds info:capabilities to NimSuggest (#23134)
Juan M Gómez
2023-12-29
1
-0
/
+8
*
fixes a typo in the test (#23140)
ringabout
2023-12-29
1
-1
/
+1
*
Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138)
Gianmarco
2023-12-28
1
-1
/
+6
*
Asm syntax pragma (#23119)
ASVIEST
2023-12-25
4
-15
/
+51
*
CI entry may be reset to default (#23127)
Ryan McConnell
2023-12-25
1
-1
/
+1
*
make `-d:debugHeapLinks` compile again (#23126)
ringabout
2023-12-24
1
-4
/
+6
*
fix spurious indent and newlines in rendering of nkRecList (#23121)
metagn
2023-12-24
5
-20
/
+10
*
Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)
Eric N. Vander Weele
2023-12-24
2
-0
/
+23
*
retain postfix node in type section typed AST, with docgen fix (#23101)
metagn
2023-12-23
6
-25
/
+65
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
8
-6
/
+176
*
makes nimsuggest `con` work under v3 (#23113)
Juan M Gómez
2023-12-22
2
-3
/
+19
*
document `--experimental:vtables` (#23111)
ringabout
2023-12-21
1
-0
/
+35
*
fixes nimdoc warnings (#23110)
ringabout
2023-12-21
1
-1
/
+1
*
update action versions (#23109)
ringabout
2023-12-21
3
-4
/
+4
*
update mac CI to macos 12 (#23108)
metagn
2023-12-21
2
-3
/
+3
*
Don't crash for invalid toplevel parseStmt/Expr calls (#23089)
Jake Leahy
2023-12-19
3
-4
/
+27
*
fixes strictnotnil for func, method, converter (#23083)
ringabout
2023-12-19
1
-1
/
+1
*
fixes #18073; fixes #14730; document notnil is only applied to local … (#23...
ringabout
2023-12-19
1
-3
/
+7
*
allow non var deinit for locks and conds: alternative way (#23099)
ringabout
2023-12-19
3
-17
/
+17
*
Revert "retain postfix node in type section typed AST" (#23098)
metagn
2023-12-19
4
-29
/
+5
*
retain postfix node in type section typed AST (#23096)
metagn
2023-12-18
4
-5
/
+29
*
add tuple unpacking changes to changelog (#23093)
metagn
2023-12-18
1
-0
/
+19
*
allow replacing captured syms in macro calls in generics (#23091)
metagn
2023-12-18
5
-7
/
+126
*
Fix grammar (#23090)
Stephen
2023-12-18
1
-1
/
+1
[next]