Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -10/+15 |
| | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | made tests green again | Araq | 2012-09-18 | 1 | -4/+4 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 1 | -3/+3 |
| | |||||
* | profiler improvements | Araq | 2012-09-17 | 1 | -5/+5 |
| | |||||
* | implemented a stack trace profiler | Araq | 2012-09-15 | 1 | -1/+2 |
| | |||||
* | splitted echo into echo/debugEcho | Araq | 2012-09-13 | 1 | -5/+6 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -8/+6 |
| | |||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 1 | -2/+5 |
| | |||||
* | documented hygienic templates; made tests green; fixed system.clamp | Araq | 2012-08-22 | 1 | -4/+4 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -1/+4 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -9/+11 |
| | |||||
* | keep initStackBottom calls please | Araq | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | DLL fixes for windows; fixes #175 | Zahary Karadjov | 2012-07-31 | 1 | -1/+0 |
| | |||||
* | DLLs should work again; fixes #169 | Araq | 2012-07-24 | 1 | -0/+3 |
| | |||||
* | added system.compiles | Araq | 2012-07-20 | 1 | -0/+10 |
| | |||||
* | got rid of some mAddU64 etc. magics | Araq | 2012-07-20 | 1 | -6/+6 |
| | |||||
* | equality and hashing for closures | Araq | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | make tests green again | Araq | 2012-07-17 | 1 | -0/+1 |
| | |||||
* | preparations for making 'closure' the default calling convention for proc types | Araq | 2012-07-16 | 1 | -7/+7 |
| | |||||
* | c2nim and system.nim now agree on a C type mapping | Araq | 2012-07-15 | 1 | -0/+11 |
| | |||||
* | added system.@ for openarrays | Araq | 2012-07-14 | 1 | -1/+8 |
| | |||||
* | improved unsigned support | Araq | 2012-07-14 | 1 | -42/+1 |
| | |||||
* | proper enum constraints for system.nim | Araq | 2012-07-13 | 1 | -3/+3 |
| | |||||
* | 'addSon' for types deprecated for 'int literal type' analysis (3) | Araq | 2012-07-09 | 1 | -11/+11 |
| | |||||
* | made tests green again | Araq | 2012-07-09 | 1 | -3/+5 |
| | |||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 1 | -6/+10 |
| | |||||
* | ' is optional in type suffixes for numerical literals | Araq | 2012-07-02 | 1 | -0/+4 |
| | |||||
* | bite the bullet and make 'initStackBottom' a compilerproc | Araq | 2012-06-24 | 1 | -5/+5 |
| | |||||
* | system.nim: documentation fixes | Araq | 2012-06-23 | 1 | -5/+5 |
| | |||||
* | documentation improvements; added system.gorge (for Araq's fun) | Araq | 2012-06-22 | 1 | -1/+7 |
| | |||||
* | better support for unsigned integers. | Zahary Karadjov | 2012-06-11 | 1 | -38/+76 |
| | |||||
* | fix compilation errors when bootstrapping with C++ | Zahary Karadjov | 2012-06-04 | 1 | -1/+3 |
| | |||||
* | attempt to fix nimbuild | Zahary Karadjov | 2012-06-02 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-06-02 | 1 | -5/+36 |
|\ | |||||
| * | '+=' etc for all floating point types | Araq | 2012-05-29 | 1 | -4/+4 |
| | | |||||
| * | Added timezone handling and functions for adding and subtracting time to the ↵ | Dominik Picheta | 2012-05-26 | 1 | -0/+13 |
| | | | | | | | | | | | | times module. Added insert for strings to the system module. | ||||
| * | added system.||; lacks runtime support | Araq | 2012-05-23 | 1 | -0/+9 |
| | | |||||
| * | TInteger vs TOrdinal | Araq | 2012-05-22 | 1 | -1/+5 |
| | | |||||
| * | added another system.getStackTrace | Araq | 2012-05-20 | 1 | -0/+5 |
| | | |||||
* | | Added system.staticExec proc for executing external command at compile-time | Zahary Karadjov | 2012-06-02 | 1 | -2/+13 |
|/ | |||||
* | Fixes for embeddable devices (--os:standalone) | dom96 | 2012-05-20 | 1 | -8/+8 |
| | |||||
* | added system.getStackTrace; docgen refactoring (incomplete) | Araq | 2012-05-06 | 1 | -0/+3 |
| | |||||
* | documentation improvements; GC_step improved | Araq | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Finally rebuilt the sources to take advantage of the new type system ↵ | Zahary Karadjov | 2012-04-21 | 1 | -2/+17 |
| | | | | capabilities | ||||
* | implicit generics types as return types. removed the error message for ↵ | Zahary Karadjov | 2012-04-21 | 1 | -2/+4 |
| | | | | capturing incorrect uses of ``proc`` | ||||
* | produce errors on proc types with implicit empty param lists. | Zahary Karadjov | 2012-04-20 | 1 | -3/+3 |
| | |||||
* | Proper C scopes for if, try and case statements | Zahary Karadjov | 2012-04-12 | 1 | -6/+6 |
| | | | | | | | | | even thought the setjmp implementation for try statement won't be used in C++, using properly scoped variables for them is beneficial, because we'll be able to establish a 1:1 relation between nimrod scopes and C scopes. Once we have that, we'll be able to keep the original names of local variables to greatly improve the debugging experience (i.e. watch expressions and hover tooltips will work). | ||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-04-01 | 1 | -3/+25 |
|\ | |||||
| * | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2012-03-31 | 1 | -25/+29 |
| |\ | |||||
| * | | generic types can be used like type classes. distinct can be applied to type ↵ | Zahary Karadjov | 2012-03-25 | 1 | -3/+25 |
| | | | | | | | | | | | | classes. |