Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | system.nim: typo | Andreas Rumpf | 2017-10-29 | 2 | -3/+5 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-29 | 4 | -5/+4 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-10-29 | 1 | -0/+11 |
|\ | |||||
| * | fixes #6589 (#6590) | Fabian Keller | 2017-10-29 | 1 | -0/+11 |
| | | |||||
* | | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 13 | -161/+28 |
| | | | | | | | | close #6292 | ||||
* | | work in progress: new implementation for 'a[^1]' | Andreas Rumpf | 2017-10-29 | 13 | -89/+96 |
| | | |||||
* | | make some system modules compile again | Andreas Rumpf | 2017-10-29 | 2 | -19/+19 |
| | | |||||
* | | made nimresolve part of the compiler | Andreas Rumpf | 2017-10-29 | 7 | -193/+100 |
| | | |||||
* | | more replacements for the deprecated '<' | Andreas Rumpf | 2017-10-29 | 19 | -43/+43 |
| | | |||||
* | | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 56 | -258/+259 |
| | | |||||
* | | new feature: package level objects | Andreas Rumpf | 2017-10-29 | 9 | -11/+93 |
| | | |||||
* | | first implementation of package level types that allow forwarding across ↵ | Andreas Rumpf | 2017-10-28 | 7 | -21/+47 |
| | | | | | | | | module boundaries | ||||
* | | backend preparations for incomplete/forwarded object types | Andreas Rumpf | 2017-10-28 | 10 | -90/+122 |
| | | |||||
* | | sysstr: code formatting | Andreas Rumpf | 2017-10-28 | 1 | -3/+3 |
| | | |||||
* | | added another test case for #6526 | Andreas Rumpf | 2017-10-28 | 1 | -0/+11 |
|/ | |||||
* | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 10 | -130/+552 |
| | |||||
* | add `strutils.removePrefix` proc (#6473) | Bo Lingen | 2017-10-28 | 2 | -2/+100 |
| | |||||
* | Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542) | Xiao-Yong | 2017-10-28 | 3 | -3/+8 |
| | | | | | | * Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file If the length of NIMBLE_DIR is larger than zero, the nimblepath will be set to $NIMBLE_DIR/pkgs | ||||
* | strutils.find enhancements (#6582) | Dmitry Atamanov | 2017-10-28 | 1 | -27/+49 |
| | |||||
* | TinyC upgrade (#6593) | Dmitry Atamanov | 2017-10-28 | 395 | -31831/+67621 |
| | |||||
* | fixes #6526 | Araq | 2017-10-27 | 3 | -15/+36 |
| | |||||
* | fixes #6606 (#6610) | Fredrik Høisæther Rasch | 2017-10-27 | 2 | -1/+28 |
| | |||||
* | Tweeks in the manual (#6599) | narimiran | 2017-10-26 | 10 | -20/+24 |
| | |||||
* | Merge pull request #6605 from naunga/devel | Dominik Picheta | 2017-10-26 | 1 | -4/+4 |
|\ | | | | | Updates to readme. | ||||
| * | Felt this paragraph was a little grammatically awkward. | Aaron Salvo | 2017-10-26 | 1 | -4/+4 |
|/ | |||||
* | fixes #6148 | Andreas Rumpf | 2017-10-26 | 1 | -1/+4 |
| | |||||
* | fixes #6422 | Andreas Rumpf | 2017-10-26 | 2 | -5/+49 |
| | |||||
* | osproc.execProcesses: enable poParentStreams for posix; should make travis ↵ | Andreas Rumpf | 2017-10-26 | 1 | -1/+1 |
| | | | | green again | ||||
* | make tests green again | Araq | 2017-10-26 | 1 | -3/+6 |
| | |||||
* | fixes cpuinfo regression | Araq | 2017-10-26 | 1 | -8/+2 |
| | |||||
* | destructors: supportsCopyMem finally works for recursive types | Araq | 2017-10-26 | 6 | -18/+53 |
| | |||||
* | topttree destructor finally works | Araq | 2017-10-26 | 5 | -60/+16 |
| | |||||
* | destructors: work in progress | Araq | 2017-10-26 | 8 | -27/+109 |
| | |||||
* | Merge pull request #6596 from wizzardx/add-wiki-link | Dominik Picheta | 2017-10-25 | 1 | -0/+2 |
|\ | | | | | Add a link to the github wiki | ||||
| * | Add a link to the github wiki | wizzardx | 2017-10-25 | 1 | -0/+2 |
| | | |||||
* | | made 'testament all' run in parallel | Araq | 2017-10-25 | 3 | -13/+15 |
| | | |||||
* | | testament: no sqlite or re dependencies anymore | Araq | 2017-10-25 | 3 | -268/+116 |
| | | |||||
* | | osproc on Windows: fix peekExitCode for closed processes | Araq | 2017-10-25 | 1 | -0/+2 |
| | | |||||
* | | ast.nim: spacing | Araq | 2017-10-25 | 1 | -3/+3 |
| | | |||||
* | | concepts: make codegen aware of 'tyInferred' | Araq | 2017-10-25 | 2 | -2/+2 |
| | | |||||
* | | default '=sink' and '=destroy' cannot be templates | Araq | 2017-10-25 | 2 | -12/+13 |
| | | |||||
* | | macros.nim: added missing pairs iterator | Araq | 2017-10-25 | 1 | -0/+5 |
| | | |||||
* | | don't use .this in tcustomstrings.nim | Araq | 2017-10-25 | 1 | -8/+6 |
|/ | |||||
* | [Windows] Use GetSystemInfo for obtaining processor count (#6082) | Dmitry Atamanov | 2017-10-25 | 1 | -2/+25 |
| | |||||
* | Use findNim() in koch temp() (#6592) | Stefan Rakel | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | No implicit quit for Genode (#6515) | Emery Hemingway | 2017-10-25 | 3 | -4/+4 |
| | |||||
* | Testament HTML generation upgrade (#6058) | Fredrik Høisæther Rasch | 2017-10-25 | 4 | -394/+504 |
| | |||||
* | Sequtils improvements (#6574) | narimiran | 2017-10-25 | 1 | -171/+267 |
| | |||||
* | Fix #6553 (#6580) | Stefan Rakel | 2017-10-24 | 1 | -0/+2 |
| | |||||
* | Fixes #6571 (#6578) | Thomas Johnson | 2017-10-24 | 2 | -9/+29 |
| |