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
/
magicsys.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-1
/
+1
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-0
/
+7
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-5
/
+5
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-0
/
+9
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-1
/
+1
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-3
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+2
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
1
-1
/
+0
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-2
/
+2
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-1
/
+1
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-0
/
+1
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-0
/
+2
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-2
/
+0
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-50
/
+0
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-5
/
+2
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-8
/
+8
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-15
/
+15
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-0
/
+25
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
1
-2
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-2
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-1
/
+2
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-10
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-15
/
+5
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-05-18
1
-1
/
+1
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-2
/
+2
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-2
/
+2
*
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-3
/
+6
*
big refactoring: magicsys compiles again
Andreas Rumpf
2018-05-10
1
-93
/
+86
*
make tests green again
Araq
2016-11-01
1
-1
/
+1
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-0
/
+4
*
big refactoring: step 1
Araq
2016-10-31
1
-0
/
+4
*
fixes #4295
Andreas Rumpf
2016-06-07
1
-5
/
+9
*
added undocumented exportNims pragma for Nimscript support
Araq
2015-10-03
1
-16
/
+22
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-13
/
+13
*
implemented 'guard' annotation
Araq
2014-09-21
1
-1
/
+1
*
the big renamefest: first steps
Araq
2014-08-22
1
-5
/
+7
*
some progress for jester+async
Araq
2014-06-27
1
-0
/
+2
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-7
/
+7
*
case consistency part 1
Araq
2013-12-27
1
-9
/
+8
*
fixes #578
Araq
2013-08-30
1
-1
/
+1
*
float64 is now an alias to 'float'; fixes #545
Araq
2013-08-30
1
-4
/
+9
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-1
/
+15
*
get rid of ImportTablePos and ModuleTablePos
Zahary Karadjov
2013-05-12
1
-2
/
+0
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
small improvements
Araq
2013-02-27
1
-1
/
+4
*
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
1
-0
/
+9
[next]