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 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
*
types refactoring; WIP (#23086)
Andreas Rumpf
2023-12-17
11
-97
/
+81
*
Show the name of the unexpected exception that was thrown in `std/unittest` (...
Jake Leahy
2023-12-17
1
-1
/
+2
*
Mark `macros.error` as `.noreturn.` (#23081)
Jake Leahy
2023-12-17
5
-1
/
+30
*
Allow `parseAll` to parse statements separated by semicolons (#23088)
Jake Leahy
2023-12-17
2
-16
/
+14
*
fixes #22637; now `--experimental:strictNotNil` can be enabled globally (#23079)
ringabout
2023-12-16
1
-2
/
+2
*
fixes not nil examples (#23080)
ringabout
2023-12-15
1
-0
/
+1
*
make treeToYaml print yaml (and not json) (#23082)
Jacek Sieka
2023-12-15
2
-170
/
+203
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
25
-194
/
+197
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
29
-117
/
+138
*
rationals: support Rational[SomeUnsignedInt] (#23046)
shirleyquirk
2023-12-15
2
-6
/
+15
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
10
-69
/
+154
*
fixes #23051; don't generate documentation for exported symbols again (#23074)
ringabout
2023-12-14
1
-1
/
+2
*
Overloads passed to static proc parameters now convert to the desired… (#23...
Jason Beetham
2023-12-14
4
-8
/
+32
*
fixes #23065; DocLike command defaults to ORC (#23075)
ringabout
2023-12-14
1
-1
/
+2
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
17
-270
/
+257
*
fixes #9381; Fix double evaluation of types in generic objects (#23072)
Pylgos
2023-12-14
2
-5
/
+28
*
Skip trailing asterisk when placing inlay type hints. Fixes #23067 (#23068)
Nikolay Nikolov
2023-12-13
1
-2
/
+13
*
nimpretty: check the rendered AST for wrong output (#23057)
Andreas Rumpf
2023-12-13
3
-14
/
+55
*
fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)
ringabout
2023-12-13
2
-1
/
+6
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
35
-430
/
+422
*
Typrel whitespace (#23061)
Ryan McConnell
2023-12-13
1
-24
/
+1
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
57
-658
/
+713
*
Look up generic parameters when found inside semOverloadedCall, fixin… (#23...
Jason Beetham
2023-12-12
2
-0
/
+22
[next]