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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for custom ASTs in the Nim parser (#23417)
Andreas Rumpf
2024-03-18
2
-0
/
+136
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-1
/
+1
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-1
/
+1
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
2
-2
/
+2
*
fixes #20162; locals doesn't work with ORC [backport] (#20163)
ringabout
2022-08-23
1
-1
/
+1
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-2
/
+2
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
2
-3
/
+3
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-2
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
2
-5
/
+5
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
2
-2
/
+2
*
fixes #11958 (#12013)
Andreas Rumpf
2019-08-23
1
-12
/
+11
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
2
-4
/
+2
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-1
/
+1
*
Fix locals() interaction with generic types
LemonBoy
2018-09-21
1
-1
/
+1
*
cleanup import paths
Araq
2018-09-21
1
-1
/
+1
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-1
/
+1
*
active.nim: fixes the import path so that compilation with --noNimblePath works
Andreas Rumpf
2018-05-29
1
-1
/
+1
*
refactoring: fewer global variables
Andreas Rumpf
2018-05-27
3
-9
/
+16
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-4
/
+4
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-5
/
+5
*
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-1
/
+1
*
fixes #7522
Araq
2018-04-06
3
-7
/
+6
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-1
/
+1
*
fixes #3622
Andreas Rumpf
2015-12-04
2
-4
/
+6
*
lambda lifting support for iterToProc plugin
Araq
2015-12-01
1
-0
/
+49
*
added iterToProc plugin
Araq
2015-12-01
1
-1
/
+1
*
Hopefully fixes nimsuggest building against the compiler package.
Dominik Picheta
2015-06-04
1
-1
/
+2
*
system.locals is now a plugin for education
Araq
2015-04-24
2
-0
/
+55