summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | allow a negative distance argument. Improved documentation.Arne Döring2017-07-271-8/+22
| | * | | changed rotate to rotateLeft with slice apiArne Döring2017-07-271-45/+41
| | * | | fixes for feedbackArne Döring2017-07-271-13/+14
| | * | | added rotate in algorithmArne Döring2017-07-271-1/+111
| * | | | breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe...Andreas Rumpf2017-10-306-131/+16
| * | | | make tests green againAndreas Rumpf2017-10-293-6/+6
| * | | | system.nim: typoAndreas Rumpf2017-10-292-3/+5
| * | | | make tests green againAndreas Rumpf2017-10-294-5/+4
| * | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-10-291-0/+11
| |\ \ \ \
| | * | | | fixes #6589 (#6590)Fabian Keller2017-10-291-0/+11
| * | | | | remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-2913-161/+28
| * | | | | work in progress: new implementation for 'a[^1]'Andreas Rumpf2017-10-2913-89/+96
| * | | | | make some system modules compile againAndreas Rumpf2017-10-292-19/+19
| * | | | | made nimresolve part of the compilerAndreas Rumpf2017-10-297-193/+100
| * | | | | more replacements for the deprecated '<'Andreas Rumpf2017-10-2919-43/+43
| * | | | | deprecated unary '<'Andreas Rumpf2017-10-2956-258/+259
| * | | | | new feature: package level objectsAndreas Rumpf2017-10-299-11/+93
| * | | | | first implementation of package level types that allow forwarding across modu...Andreas Rumpf2017-10-287-21/+47
| * | | | | backend preparations for incomplete/forwarded object typesAndreas Rumpf2017-10-2810-90/+122
| * | | | | sysstr: code formattingAndreas Rumpf2017-10-281-3/+3
| * | | | | added another test case for #6526Andreas Rumpf2017-10-281-0/+11
| |/ / / /
| * | | | Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-2810-130/+552
| * | | | add `strutils.removePrefix` proc (#6473)Bo Lingen2017-10-282-2/+100
| * | | | Let the environment variable NIMBLE_DIR overrides nimblepath in cfg file (#6542)Xiao-Yong2017-10-283-3/+8
| * | | | strutils.find enhancements (#6582)Dmitry Atamanov2017-10-281-27/+49
| * | | | TinyC upgrade (#6593)Dmitry Atamanov2017-10-28395-31831/+67621
| * | | | fixes #6526Araq2017-10-273-15/+36
| * | | | fixes #6606 (#6610)Fredrik Høisæther Rasch2017-10-272-1/+28
| * | | | Tweeks in the manual (#6599)narimiran2017-10-2610-20/+24
| * | | | Merge pull request #6605 from naunga/develDominik Picheta2017-10-261-4/+4
| |\ \ \ \
| | * | | | Felt this paragraph was a little grammatically awkward.Aaron Salvo2017-10-261-4/+4
| |/ / / /
| * | | | fixes #6148Andreas Rumpf2017-10-261-1/+4
| * | | | fixes #6422Andreas Rumpf2017-10-262-5/+49
| * | | | osproc.execProcesses: enable poParentStreams for posix; should make travis gr...Andreas Rumpf2017-10-261-1/+1
| * | | | make tests green againAraq2017-10-261-3/+6
| * | | | fixes cpuinfo regressionAraq2017-10-261-8/+2
| * | | | destructors: supportsCopyMem finally works for recursive typesAraq2017-10-266-18/+53
| * | | | topttree destructor finally worksAraq2017-10-265-60/+16
| * | | | destructors: work in progressAraq2017-10-268-27/+109
| * | | | Merge pull request #6596 from wizzardx/add-wiki-linkDominik Picheta2017-10-251-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add a link to the github wikiwizzardx2017-10-251-0/+2
| * | | | made 'testament all' run in parallelAraq2017-10-253-13/+15
| * | | | testament: no sqlite or re dependencies anymoreAraq2017-10-253-268/+116
| * | | | osproc on Windows: fix peekExitCode for closed processesAraq2017-10-251-0/+2
| * | | | ast.nim: spacingAraq2017-10-251-3/+3
| * | | | concepts: make codegen aware of 'tyInferred'Araq2017-10-252-2/+2
| * | | | default '=sink' and '=destroy' cannot be templatesAraq2017-10-252-12/+13
| * | | | macros.nim: added missing pairs iteratorAraq2017-10-251-0/+5
| * | | | don't use .this in tcustomstrings.nimAraq2017-10-251-8/+6
| |/ / /
| * | | [Windows] Use GetSystemInfo for obtaining processor count (#6082)Dmitry Atamanov2017-10-251-2/+25