summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Reset exprs before return by arg. Fixes #5098 (#5191)Brandon Pickering2017-01-112-2/+28
|
* random.shuffle now takes an openArray procAndreas Rumpf2017-01-111-2/+7
|
* Documented `shuffle` from `random` module (#5204)Benjamin Summerton2017-01-111-0/+1
|
* Handle different enum sizes in reprAux (#5207)Brandon Pickering2017-01-112-1/+34
|
* nim.cfg: update comments about the stack size to match reality (#5206)mfxmfx2017-01-111-4/+4
|
* alternative fix for #4884; fixes tlateboundstaticZahary Karadjov2017-01-111-1/+1
|
* Merge pull request #5208 from luked99/async-json-example-fixDominik Picheta2017-01-101-0/+1
|\ | | | | Async json example fix
| * asynchttpserver: import json in the example codeLuke Diamand2017-01-101-0/+1
|/ | | | | | The example code won't compile unless json is imported, because of the use of the %* operator. This can trip-up inexperienced Nim developers.
* bugfix: abs(0.0) should be +0.0Andreas Rumpf2017-01-101-1/+1
|
* add 'koch nimsuggest' command for consistencyAndreas Rumpf2017-01-101-0/+1
|
* add copyDir stdlib testAndreas Rumpf2017-01-101-0/+18
|
* use os.copyDir, not your own broken implementation of itAndreas Rumpf2017-01-101-9/+0
|
* add distros to docs properlyAraq2017-01-091-1/+1
|
* updated koch docsAraq2017-01-081-40/+0
|
* added checksumsAraq2017-01-081-6/+6
|
* fix #4884Zahary Karadjov2017-01-082-3/+15
|
* Small fixes in readme.Dominik Picheta2017-01-081-1/+1
|
* Fix C source gen.Dominik Picheta2017-01-081-1/+1
|
* updated download pageAraq2017-01-081-10/+10
|
* naive work-around for time redefinition (#5193)Fabian Keller2017-01-082-8/+10
|
* Remove colon when unpacking yielded tuples. Fixes #5173 (#5190)Brandon Pickering2017-01-081-1/+3
|
* make random.nim work for the JS target againAraq2017-01-081-2/+4
|
* random.nim: added shuffle proc; fixes 'mod' biasAraq2017-01-081-2/+12
|
* happy new yearAraq2017-01-0710-14/+14
|
* updated to version 0.16.0Araq2017-01-074-8/+11
|
* minor manual improvement; refs #5181Araq2017-01-071-1/+2
|
* Add 0.16.0 release notes.Dominik Picheta2017-01-072-4/+120
|
* disable pinToCpu for OSXAndreas Rumpf2017-01-071-4/+5
|
* koch.nim: critical fix for the tar.xz installationsAndreas Rumpf2017-01-071-14/+18
|
* Further tutorial updates (#5176)jlp7652017-01-072-15/+85
| | | | | | * tut1: added multiline comments * tut2: replaced expr/stmt with untyped/typed * added some more template/macro example * remove immediate pragma from example
* fixes #5179Araq2017-01-071-4/+5
|
* attempt to make the build green againAraq2017-01-072-2/+0
|
* make Nim compiler compile with 0.15.2Araq2017-01-072-6/+22
|
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-078-20/+46
|
* use new nimble file format to make Nim's version DRYAraq2017-01-072-7/+6
|
* random.nim: add a warning about crypo; refs #5047Araq2017-01-071-0/+1
|
* Merge pull request #5188 from trustable-code/patch-2Andreas Rumpf2017-01-071-10/+4
|\ | | | | fixes #4804
| * fixes 4804Simon Krauter2017-01-061-10/+4
| | | | | | toTime(): Use the Windows-specific part for every OS, because it gives correct results on Linux too. The removed code for Linux gives wrong results.
* | Merge pull request #5187 from krux02/new-htmlgenAndreas Rumpf2017-01-071-75/+75
|\ \ | |/ |/| get rid of immediate macros in htmlgen module
| * get rid of immediate macros in htmlgen moduleArne Döring2017-01-061-75/+75
|/
* fixes 'nim c file_without_nim_ext' regression; refs #5183Andreas Rumpf2017-01-061-1/+2
|
* fixes #5185Andreas Rumpf2017-01-062-4/+5
|
* Fixes bootstrapping.Dominik Picheta2017-01-061-1/+1
|
* findExe finds cmd and bat files; refs #5049Araq2017-01-061-25/+34
|
* Add async IO overview to asyncnet module docs.Dominik Picheta2017-01-061-1/+39
|
* fixes #4948Araq2017-01-061-3/+6
|
* Merge pull request #5141 from c-blake/develAndreas Rumpf2017-01-061-0/+5
|\ | | | | Add a proc `==` for MemSlice.
| * Oops - forgot export marker.Charles Blake2016-12-221-1/+1
| |
| * Add a proc `==` for MemSlice.Charles Blake2016-12-221-0/+5
| |
* | koch and nims updatesAraq2017-01-063-36/+3
| |