Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | closed the discard in the guide | Simon Hafner | 2015-06-19 | 1 | -0/+1 |
* | added comment about failing tests and categories | Simon Hafner | 2015-06-18 | 1 | -1/+13 |
* | fixed rst links | Simon Hafner | 2015-06-18 | 1 | -2/+2 |
* | fixed the rst code blocks | Simon Hafner | 2015-06-18 | 1 | -0/+8 |
* | and some more non-rst stuff fixed | Simon Hafner | 2015-06-18 | 1 | -1/+2 |
* | fixed some non-rst stuff | Simon Hafner | 2015-06-18 | 1 | -1/+2 |
* | switched to contributing.rst | Simon Hafner | 2015-06-18 | 2 | -114/+114 |
* | switched to ./koch --print html | Simon Hafner | 2015-06-18 | 1 | -2/+1 |
* | explained how to run the tester to compare commits | Simon Hafner | 2015-06-18 | 1 | -1/+24 |
* | switched over from assert to doAssert for guide | Simon Hafner | 2015-06-15 | 1 | -16/+7 |
* | initial draft for contributing.md | Simon Hafner | 2015-06-14 | 1 | -0/+101 |
* | Introduce gPrefixDir for nimsuggest. | Dominik Picheta | 2015-06-14 | 1 | -2/+8 |
* | Merge pull request #2903 from yglukhov/js-bracket-addr | Andreas Rumpf | 2015-06-13 | 2 | -8/+33 |
|\ | |||||
| * | Singing and dancing with skipTypes. | yglukhov | 2015-06-12 | 1 | -1/+1 |
| * | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 2 | -8/+33 |
* | | Merge pull request #2890 from ozra/fix-1179-unsigned-number-literals | Andreas Rumpf | 2015-06-13 | 2 | -47/+152 |
|\ \ | |||||
| * | | Non-base10 overflow allowed if bit-stable. Tests. | Oscar Campbell | 2015-06-12 | 1 | -0/+68 |
| * | | Non-base10 overflow allowed if bit-stable. Tests. | Oscar Campbell | 2015-06-12 | 1 | -3/+15 |
| * | | Fix bug #1179 + some more found while testing. | Oscar Campbell | 2015-06-12 | 1 | -47/+72 |
* | | | Merge pull request #2911 from avsej/fix-logger-formatting | Andreas Rumpf | 2015-06-13 | 1 | -11/+20 |
|\ \ \ | |||||
| * | | | Fix logger formatting | Sergey Avseyev | 2015-06-13 | 1 | -11/+20 |
| |/ / | |||||
* | | | Merge pull request #2910 from avsej/add-missing-nre-dependency | Andreas Rumpf | 2015-06-13 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add missing nre dependency to installer | Sergey Avseyev | 2015-06-12 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #2894 from nanoant/patch/macros-real-node-compare | Andreas Rumpf | 2015-06-12 | 2 | -1/+44 |
|\ \ | |||||
| * | | macros: Add test for node comparsion | Adam Strzelecki | 2015-06-10 | 1 | -0/+39 |
| * | | macros: exprStructuralEquivalent for EqNimrodNode | Adam Strzelecki | 2015-06-10 | 1 | -1/+5 |
* | | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 3 | -24/+45 |
|\ \ \ | |||||
| * | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 3 | -24/+45 |
| | |/ | |/| | |||||
* | | | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 15 | -8/+1009 |
|\ \ \ | |||||
| * | | | Revert "Base re off of nre" | Flaviu Tamas | 2015-06-10 | 1 | -142/+235 |
| * | | | Fix ambiguous character literal | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| * | | | Fix potential code bloat | Flaviu Tamas | 2015-06-07 | 1 | -4/+5 |
| * | | | Rename RegexException according to NEP1 | Flaviu Tamas | 2015-06-07 | 1 | -5/+5 |
| * | | | Edit re and nre doc comments | Flaviu Tamas | 2015-06-07 | 2 | -20/+1 |
| * | | | Clean up nre imports | Flaviu Tamas | 2015-06-07 | 1 | -2/+1 |
| * | | | Use stdlib's PCRE in nre | Flaviu Tamas | 2015-06-07 | 2 | -443/+1 |
| * | | | Deprecate re | Flaviu Tamas | 2015-06-07 | 1 | -2/+2 |
| * | | | Adjust re for nre's inclusive bounds | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| * | | | Base re off of nre | Oleh Prypin | 2015-06-07 | 1 | -238/+142 |
| * | | | Update news for nre | Flaviu Tamas | 2015-06-07 | 1 | -1/+6 |
| * | | | Ensure no one uses internal module | Flaviu Tamas | 2015-06-07 | 1 | -0/+1 |
| * | | | 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 | 168 | -6974/+6318 |
| |\ \ \ | |||||
| * | | | | Disable static building of PCRE | Flaviu Tamas | 2015-05-26 | 28 | -44889/+10 |
| * | | | | Clarify nre licencing | Flaviu Tamas | 2015-05-26 | 1 | -0/+53 |
| * | | | | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 47 | -343/+12 |
| * | | | | Merge remote 'nre' into add-nre | Flaviu Tamas | 2015-05-26 | 47 | -0/+46616 |
| |\ \ \ \ | |||||
| | * | | | | Change to options module | Flaviu Tamas | 2015-05-26 | 6 | -24/+25 |
| | * | | | | Reweave readme | Flaviu Tamas | 2015-05-11 | 2 | -44/+57 |
| | * | | | | Merge pull request #14 from BlaXpirit/inline-options | Flaviu Tamas | 2015-05-08 | 5 | -125/+121 |
| | |\ \ \ \ |