Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added when statement (#6759) | Arne Döring | 2017-11-17 | 1 | -29/+32 |
| | |||||
* | added system.getStackTraceEntries | Andreas Rumpf | 2017-11-16 | 1 | -21/+64 |
| | |||||
* | Trim remaining expr/stmt from stdlib (#6742) | Lynn C. Rees | 2017-11-15 | 3 | -4/+4 |
| | |||||
* | Fix cas when using vcc/cpp and use the correct interlocked exchange for bool ↵ | Jörg Wollenschläger | 2017-11-14 | 1 | -6/+14 |
| | | | | (#6735) | ||||
* | Fix missing stacktraces when using -d:useNimRtl (#6716) | Erwan Ameil | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-07 | 1 | -1/+1 |
|\ | |||||
| * | fixes #6609; 'if' expressions support multiple statements; minor breaking change | Araq | 2017-11-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 1 | -1/+1 |
|\| | |||||
| * | 'ord' does not produce a range type anymore | Andreas Rumpf | 2017-11-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-02 | 17 | -90/+142 |
|\| | |||||
| * | Remove more usages of unary lt (fixes #6634) (#6641) | Fabian Keller | 2017-10-31 | 3 | -4/+4 |
| | | | | | | | | | | | | * fixes #6634 * remove more usages of unary < | ||||
| * | getEnv now supports a 'default' parameter; refs #6019 | Andreas Rumpf | 2017-10-30 | 1 | -1/+1 |
| | | |||||
| * | make some system modules compile again | Andreas Rumpf | 2017-10-29 | 2 | -19/+19 |
| | | |||||
| * | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 7 | -14/+14 |
| | | |||||
| * | sysstr: code formatting | Andreas Rumpf | 2017-10-28 | 1 | -3/+3 |
| | | |||||
| * | make the Windows build green again | Araq | 2017-10-17 | 1 | -2/+3 |
| | | |||||
| * | fixes the Windows build | Andreas Rumpf | 2017-10-16 | 1 | -4/+6 |
| | | |||||
| * | fixes #1137 | Andreas Rumpf | 2017-10-16 | 1 | -0/+12 |
| | | |||||
| * | fixes #5143 | Araq | 2017-10-16 | 1 | -1/+1 |
| | | |||||
| * | fixes #3558 | Araq | 2017-10-16 | 2 | -15/+17 |
| | | |||||
| * | Merge branch 'araq-stringify-array' into devel | Andreas Rumpf | 2017-10-10 | 5 | -29/+53 |
| |\ | |||||
| | * | make tests green again; closes #5861 | Andreas Rumpf | 2017-10-10 | 1 | -15/+15 |
| | | | |||||
| | * | breaking change: arrays of char do not convert to cstring; ptr to array of ↵ | Andreas Rumpf | 2017-10-10 | 4 | -10/+34 |
| | | | | | | | | | | | | char does | ||||
| | * | Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵ | Andreas Rumpf | 2017-10-09 | 1 | -7/+7 |
| | |\ | | | | | | | | | | | | | krux02-stringify-array | ||||
| | | * | fix | Arne Döring | 2017-07-24 | 1 | -1/+1 |
| | | | | |||||
| | | * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 1 | -3/+3 |
| | | | | |||||
| | | * | remove $ for ptr/ref, prefer using string over array of char | Arne Döring | 2017-07-24 | 1 | -7/+7 |
| | | | | |||||
| | | * | arrays can now be printed | Arne Döring | 2017-07-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Futher improve seq assingment speed by 2x factor (#6437) | Eduardo Bart | 2017-10-09 | 1 | -2/+6 |
| |/ / | |||||
| * | | fixes to allow the usage of clang on windows with the msvc abi and ms ↵ | Charlie Barto | 2017-10-09 | 2 | -5/+12 |
| | | | | | | | | | | | | headers (#6442) | ||||
* | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-10-02 | 12 | -426/+257 |
|\| | | |||||
| * | | revert the 'wasMoved' logic until the write barrier has been adapted | Andreas Rumpf | 2017-09-29 | 1 | -1/+2 |
| | | | |||||
| * | | GCs: use add instead of & | Andreas Rumpf | 2017-09-29 | 2 | -6/+6 |
| | | | |||||
| * | | GC v2 works sometimes | Andreas Rumpf | 2017-09-28 | 1 | -370/+122 |
| | | | |||||
| * | | fixes #6433 | Andreas Rumpf | 2017-09-25 | 1 | -6/+11 |
| | | | |||||
| * | | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 7 | -18/+47 |
| | | | |||||
| * | | newSeqOfCap: skip initialization step for non-GC-ed data | Andreas Rumpf | 2017-09-24 | 1 | -1/+5 |
| | | | |||||
| * | | Merge branch 'devel' into araq-better-codegen | Andreas Rumpf | 2017-09-23 | 1 | -0/+9 |
| |\ \ | |||||
| | * | | NimScript: added buildOS and buildCPU constants | Andreas Rumpf | 2017-09-22 | 1 | -0/+9 |
| | | | | |||||
| * | | | make gc:v2 compile again | Andreas Rumpf | 2017-09-22 | 2 | -19/+21 |
| | | | | |||||
| * | | | new string behaviour now available under nimShallowStrings | Andreas Rumpf | 2017-09-22 | 1 | -6/+3 |
| | | | | |||||
| * | | | preparations for string optimizations | Andreas Rumpf | 2017-09-22 | 1 | -2/+25 |
| |/ / | |||||
| * | | hotfix: fixes seq.add and str.add for edge cases | Andreas Rumpf | 2017-09-16 | 1 | -8/+12 |
| | | | |||||
| * | | balance Genode CPU pinning, deadlock at Genode exit (#6317) | Emery Hemingway | 2017-09-16 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Genode: balance thread CPU affinities Genode threads are pinned by defaut to the same CPU as the initial component entrypoint thread. Thread affinities are also permanent. This patch pins new threads to CPUs in a round-robin manner. Arbitrary CPU pinning is not exposed and the 'nimPinToCpu' has no effect. * Genode: guarantee that 'quit' will not return On Genode exits are handled by whatever component is acting as parent. The caller has no guarentee that the parent implementation will halt the caller's threads, so explicitly deadlock the 'quit' procedure. | ||||
* | | | Merge branch 'araq' of github.com:nim-lang/Nim into araq | Andreas Rumpf | 2017-09-15 | 1 | -2/+19 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 16 | -323/+319 |
| |\ \ | |||||
| * \ \ | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 11 | -18/+118 |
| |\ \ \ | |||||
| | * | | | fixes #5871 | Andreas Rumpf | 2017-07-13 | 1 | -3/+2 |
| | | | | | |||||
| * | | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-16 | 3 | -26/+113 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-04 | 1 | -1/+1 |
| |\ \ \ \ \ |