summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* generic multi-methods should work nowAndreas Rumpf2016-07-289-21/+67
|
* .base pragma works for generic methodsAndreas Rumpf2016-07-281-1/+1
|
* fix: generic tuples instantiations were cached incorrectlyAndreas Rumpf2016-07-282-0/+6
|
* Merge pull request #4525 from roose/parsecfgAndreas Rumpf2016-07-281-1/+1
|\ | | | | Add dash to SymChars
| * Add dash to SymCharsroose2016-07-281-1/+1
|/
* Merge pull request #4522 from coffeepots/patch-2Andreas Rumpf2016-07-271-2/+6
|\ | | | | Add handle function to Thread type
| * Add handle function to Thread typecoffeepots2016-07-271-2/+6
|/ | | Exposes SysThread type and introduces the function "handle" to return Thread.sys.
* fixes a varargs of untyped regressionAndreas Rumpf2016-07-242-0/+81
|
* json doc info also includes line,col informationAndreas Rumpf2016-07-231-3/+4
|
* docgen improvementsAndreas Rumpf2016-07-221-3/+4
|
* overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-224-2/+9
|
* fixes #4494Andreas Rumpf2016-07-222-25/+34
|
* Merge pull request #4511 from oderwat/doc-changes1Andreas Rumpf2016-07-222-2/+6
|\ | | | | Small changes to the docs to make it easier to find stuff.
| * Small changes to the docs to make it easier to find stuff.Hans Raaf2016-07-212-2/+6
| |
* | Merge pull request #4481 from oderwat/unicode-ext1Andreas Rumpf2016-07-211-1/+15
|\ \ | | | | | | Added iterator for utf8 strings
| * | Added iterator for utf8 stringsHans Raaf2016-07-131-1/+15
| | |
* | | Add warning to `osproc.close`Dominik Picheta2016-07-211-1/+5
| | |
* | | Merge pull request #4506 from FedericoCeratto/patch-12Andreas Rumpf2016-07-211-0/+8
|\ \ \ | | | | | | | | Add copyright header
| * | | Add copyright headerFederico Ceratto2016-07-211-0/+8
| | |/ | |/|
* | | Merge pull request #4508 from FedericoCeratto/patch-14Andreas Rumpf2016-07-211-0/+9
|\ \ \ | | | | | | | | Add copyright header
| * | | Add copyright headerFederico Ceratto2016-07-211-0/+9
| |/ /
* | | Merge pull request #4507 from FedericoCeratto/patch-13Andreas Rumpf2016-07-211-0/+8
|\ \ \ | | | | | | | | Add copyright header
| * | | Add copyright headerFederico Ceratto2016-07-211-0/+8
| |/ /
* | | Merge pull request #4504 from avsej/add-sparc64-platformAndreas Rumpf2016-07-214-5/+10
|\ \ \ | |/ / |/| | define sparc64 platform
| * | define sparc64 platformSergey Avseyev2016-07-214-5/+10
|/ /
* | fixes an valid 'T' is not used hintAndreas Rumpf2016-07-201-1/+2
| |
* | Merge pull request #4502 from SSPkrolik/findexe-posix-fixAndreas Rumpf2016-07-201-1/+4
|\ \ | | | | | | Fixed findExe behaviour on Linux with symlinks relative paths
| * | Fixed findExe behaviour on Linux with symlinks relative pathsRostyslav Dzinko2016-07-201-1/+4
| | |
* | | get rid of debug outputAndreas Rumpf2016-07-201-1/+1
| | |
* | | Merge pull request #4500 from nigredo-tori/fix-osproc-envAndreas Rumpf2016-07-203-9/+44
|\ \ \ | | | | | | | | Fix passing environment in startProcess (win)
| * | | Fix environment handling in startProcessDmitry Polienko2016-07-191-6/+9
| | | |
| * | | Fix newWideCString(cstring, int)Dmitry Polienko2016-07-191-3/+3
| | | |
| * | | Revert changes in osproc.nimDmitry Polienko2016-07-191-43/+6
| | | |
| * | | Fix passing environment in startProcess (win)Dmitry Polienko2016-07-182-6/+75
| | | | | | | | | | | | | | | | | | | | Previous implementation used newWideCString, which doesn't handle strings with \0 characters.
* | | | remove XXX commentAndreas Rumpf2016-07-201-1/+0
| | | |
* | | | fixes #1970Andreas Rumpf2016-07-192-32/+42
| | | |
* | | | fixes #888Andreas Rumpf2016-07-192-1/+20
| | | |
* | | | updated 'concept' docsAndreas Rumpf2016-07-191-10/+0
| | | |
* | | | get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-198-15/+16
| | | |
* | | | fixes #4328Andreas Rumpf2016-07-192-1/+15
| |/ / |/| |
* | | fixes #4345Andreas Rumpf2016-07-192-2/+11
| | |
* | | fixes #4428Andreas Rumpf2016-07-192-3/+9
| | |
* | | fixes #4485; package handling works better; docgen works with --project on ↵Andreas Rumpf2016-07-196-66/+104
| | | | | | | | | | | | Nimble package level
* | | better fix for #4497Andreas Rumpf2016-07-191-4/+3
| | |
* | | koch knows about json2Andreas Rumpf2016-07-192-10/+25
|/ /
* | Merge pull request #4463 from flyx/tables-equals-no-KeyErrorAndreas Rumpf2016-07-191-5/+4
|\ \ | | | | | | `==` in tables should not raise KeyError
| * | Use getOrDefault for tables.`==`Felix Krause2016-07-081-7/+5
| | |
| * | `==` in tables should not raise KeyErrorFelix Krause2016-07-071-2/+3
| | | | | | | | | | | | | | | | | | * With previous code, the compiler deduced that equalsImpl may raise a KeyError. While this could only actually happen in a nasty multi-threaded environment, I fixed the code so that it will never happen.
* | | Merge pull request #4498 from mbaulch/fix4388Andreas Rumpf2016-07-181-5/+4
|\ \ \ | | | | | | | | Random module: fix links, improve header.
| * | | Random module: fix links, improve header.Matthew Baulch2016-07-181-5/+4
| | | |