Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 4 | -1/+6 |
| | |||||
* | Merge pull request #3204 from yglukhov/debugger-on-fix | Andreas Rumpf | 2015-08-14 | 5 | -15/+13 |
|\ | | | | | Fixed --debugger:on option. Removed c_line from termios. | ||||
| * | Fixed --debugger:on option. Removed c_line from termios. | Yuriy Glukhov | 2015-08-12 | 5 | -15/+13 |
| | | |||||
* | | Merge pull request #3177 from zah/generic-types-in-macros | Andreas Rumpf | 2015-08-14 | 6 | -41/+194 |
|\ \ | | | | | | | Generic types in macros | ||||
| * | | Disable the new generic params handling for immediate template and macros | Zahary Karadjov | 2015-08-02 | 3 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since immediate templates are not subjected to the standard sigmatching algorithm, they will have a number of deficiencies when it comes to generic params: Type dependencies between the parameters won't be honoured and the bound generic symbols won't be resolvable within their bodies. We could try to fix this, but it may be wiser to just deprecate immediate templates and macros now that we have working untyped parameters. Disabling the new features is admittedly not the greatest way to handle this situations as it introduces inconsistency in the language, but at least it makes the code backwards-compatible with the previous version of the compiler instead of triggering more serious problems. | ||||
| * | | fix #1858 again; restores the support for static macro params | Zahary Karadjov | 2015-08-02 | 6 | -41/+179 |
| | | | |||||
* | | | Merge pull request #3131 from zachaysan/devel | Dominik Picheta | 2015-08-13 | 2 | -6/+101 |
|\ \ \ | | | | | | | | | Create chomp proc and tests | ||||
| * | | | Add extern pragma | Zach Aysan | 2015-07-21 | 1 | -3/+5 |
| | | | | |||||
| * | | | Add docs | Zach Aysan | 2015-07-21 | 1 | -0/+27 |
| | | | | |||||
| * | | | Switch to removeSuffix name and modify the string in place | Zach Aysan | 2015-07-21 | 1 | -46/+27 |
| | | | | |||||
| * | | | Update tests to proposed changes | Zach Aysan | 2015-07-21 | 1 | -16/+39 |
| | | | | |||||
| * | | | Add tests for chomp | Zach Aysan | 2015-07-17 | 1 | -4/+21 |
| | | | | |||||
| * | | | Create Ruby-like chomp proc to allow for easy string ending removal | Zach Aysan | 2015-07-17 | 1 | -1/+46 |
| | | | | |||||
* | | | | Merge pull request #3206 from yglukhov/patch-1 | Dominik Picheta | 2015-08-12 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Fixed fromSeconds function JS variant | ||||
| * | | | Fixed fromSeconds function JS variant | Yuriy Glukhov | 2015-08-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | removed sequtils.reversed again since it's already in algorithm.nim | Araq | 2015-08-10 | 1 | -23/+0 |
| | | | |||||
* | | | fixes #1965 | Araq | 2015-08-10 | 3 | -2/+13 |
| | | | |||||
* | | | fixes #3066 | Araq | 2015-08-09 | 2 | -0/+20 |
| | | | |||||
* | | | fixes #3096 | Araq | 2015-08-09 | 1 | -2/+3 |
| | | | |||||
* | | | refs #2377 | Araq | 2015-08-09 | 1 | -0/+2 |
| | | | |||||
* | | | fixes #1329 | Araq | 2015-08-09 | 2 | -1/+13 |
| | | | |||||
* | | | updated todo.txt | Araq | 2015-08-09 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #3146 from c-blake/devel | Andreas Rumpf | 2015-08-09 | 4 | -0/+113 |
|\ \ \ | | | | | | | | | Add MemFile text interface factored so users can optionally skip Nim … | ||||
| * \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-09 | 22 | -102/+455 |
| |\ \ \ | |||||
| * \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-04 | 8 | -17/+49 |
| |\ \ \ \ | |||||
| * | | | | | Add note about what is included. | Charles Blake | 2015-08-04 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Use hyperlinks to refer to other procs. | Charles Blake | 2015-08-04 | 1 | -6/+8 |
| | | | | | | |||||
| * | | | | | Expand memSlices doc comment & use better example. | Charles Blake | 2015-08-04 | 1 | -14/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Have lines() iterators docs point back to memSlices() for details. | ||||
| * | | | | | Merge ../Nim into devel | Charles Blake | 2015-08-04 | 2 | -8/+22 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-03 | 1 | -1/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Move tests to stdlib. | Charles Blake | 2015-08-03 | 3 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Spruce up doc comments as per dom96 suggestions. | Charles Blake | 2015-08-03 | 1 | -7/+12 |
| | | | | | | | | |||||
| * | | | | | | | Merge ../Nim into devel | Charles Blake | 2015-08-03 | 2 | -6/+15 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | toString --> `$`. | Charles Blake | 2015-08-03 | 2 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix accidentally deleted inp argument. | Charles Blake | 2015-08-03 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge ../Nim into devel | Charles Blake | 2015-08-03 | 22 | -656/+874 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Try to get examples to render right as HTML. | Charles Blake | 2015-08-02 | 1 | -1/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add some example code blocks. | Charles Blake | 2015-08-02 | 1 | -2/+10 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Quote the \ in doc comments. | Charles Blake | 2015-08-02 | 1 | -5/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add some little one-line doc comment of MemSlice. | Charles Blake | 2015-08-02 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add some very simple tests for memfiles iterators. | Charles Blake | 2015-08-02 | 3 | -0/+17 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add top of module comment. Re-order definitions to | Charles Blake | 2015-08-02 | 1 | -6/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type, then converter, then 3 iterators lowest- to highest-level (also fastest to slowest) including a new intermediate iterator lines(MemFile, buffer) that is more like readLine(File) in case that helps anyone port code. Add doc comments. Also have toString just use newString+c_memcpy instead of currently fragile toNimStr which Araq wants a separate PR for. | ||||
| * | | | | | | | | | Revert toNimStr fix as per Araq request. | Charles Blake | 2015-08-02 | 1 | -2/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Nix unchecked which has no semantics for objects. | Charles Blake | 2015-08-02 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge ../Nim into devel | Charles Blake | 2015-07-30 | 15 | -61/+349 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | cstring->pointer in MemSlice to make consistent with MemFile and | Charles Blake | 2015-07-29 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also to make more clear the care required to use MemSlice instances. (E.g., memXXX functions rather than strXXX functions). | ||||
| * | | | | | | | | | | Remove NUL termination unneeded post toNimStr fix. | Charles Blake | 2015-07-28 | 1 | -1/+0 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Oops..[]= not defined yet here. Use .data instead. | Charles Blake | 2015-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Do not read past end of input. Ensure NUL termination. | Charles Blake | 2015-07-26 | 1 | -1/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Rename [rR]ecord->[mM]emSlice, rec->ms, End->ending. Also update some comments. | Charles Blake | 2015-07-26 | 1 | -20/+20 |
| | | | | | | | | | | |