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
*
fixes the regression
Andreas Rumpf
2019-03-07
1
-1
/
+2
*
owned refs must be moved
Andreas Rumpf
2019-03-07
4
-27
/
+8
*
explicit default values for a leaner codegen, .cursor variables for optimization
Andreas Rumpf
2019-03-07
6
-46
/
+164
*
fixes #10791
Andreas Rumpf
2019-03-06
1
-0
/
+3
*
make tests green again
Andreas Rumpf
2019-03-06
1
-1
/
+2
*
dfa.nim: continues are bad
Andreas Rumpf
2019-03-06
1
-2
/
+3
*
implement system.default for the JS target
Andreas Rumpf
2019-03-05
1
-11
/
+16
*
introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...
Andreas Rumpf
2019-03-05
8
-28
/
+28
*
colors for debugging (not for windows) (#10786)
Arne Döring
2019-03-05
1
-3
/
+33
*
fixes a critical GC safety inference bug (#10615)
Andreas Rumpf
2019-03-05
5
-32
/
+42
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
4
-10
/
+19
*
no underscores
Andreas Rumpf
2019-03-05
1
-3
/
+3
*
better error message for 'owned'
Andreas Rumpf
2019-03-05
1
-1
/
+2
*
DFA: fixes wrong 'def' instruction emission
Andreas Rumpf
2019-03-05
1
-5
/
+6
*
destructors/dfa: more documentation
Andreas Rumpf
2019-03-04
2
-8
/
+40
*
ccgexprs.nim: less confusing code layout
Andreas Rumpf
2019-03-04
1
-5
/
+10
*
cgen.nim: code cleanups
Andreas Rumpf
2019-03-04
1
-15
/
+17
*
special typing rules for owned pointers
Andreas Rumpf
2019-03-04
5
-4
/
+17
*
Added optional proc parameter to llStreamOpenStdIn (#10769)
sealmove
2019-03-04
1
-2
/
+6
*
doc: move specific checks to advanced options, for a less intimidatin… (#10...
Jacek Sieka
2019-03-04
3
-6
/
+3
*
sizealign of union type (#10780)
Arne Döring
2019-03-04
1
-2
/
+52
*
More depth debug proc (#10782)
Arne Döring
2019-03-04
1
-89
/
+209
*
compiler/extccomp: use getNimcacheDir for writing build instruction (#10772)
alaviss
2019-03-04
1
-1
/
+1
*
add wasm32 platform
Jacek Sieka
2019-03-03
1
-2
/
+3
*
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
Arne Döring
2019-02-28
4
-100
/
+73
*
gc:destructors: progress
Andreas Rumpf
2019-02-28
3
-0
/
+19
*
compiler/commands: keep extension for output file (#10755)
alaviss
2019-02-28
1
-1
/
+1
*
compiler/[main,docgen]: don't put generated doc in subfolder (#10754)
alaviss
2019-02-28
2
-2
/
+6
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
33
-343
/
+845
*
minor fix for debug on symbols (#10742)
Arne Döring
2019-02-26
1
-3
/
+3
*
make typeToString sane for sequence again
Andreas Rumpf
2019-02-25
1
-1
/
+1
*
make nimsuggest aware of tyOwned
Andreas Rumpf
2019-02-25
1
-1
/
+1
*
Fixes #10727. (#10728)
deech
2019-02-25
1
-1
/
+6
*
discard destroys its argument in-place (#9478)
LemonBoy
2019-02-23
1
-0
/
+4
*
Tuple unpacking now works for `for` vars (#10152)
Neelesh Chandola
2019-02-23
5
-45
/
+116
*
Open a new scope for `static:` expr blocks (#10649)
LemonBoy
2019-02-23
1
-1
/
+5
*
Tighten the conversion from tyRange to scalar types (#10495)
LemonBoy
2019-02-23
1
-6
/
+7
*
make the VM aware of tyOwned
Andreas Rumpf
2019-02-23
1
-4
/
+4
*
FFI at CT (#10150)
Timothee Cour
2019-02-23
7
-136
/
+162
*
fixes #10678 (#10681)
Arne Döring
2019-02-23
1
-1
/
+1
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
12
-54
/
+75
*
code cleanup: there is no tyOptRef
Andreas Rumpf
2019-02-22
7
-15
/
+18
*
it's spelt callsite
Andreas Rumpf
2019-02-22
3
-4
/
+5
*
gc:destructors: make strutils compile (but still crashes)
Andreas Rumpf
2019-02-22
1
-7
/
+12
*
gc:destructors: progress
Andreas Rumpf
2019-02-21
2
-9
/
+6
*
gc:destructors: make system/repr compile
Andreas Rumpf
2019-02-21
1
-1
/
+26
*
gc:destructors: slightly more stuff compiles
Araq
2019-02-20
1
-1
/
+2
*
gc:destructors: sink parameters need to be destroyed properly
Andreas Rumpf
2019-02-20
1
-3
/
+3
*
gc:destructors: add first test program
Andreas Rumpf
2019-02-19
1
-1
/
+3
*
fixes #10195
Araq
2019-02-19
1
-35
/
+41
[next]