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
/
condsyms.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #13881
Andreas Rumpf
2020-05-12
1
-0
/
+1
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-0
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+1
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-0
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-0
/
+1
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-0
/
+2
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
1
-0
/
+1
*
replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...
Timothee Cour
2020-02-07
1
-0
/
+1
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
1
-0
/
+6
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-0
/
+1
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-0
/
+1
*
fixes a regression that caused that Nim devel cannot compile 1.0 anymore
Araq
2019-10-24
1
-0
/
+1
*
fixes a regression that caused that Nim devel cannot compile 1.0 anymore
Araq
2019-10-24
1
-0
/
+1
*
Refactor json macro (#12391)
Arne Döring
2019-10-17
1
-0
/
+1
*
ungeneric unsigned ops (#12230)
Jasper Jenkins
2019-10-11
1
-1
/
+0
*
remove nimnomagic64 (#12243)
Jasper Jenkins
2019-09-24
1
-1
/
+0
*
add nodeId proc to macros (#11456)
Arne Döring
2019-09-18
1
-0
/
+1
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-0
/
+1
*
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-0
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-0
/
+1
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-0
/
+2
*
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
Arne Döring
2019-06-24
1
-0
/
+1
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-1
/
+0
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-0
/
+1
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-0
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-0
/
+2
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-8
/
+3
*
Add isInstanceOf for generic procs to the macros module (#9730)
cooldome
2018-11-21
1
-1
/
+1
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-0
/
+1
*
added system.typeof operation; fixes #9093
Araq
2018-10-24
1
-0
/
+1
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-0
/
+1
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-0
/
+1
*
.error for routines now can also have a custom error message; improve error m...
Araq
2018-09-25
1
-0
/
+1
*
Add sym owner to macros (#8253)
cooldome
2018-09-03
1
-0
/
+1
*
add nimHasWarningX and nimHasHintX defines for feature detection purposes
Andreas Rumpf
2018-08-23
1
-0
/
+6
*
fixes merge conflict
Andreas Rumpf
2018-08-19
1
-0
/
+9
|
\
|
*
every .experimental feature has a corrsponding 'nimHasX' define; fixes #8644;...
Araq
2018-08-18
1
-0
/
+6
|
*
changes how the now illegal 'string == nil' comparison is detected
Andreas Rumpf
2018-08-15
1
-0
/
+1
|
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-0
/
+1
|
*
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
andri lim
2018-08-07
1
-0
/
+1
|
*
fixes 7833 (#8533)
Andreas Rumpf
2018-08-05
1
-0
/
+1
*
|
make at least bootstrapping work
Araq
2018-08-05
1
-0
/
+1
|
\
\
|
*
|
fixes #7833; still to-do: fix setLen
Araq
2018-07-30
1
-0
/
+1
|
|
/
*
/
system.substr is not implemented with compilerProcs anymore
Andreas Rumpf
2018-07-11
1
-0
/
+1
|
/
*
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-0
/
+1
*
bugfix: allow 'export' in the VM
Andreas Rumpf
2018-06-12
1
-0
/
+1
*
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-59
/
+12
*
make 'not nil' experimental
Andreas Rumpf
2018-05-02
1
-0
/
+1
*
make the build more robust
Andreas Rumpf
2018-04-30
1
-0
/
+1
[next]