Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #1021 from skyfex/devel | Andreas Rumpf | 2014-03-21 | 2 | -0/+12 | |
| |\ | ||||||
| | * | Fixed typo in docs | Audun Wilhelmsen | 2014-03-21 | 1 | -1/+1 | |
| | * | Fixed typo and line breaks in docs | Audun Wilhelmsen | 2014-03-20 | 2 | -4/+10 | |
| | * | Added documentation for packed pragma | Audun Wilhelmsen | 2014-03-20 | 2 | -0/+6 | |
| * | | msg -> errmsg | Zahary Karadjov | 2014-03-21 | 3 | -5/+5 | |
| |/ | ||||||
| * | fix #1015 | Zahary Karadjov | 2014-03-20 | 2 | -3/+32 | |
| * | fix #1016 | Zahary Karadjov | 2014-03-20 | 1 | -1/+1 | |
| * | fix the handling of "msg" tests | Zahary Karadjov | 2014-03-20 | 2 | -2/+6 | |
| * | fix #1018 | Zahary Karadjov | 2014-03-20 | 1 | -8/+20 | |
| * | implements ``distinct with/without X, Y`` | Zahary Karadjov | 2014-03-20 | 5 | -27/+72 | |
| * | fix #1013 | Zahary Karadjov | 2014-03-20 | 2 | -4/+33 | |
| * | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 12 | -58/+225 | |
| * | Merge pull request #1014 from skyfex/devel | Andreas Rumpf | 2014-03-19 | 8 | -13/+96 | |
| |\ | ||||||
| | * | Fix compilation error when using packed pragma with vcc. | Audun Wilhelmsen | 2014-03-18 | 1 | -1/+1 | |
| | * | Added support for {.packed.} pragma on objects | Audun Wilhelmsen | 2014-03-18 | 8 | -13/+96 | |
| |/ | ||||||
| * | Merge pull request #999 from zielmicha/zlib_abi_version | Andreas Rumpf | 2014-03-16 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Provide zlib version explicit on Linux. | Michał Zieliński | 2014-03-13 | 1 | -1/+1 | |
| * | | Merge pull request #1000 from gradha/pr_adds_likely_example_983 | Andreas Rumpf | 2014-03-16 | 1 | -4/+24 | |
| |\ \ | ||||||
| | * | | Adds example to likely/unlikely docstring. Refs #983. | Grzegorz Adam Hankiewicz | 2014-03-13 | 1 | -4/+24 | |
| | |/ | ||||||
| * | | Merge pull request #1003 from flaviut/devel | Andreas Rumpf | 2014-03-16 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | Add token position to `nimrod scan` | flaviut | 2014-03-14 | 1 | -0/+1 | |
| * | | | fix #1007 | Zahary Karadjov | 2014-03-16 | 1 | -5/+6 | |
| * | | | make some tests red :) (i.e. print failure details while running the tester) | Zahary Karadjov | 2014-03-16 | 4 | -6/+10 | |
| * | | | make some tests green | Zahary Karadjov | 2014-03-16 | 13 | -30/+45 | |
| * | | | handle arbitrary expressions dependent on static input params in proc signatures | Zahary Karadjov | 2014-03-16 | 10 | -18/+60 | |
| * | | | use g++ and clang++ automatically when compiling to C++ | Zahary Karadjov | 2014-03-16 | 2 | -22/+32 | |
| * | | | more robust handling of proc signatures containing inter-param type references | Zahary Karadjov | 2014-03-16 | 6 | -30/+106 | |
| * | | | fix #997 | Zahary Karadjov | 2014-03-16 | 2 | -7/+15 | |
| * | | | fix #996 | Zahary Karadjov | 2014-03-16 | 2 | -3/+9 | |
| * | | | first phase of tyGenericParam reforms needed for static params | Zahary Karadjov | 2014-03-16 | 6 | -47/+79 | |
| * | | | fix #1001 | Zahary Karadjov | 2014-03-16 | 3 | -2/+3 | |
| * | | | fix #715 again | Zahary Karadjov | 2014-03-16 | 6 | -4/+29 | |
| * | | | allow multi-line expressions using the dot operator | Zahary Karadjov | 2014-03-16 | 2 | -8/+17 | |
| * | | | grammar fix: allow free-standing expressions such as type(foo) is bar | Zahary Karadjov | 2014-03-16 | 1 | -4/+19 | |
| * | | | PFuture[void] now works. | Dominik Picheta | 2014-03-15 | 2 | -39/+65 | |
| * | | | Merge pull request #972 from Matthias247/ipaddress | Dominik Picheta | 2014-03-14 | 1 | -2/+259 | |
| |\ \ \ | ||||||
| | * | | | Make the IP address exceptions more detailed | Matthias Einwag | 2014-03-14 | 1 | -19/+24 | |
| | * | | | raise exceptions through newException | Matthias Einwag | 2014-03-09 | 1 | -18/+18 | |
| | * | | | $ for TIpAddress now prints in the recommended format | Matthias Einwag | 2014-03-04 | 1 | -2/+13 | |
| | * | | | Use character ranges from strutils. | Matthias Einwag | 2014-03-04 | 1 | -6/+17 | |
| | * | | | Added a IpAddress structure to the net module | Matthias Einwag | 2014-03-04 | 1 | -1/+231 | |
| * | | | | Fixes compilation of asyncio2 on Windows. | Dominik Picheta | 2014-03-14 | 1 | -1/+5 | |
| * | | | | File descriptors are now removed from fds list explicitly in close(). | Dominik Picheta | 2014-03-14 | 3 | -23/+25 | |
* | | | | | fixed tuples in a static context; preparations for correct compile time evalu... | Araq | 2014-03-22 | 5 | -4/+30 | |
* | | | | | added mapMem/unmapMem to memfiles; untested | Araq | 2014-03-22 | 1 | -4/+41 | |
* | | | | | bugfix: reprEnum for enums with negative values | Araq | 2014-03-22 | 1 | -1/+5 | |
* | | | | | improved docs about strongSpaces | Araq | 2014-03-22 | 1 | -0/+5 | |
* | | | | | c2nim knows about arrray[N, T] | Araq | 2014-03-22 | 1 | -4/+5 | |
|/ / / / | ||||||
* | | / | fixes #993 | Araq | 2014-03-13 | 3 | -2/+29 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-13 | 10 | -86/+150 | |
|\ \ \ |