Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 1 | -2/+8 |
| | |||||
* | fixes #3112 | Araq | 2015-07-14 | 1 | -7/+29 |
| | |||||
* | disabled dubious testcase | Araq | 2015-07-14 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3036 from nanoant/patch/macros-sametype | Andreas Rumpf | 2015-07-04 | 1 | -0/+41 |
|\ | | | | | macros: Introduce sameType(a, b) for node types | ||||
| * | macros: Introduce sameType(a, b) for node types | Adam Strzelecki | 2015-07-03 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously introduced node comparison `==` was working somehow wrong on nodes returned from getType(a), comparing just ids of the symbols. Recently introduced `==` change 47dce2688633fad840a2f5e4073c531f1cd640ca started comparing symbol nodes pointer-wise, thus strictly. Since getType(a) always creates new symbol pointing to the type, comparing two such nodes using `==` always returns false, even they point to the same type. That is why we need a new sameType macro to be able to tell if these nodes point to the same type. | ||||
* | | added hash function for ordinal types | Fabian Keller | 2015-07-03 | 1 | -0/+75 |
|/ | |||||
* | fixes #3046 | Araq | 2015-07-03 | 1 | -1/+17 |
| | |||||
* | fixes #3038 | Araq | 2015-07-03 | 1 | -0/+28 |
| | |||||
* | fixes broken merge | Araq | 2015-07-02 | 2 | -3/+3 |
| | |||||
* | implements varargs[untyped]; refs #2545; to be documented | Araq | 2015-07-02 | 4 | -5/+15 |
| | |||||
* | tests\generics\tgenericprocmatcher.nim | Araq | 2015-07-02 | 1 | -2/+2 |
| | | | | disabled dubious constructs | ||||
* | disabled unimportant old test | Araq | 2015-07-02 | 1 | -0/+1 |
| | |||||
* | fixes #2993 | Araq | 2015-07-01 | 1 | -0/+10 |
| | |||||
* | Merge pull request #3025 from r-ku/3022_fix | Andreas Rumpf | 2015-06-30 | 2 | -0/+34 |
|\ | | | | | Fixes #3022 | ||||
| * | Fixes #3022 | r-ku | 2015-06-30 | 2 | -0/+34 |
| | | |||||
* | | fixes #2880 | Araq | 2015-06-30 | 1 | -0/+146 |
| | | |||||
* | | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 1 | -0/+1 |
|/ | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 5 | -9/+4 |
| | |||||
* | Merge pull request #2961 from Perelandric/rename_writeLn | Dominik Picheta | 2015-06-20 | 39 | -455/+455 |
|\ | | | | | Renamed writeln to writeLine. Issue #2958 | ||||
| * | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 39 | -455/+455 |
| | | |||||
* | | Added test file for #2813. | Dominik Picheta | 2015-06-20 | 1 | -0/+45 |
|/ | |||||
* | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 2 | -0/+105 |
| | |||||
* | Merge pull request #2856 from fowlmouth/patch-4 | Andreas Rumpf | 2015-06-15 | 1 | -0/+22 |
|\ | | | | | made string compatible with openarray[char] | ||||
| * | added a test | fowlmouth | 2015-06-01 | 1 | -0/+22 |
| | | |||||
* | | better test program | Araq | 2015-06-14 | 1 | -4/+49 |
| | | |||||
* | | Merge pull request #2903 from yglukhov/js-bracket-addr | Andreas Rumpf | 2015-06-13 | 1 | -0/+22 |
|\ \ | | | | | | | Fixed addr of bracket expression. Fixes #2148. | ||||
| * | | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 1 | -0/+22 |
| | | | |||||
* | | | Non-base10 overflow allowed if bit-stable. Tests. | Oscar Campbell | 2015-06-12 | 1 | -0/+68 |
| | | | |||||
* | | | Merge pull request #2894 from nanoant/patch/macros-real-node-compare | Andreas Rumpf | 2015-06-12 | 1 | -0/+39 |
|\ \ \ | | | | | | | | | Real node compare for macros | ||||
| * | | | macros: Add test for node comparsion | Adam Strzelecki | 2015-06-10 | 1 | -0/+39 |
| | | | | |||||
* | | | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 1 | -0/+13 |
|\ \ \ \ | | | | | | | | | | | Fixed copying of aggregates in JS. | ||||
| * | | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -0/+13 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 10 | -0/+245 |
|\ \ \ \ | |/ / / |/| | | | Add nre to stdlib | ||||
| * | | | Fix nre tests | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'devel' of https://github.com/Araq/Nim into add-nre | Flaviu Tamas | 2015-06-07 | 13 | -18/+124 |
| |\| | | | | | | | | | | | | | | | | | | | | | | * 'devel' of https://github.com/Araq/Nim: Fix #964, fix #1384 Don't inspect typedescs | ||||
| * | | | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 10 | -0/+245 |
| | | | | |||||
* | | | | Revert from columnar layout. Remove temp-fix for 2857. | Oscar Campbell | 2015-06-10 | 1 | -12/+6 |
| | | | | |||||
* | | | | Merge branch 'devel' into bugfix-2858-testament-sources-system-wide | Oscar Campbell | 2015-06-07 | 8 | -12/+49 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #2867 from Araq/fix-2584 | Andreas Rumpf | 2015-06-07 | 5 | -8/+8 |
| |\ \ \ | | | | | | | | | | | Fixes #2584 | ||||
| | * | | | s/procedure/routine/ in tests. | Dominik Picheta | 2015-06-05 | 4 | -4/+4 |
| | | | | | |||||
| | * | | | Got rid of errUndeclaredProcedureField. | Dominik Picheta | 2015-06-04 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Fixes #2584 | Dominik Picheta | 2015-06-04 | 5 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields. | ||||
| * | | | | fixes #2774 | Araq | 2015-06-06 | 1 | -0/+14 |
| | | | | | |||||
| * | | | | fixes #2854 | Araq | 2015-06-06 | 1 | -0/+26 |
| | | | | | |||||
| * | | | | Merge pull request #2824 from yglukhov/js-ct-lambda-lifting | Andreas Rumpf | 2015-06-05 | 1 | -4/+1 |
| |\ \ \ \ | | |/ / / | |/| | | | Perform lambda lifting for compile-time stuff when targeting JS. | ||||
| | * | | | Perform lambda lifting for compile-time stuff when targeting JS. Enable ↵ | yglukhov | 2015-05-29 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | unittest test. | ||||
* | | | | | Treat unitest's default esc.seq. output as empty. | Oscar Campbell | 2015-06-04 | 1 | -5/+8 |
| | | | | | |||||
* | | | | | Merge branch 'devel' into bugfix-2858-testament-sources-system-wide | Oscar Campbell | 2015-06-04 | 1 | -1/+4 |
|\| | | | | |||||
| * | | | | Fixed codegen for DotDot magic | yglukhov | 2015-06-04 | 1 | -1/+4 |
| | |_|/ | |/| | |