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
/
ccgcalls.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #14126 [backport:1.2] (#14390)
Andreas Rumpf
2020-05-20
1
-5
/
+24
*
fixes #14003 (#14006) [backport:1.2]
cooldome
2020-04-17
1
-6
/
+12
*
fixes #13782 (#13834)
Andreas Rumpf
2020-04-01
1
-19
/
+56
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
rename sfAlwaysReturn to sfNeverRaises
Araq
2020-03-16
1
-1
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-2
/
+14
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-0
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-129
/
+125
*
no commas for empty importcpp splat params (#12183)
Jasper Jenkins
2019-09-12
1
-5
/
+8
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-16
/
+16
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-6
/
+8
*
fixes #12042 (#12083)
Andreas Rumpf
2019-08-29
1
-1
/
+11
*
- adding _actual as a suffix only for calls to an actual proc and not through...
Viktor Kirilov
2019-08-23
1
-3
/
+3
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
fixes #11412
Araq
2019-06-06
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-4
/
+4
*
revert discardable transformation (#10905)
Andreas Rumpf
2019-04-21
1
-7
/
+17
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-3
/
+9
*
preparations for --newruntime owned refs/callbacks
Araq
2019-04-11
1
-3
/
+3
*
fixes #10942. Lent T bug (#10946)
cooldome
2019-04-03
1
-1
/
+1
*
improvements on the hot code reloading support (#10892)
Viktor Kirilov
2019-03-23
1
-1
/
+9
*
Lineinfo fix (#10871)
Arne Döring
2019-03-21
1
-0
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-3
/
+3
*
daily cruft removal
Jacek Sieka
2018-12-08
1
-20
/
+0
*
Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)
c-blake
2018-10-12
1
-1
/
+1
*
make tests green again
Araq
2018-08-21
1
-1
/
+1
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-2
/
+2
|
\
|
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-2
/
+2
*
|
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-3
/
+7
|
/
*
codgen refactoring: prepare for alternative string/seq implementations
Andreas Rumpf
2018-06-29
1
-6
/
+6
*
fixex merge conflicts
Araq
2018-06-08
1
-3
/
+2
|
\
|
*
check bounds instead of index
nitely
2018-06-05
1
-3
/
+2
*
|
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-15
/
+15
|
/
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-9
/
+9
*
make tests green
Andreas Rumpf
2018-04-28
1
-1
/
+1
*
string to cstring conversions produce the empty C string for nil; this will b...
Andreas Rumpf
2018-04-28
1
-4
/
+4
*
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-12
/
+24
*
fixes #6960
Andreas Rumpf
2018-02-11
1
-2
/
+2
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-4
/
+4
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
fixes #6435
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
refactoring: TLoc knows the node it originated from; it is planned to use thi...
Andreas Rumpf
2017-09-21
1
-3
/
+3
*
minor codegen bugfix: don't use names for closures that are also mangled Nim ...
Araq
2017-02-26
1
-2
/
+2
*
fixes a minor codegen issue where name mangling could produce an identifier u...
Araq
2017-02-26
1
-1
/
+1
*
Reset exprs before return by arg. Fixes #5098 (#5191)
Brandon Pickering
2017-01-11
1
-2
/
+2
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-6
/
+6
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-2
/
+2
*
remove keepAlive and friends
Jacek Sieka
2016-08-09
1
-5
/
+0
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-1
/
+1
[next]