Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | bugfix: allow 'export' in the VM | Andreas Rumpf | 2018-06-12 | 2 | -1/+2 | |
* | | | Merge pull request #8019 from yglukhov/proc-stacktrace | Andreas Rumpf | 2018-06-12 | 3 | -2/+23 | |
|\ \ \ | ||||||
| * | | | Allow stacktrace and linetrace pragmas on procs | Yuriy Glukhov | 2018-06-12 | 3 | -2/+23 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #7981 from cooldome/Fix_-7980 | Andreas Rumpf | 2018-06-12 | 3 | -3/+34 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | style improvements | cooldome | 2018-06-12 | 2 | -3/+3 | |
| * | | add comment | cooldome | 2018-06-12 | 1 | -0/+1 | |
| * | | New approach | cooldome | 2018-06-12 | 3 | -32/+27 | |
| * | | fixes 7980 | cooldome | 2018-06-06 | 2 | -21/+56 | |
* | | | Merge pull request #8014 from yglukhov/fix-6803 | Andreas Rumpf | 2018-06-11 | 3 | -19/+129 | |
|\ \ \ | ||||||
| * | | | Fixes #6803 | Yuriy Glukhov | 2018-06-11 | 3 | -19/+129 | |
* | | | | Correct field lookup in concept types | LemonBoy | 2018-06-12 | 2 | -1/+28 | |
|/ / / | ||||||
* | | | fixes yet another merge conflict | Araq | 2018-06-11 | 5 | -109/+4 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #8009 from yglukhov/remove-oldIterTransf | Andreas Rumpf | 2018-06-11 | 5 | -109/+4 | |
| |\ \ \ | ||||||
| | * | | | Removed oldIterTranf feature | Yuriy Glukhov | 2018-06-10 | 5 | -109/+4 | |
* | | | | | disable -d:nimIncremental for devel | Araq | 2018-06-11 | 1 | -1/+1 | |
* | | | | | fixes merge conflict | Araq | 2018-06-11 | 3 | -5/+49 | |
|\| | | | | ||||||
| * | | | | Added FileMode to comment on asyncfile openAsync (#8008) | Jimmie Houchin | 2018-06-11 | 1 | -1/+1 | |
| * | | | | Merge pull request #8005 from Vindaar/fixes-7997 | Andreas Rumpf | 2018-06-11 | 2 | -4/+48 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | add test case for fix to #7997 | Vindaar | 2018-06-10 | 1 | -0/+46 | |
| | * | | | fix #7997 | Vindaar | 2018-06-10 | 1 | -4/+2 | |
* | | | | | make tests green properly | Andreas Rumpf | 2018-06-11 | 1 | -2/+2 | |
* | | | | | fixes merge conflict | Andreas Rumpf | 2018-06-11 | 24 | -106/+361 | |
|\| | | | | ||||||
| * | | | | fix #7653 | Zahary Karadjov | 2018-06-10 | 4 | -13/+34 | |
| |/ / / | ||||||
| * | | | Fix type inference with static literals. | LemonBoy | 2018-06-10 | 2 | -1/+13 | |
| * | | | Revert "[RFC] NEP-1.1. Relax 80 chars requirement." | Dominik Picheta | 2018-06-09 | 1 | -2/+2 | |
| * | | | Merge pull request #7873 from ehmry/GenodeEnv | Andreas Rumpf | 2018-06-09 | 11 | -37/+111 | |
| |\ \ \ | ||||||
| | * | | | Set Genode Openssl shared-object strings | Emery Hemingway | 2018-06-07 | 1 | -0/+4 | |
| | * | | | Native access to Genode environment | Emery Hemingway | 2018-06-07 | 10 | -37/+107 | |
| | |/ / | ||||||
| * | | | Merge pull request #8000 from yglukhov/nep1.1 | Andreas Rumpf | 2018-06-09 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | NEP-1.1. Relax 80 chars requirement. | Yuriy Glukhov | 2018-06-08 | 1 | -2/+2 | |
| * | | | | Merge pull request #8001 from kaushalmodi/fix-isupper-islower-try2 | Andreas Rumpf | 2018-06-09 | 3 | -49/+152 | |
| |\ \ \ \ | ||||||
| | * | | | | Make isUpper (and variants) work for strings with non-alpha chars | Kaushal Modi | 2018-06-08 | 3 | -49/+152 | |
| * | | | | | Change parseEnum to something faster for method parsing in asynchttpserver (#... | hlaaf | 2018-06-08 | 1 | -2/+15 | |
| * | | | | | Merge pull request #7962 from Yardanico/test-ci | Dominik Picheta | 2018-06-08 | 1 | -0/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Update .travis.yml | Daniil Yarancev | 2018-06-05 | 1 | -0/+2 | |
| | * | | | | Merge pull request #2 from nim-lang/devel | Daniil Yarancev | 2018-06-05 | 598 | -27131/+32453 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge pull request #1 from nim-lang/devel | Daniil Yarancev | 2018-01-07 | 819 | -41878/+89233 | |
| | |\ \ \ \ \ | ||||||
| * | | | | | | | Removed redundant conditions in CritBitTree.inc, speedup it. | data-man | 2018-06-08 | 1 | -4/+1 | |
| * | | | | | | | Add the val parameter for CritBitTree[T].incl (#7988) | Dmitry Atamanov | 2018-06-08 | 2 | -0/+21 | |
| | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Merge pull request #7992 from yglukhov/fromSockAddr-compile-error | Andreas Rumpf | 2018-06-08 | 2 | -1/+13 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddr | Yuriy Glukhov | 2018-06-07 | 2 | -1/+13 | |
* | | | | | | | | make tests green again | Andreas Rumpf | 2018-06-11 | 3 | -11/+13 | |
* | | | | | | | | incremental compilation: save the configuration | Andreas Rumpf | 2018-06-11 | 2 | -11/+29 | |
* | | | | | | | | record cppdefine for incremental compilation | Andreas Rumpf | 2018-06-10 | 3 | -3/+5 | |
* | | | | | | | | implement passL and passC for the compilation cache | Andreas Rumpf | 2018-06-10 | 3 | -8/+13 | |
* | | | | | | | | fixex merge conflicts | Araq | 2018-06-08 | 53 | -355/+2648 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge pull request #7986 from yglukhov/fix-7982 | Andreas Rumpf | 2018-06-07 | 3 | -4/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixes #7982 | Yuriy Glukhov | 2018-06-07 | 3 | -4/+15 | |
| * | | | | | | | | Merge pull request #7991 from yglukhov/fix-7985 | Andreas Rumpf | 2018-06-07 | 2 | -9/+27 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixes #7985 | Yuriy Glukhov | 2018-06-07 | 2 | -9/+27 |