summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Small changes to the docs to make it easier to find stuff.Hans Raaf2016-07-212-2/+6
|
* 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
| | |
* | | make tests green againAndreas Rumpf2016-07-181-1/+1
| | |
* | | fixes #4497Andreas Rumpf2016-07-181-1/+1
| | |
* | | fixes #4496Andreas Rumpf2016-07-181-1/+1
| | |
* | | fixes #4478Andreas Rumpf2016-07-182-9/+49
| | |
* | | todo.txt updateAndreas Rumpf2016-07-181-1/+2
| | |
* | | added gFuzzyGraphChecking for nimsuggest timeout problemsAndreas Rumpf2016-07-171-2/+2
| | |
* | | Merge pull request #4493 from oderwat/findexe-symlinksAndreas Rumpf2016-07-172-5/+27
|\ \ \ | |/ / |/| | findExe() now by default follows symlinks.
| * | findExe() now by default follows symlinks.Hans Raaf2016-07-172-5/+27
|/ /
* | Merge pull request #4394 from yglukhov/macro-routines2Andreas Rumpf2016-07-161-0/+8
|\ \ | | | | | | Added addPragma routine
| * | Added addPragma routineYuriy Glukhov2016-06-221-0/+8
| | |
* | | Merge pull request #4488 from mbaulch/fix4346improvedAndreas Rumpf2016-07-162-0/+25
|\ \ \ | | | | | | | | Use target field types in tuple conversions.
| * | | Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-152-5/+6
| | | |
| * | | Fix: Correctly (and more efficiently) handle non-tuple conversions.Matthew Baulch2016-07-141-2/+3
| | | |
| * | | Use target field types in tuple conversions.Matthew Baulch2016-07-142-0/+23
| | | |
* | | | nimsuggest improvementsAndreas Rumpf2016-07-162-3/+2
| | | |
* | | | added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-157-4/+47
| | | |
* | | | prepare for #3898Andreas Rumpf2016-07-152-4/+23
| | | |
* | | | version 1 battle planAndreas Rumpf2016-07-151-13/+13
| | | |
* | | | better be safe than sorryAndreas Rumpf2016-07-151-1/+2
| | | |
* | | | prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-1526-46/+46
| | | |
* | | | rollback of nimsuggest improvement until we figured out the reasonsAndreas Rumpf2016-07-152-9/+13
| | | |
* | | | fixes #2758Andreas Rumpf2016-07-152-3/+4
| | | |
* | | | fixes #3545Andreas Rumpf2016-07-151-6/+7
| | | |
* | | | fixes #3548Andreas Rumpf2016-07-153-8/+26
| | | |