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
...
*
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
*
Only suggest symbols that could be pragmas when typing a pragma (#23040)
Jake Leahy
2023-12-07
4
-3
/
+45
*
Don't process a user pragma if its invalid (#23041)
Jake Leahy
2023-12-07
1
-1
/
+4
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
6
-75
/
+20
*
fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...
ringabout
2023-12-05
1
-1
/
+1
*
forbides adding sons for `PType` (#23030)
ringabout
2023-12-04
4
-16
/
+7
*
Also show the `raises` pragma when converting proc types to string (#23026)
Nikolay Nikolov
2023-12-04
1
-1
/
+9
*
Fix nimsuggest `def` being different on proc definition/use (#23025)
Jake Leahy
2023-12-04
1
-2
/
+12
*
Show proper error message if trying to run a Nim file in a directory that doe...
Jake Leahy
2023-12-02
1
-1
/
+4
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
5
-10
/
+28
*
fixes #23001; give a better warning for PtrToCstringConv (#23005)
ringabout
2023-11-30
1
-1
/
+1
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
7
-15
/
+26
[prev]
[next]