Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 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 | 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 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 | |
|\ \ | ||||||
| * | | 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. | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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. | yglukhov | 2015-06-11 | 1 | -0/+13 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 10 | -0/+245 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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 | |
| |\| | | | ||||||
| * | | | | 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 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | |
| * | | | | | 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. Enable unitt... | yglukhov | 2015-05-29 | 1 | -4/+1 | |
* | | | | | | 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 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Add "safety compilation". Improved, fixed messages | Oscar Campbell | 2015-06-04 | 2 | -55/+95 | |
* | | | | | Made pathing (hopefully) Windows friendly. | Oscar Campbell | 2015-06-03 | 1 | -1/+1 | |
* | | | | | Ensure fresh compiler and local compiler + libs | Oscar Campbell | 2015-06-03 | 1 | -1/+1 | |
|/ / / / | ||||||
* / / / | added missing test | Araq | 2015-05-28 | 1 | -0/+35 | |
|/ / / | ||||||
* | | | Enabled taddr and testobjs tests | yglukhov | 2015-05-27 | 2 | -5/+15 | |
* | | | Fix #964, fix #1384 | Flaviu Tamas | 2015-05-26 | 1 | -0/+16 | |
* | | | Don't inspect typedescs | Flaviu Tamas | 2015-05-26 | 1 | -0/+5 | |
|/ / |