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
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
error on large integer types as array index range (#23229)
metagn
2024-01-18
1
-3
/
+6
*
fix(#23231): add nimdoc.cls to installer script (#23232)
daylin
2024-01-18
1
-1
/
+1
*
give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)
metagn
2024-01-18
1
-1
/
+1
*
Fix reset code gen for range types (#22462, #23214) (#23215)
Giuliano Mega
2024-01-18
1
-2
/
+2
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
3
-43
/
+49
*
+ show the inferred exception list (as part of the type) for functions that d...
Nikolay Nikolov
2024-01-15
2
-4
/
+20
*
fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...
ringabout
2024-01-13
1
-1
/
+4
*
fixes #15924; Tuple destructuring is broken with closure iterators (#23205)
ringabout
2024-01-13
1
-5
/
+8
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
3
-1
/
+21
*
fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...
ringabout
2024-01-11
1
-1
/
+6
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
3
-17
/
+33
*
trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)
metagn
2024-01-08
1
-2
/
+1
*
don't transform typed bracket exprs to `[]` calls in templates (#23175)
metagn
2024-01-07
1
-14
/
+25
*
Fixes #23172 (#23173)
Ryan McConnell
2024-01-06
1
-1
/
+1
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
1
-27
/
+36
*
fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [...
ringabout
2024-01-05
1
-6
/
+10
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
1
-3
/
+9
*
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
3
-63
/
+114
*
`typRel` and `sumGeneric` adjustments (#23137)
Ryan McConnell
2023-12-31
1
-54
/
+46
*
Update copyright year 2024 (#23144)
ringabout
2023-12-31
1
-1
/
+1
*
Asm syntax pragma (#23119)
ASVIEST
2023-12-25
3
-15
/
+34
*
fix spurious indent and newlines in rendering of nkRecList (#23121)
metagn
2023-12-24
1
-3
/
+2
*
retain postfix node in type section typed AST, with docgen fix (#23101)
metagn
2023-12-23
3
-23
/
+55
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
4
-6
/
+22
*
Don't crash for invalid toplevel parseStmt/Expr calls (#23089)
Jake Leahy
2023-12-19
1
-0
/
+3
*
fixes strictnotnil for func, method, converter (#23083)
ringabout
2023-12-19
1
-1
/
+1
*
Revert "retain postfix node in type section typed AST" (#23098)
metagn
2023-12-19
1
-19
/
+3
*
retain postfix node in type section typed AST (#23096)
metagn
2023-12-18
1
-3
/
+19
*
allow replacing captured syms in macro calls in generics (#23091)
metagn
2023-12-18
4
-7
/
+40
*
types refactoring; WIP (#23086)
Andreas Rumpf
2023-12-17
11
-97
/
+81
*
Mark `macros.error` as `.noreturn.` (#23081)
Jake Leahy
2023-12-17
2
-0
/
+6
*
Allow `parseAll` to parse statements separated by semicolons (#23088)
Jake Leahy
2023-12-17
1
-16
/
+10
*
fixes #22637; now `--experimental:strictNotNil` can be enabled globally (#23079)
ringabout
2023-12-16
1
-2
/
+2
*
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
28
-117
/
+135
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
3
-64
/
+91
*
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
3
-7
/
+24
*
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
16
-254
/
+257
*
fixes #9381; Fix double evaluation of types in generic objects (#23072)
Pylgos
2023-12-14
1
-5
/
+14
*
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
2
-12
/
+15
*
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
1
-0
/
+13
*
Ast stmt now saves its ast structure in the compiler (#23053)
ASVIEST
2023-12-12
2
-1
/
+8
[prev]
[next]