summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | new dependency tracking for nimsuggestAraq2016-11-0621-407/+298
| * | | | htmlparser: support parsing of class=foobar without quotesAndreas Rumpf2016-11-051-0/+4
| * | | | Merge pull request #4997 from cpunion/fix_intern_typoAndreas Rumpf2016-11-051-1/+1
| |\ \ \ \
| | * | | | typoLi Jie2016-11-051-1/+1
* | | | | | nimsuggest: minor bugfix; include file should be dirtied, no the belonging mo...Andreas Rumpf2016-11-061-2/+2
* | | | | | nimsuggest supports include files properly; added the compiler itself as a te...Andreas Rumpf2016-11-064-7/+29
* | | | | | nimsuggest & tester: many improvements, test new dependency trackingAndreas Rumpf2016-11-056-15/+127
* | | | | | os.nim: posix copyFile showed a weird problem about buffer flushing; worked a...Andreas Rumpf2016-11-051-0/+1
* | | | | | nimsuggest tester supports editing of filesAndreas Rumpf2016-11-052-16/+62
* | | | | | Merge branch 'devel' into new-dependency-trackingAndreas Rumpf2016-11-053-4/+8
|\| | | | |
| * | | | | cleanup nimsuggest testsAndreas Rumpf2016-11-052-4/+4
| * | | | | better error handling for osproc.nimAndreas Rumpf2016-11-051-1/+5
| |/ / / /
* | | | | added missing moduleAraq2016-11-051-0/+92
* | | | | new dependency tracking for nimsuggestAraq2016-11-0521-408/+299
|/ / / /
* | / / fixes criticial finish.nim bugAraq2016-11-031-2/+4
| |/ / |/| |
* | | Merge pull request #4989 from endragor/empty-async-allAndreas Rumpf2016-11-032-0/+16
|\ \ \
| * | | async all() now immediately completes if arg is emptyRuslan Mustakov2016-11-032-0/+16
* | | | Merge pull request #4970 from nigredo-tori/fix-4969Dominik Picheta2016-11-022-20/+47
|\ \ \ \ | |/ / / |/| | |
| * | | Implement suggestions from @dom96Dmitry Polienko2016-11-022-20/+19
| * | | Don't persist generated headers between requestsDmitry Polienko2016-10-311-11/+32
| * | | Skip empty lines before status lineDmitry Polienko2016-10-311-7/+14
* | | | Merge pull request #4987 from lihf8515/develAndreas Rumpf2016-11-021-4/+10
|\ \ \ \
| * | | | Update parsecfg.nimlihf85152016-11-021-4/+10
* | | | | some progress on --symbolfiles:onAndreas Rumpf2016-11-023-5/+16
|/ / / /
* | | | Merge pull request #4985 from vlad1777d/patch-1Andreas Rumpf2016-11-011-0/+2
|\ \ \ \
| * | | | added description to fmWrite mode to be more exactVladislav2016-11-011-0/+2
|/ / / /
* | | | nimsuggest is now in tools/Andreas Rumpf2016-11-011-1/+1
* | | | koch improvements; implemented 'koch pushcsources'Araq2016-11-011-10/+43
| |/ / |/| |
* | | change TimeImpl for MingWAraq2016-11-011-1/+1
* | | fixes bootstrappingAraq2016-11-011-2/+5
* | | Merge pull request #4980 from jlp765/tostringAndreas Rumpf2016-11-012-1/+4
|\ \ \
| * | | add test: echo a seq with a nil valuejlp7652016-11-011-0/+2
| * | | Add nill value handling for seq/setsjlp7652016-11-011-1/+2
| |/ /
* | | Merge pull request #4979 from singularperturbation/doc_ptrAndreas Rumpf2016-11-011-1/+2
|\ \ \
| * | | (minor) Doc change for #3130singularperturbation2016-10-311-1/+2
* | | | Merge pull request #4977 from flyx/fix-4974Andreas Rumpf2016-11-011-9/+15
|\ \ \ \
| * | | | Fixes #4974Felix Krause2016-10-311-9/+15
* | | | | yay, I'm free againAraq2016-11-011-5/+5
* | | | | make tests green againAraq2016-11-012-2/+2
* | | | | niminst update: make csources compile on old LinuxesAraq2016-11-011-1/+1
| |/ / / |/| | |
* | | | touch koch.nim to trigger CI build (4th)Araq2016-11-011-1/+0
* | | | touch koch.nim to trigger CI build (3rd)Araq2016-10-311-0/+1
* | | | touch koch.nim to trigger CI build (2nd)Araq2016-10-311-1/+0
* | | | touch koch.nim to trigger CI buildAraq2016-10-311-0/+1
|/ / /
* | | updated development versionAraq2016-10-313-7/+7
* | | nimsuggest is now part of NimAraq2016-10-3110-8/+1343
* | | refactoring complete: explicit ident cacheAraq2016-10-3116-93/+94
* | | big refactoring: step 1Araq2016-10-3129-313/+278
* | | Merge branch 'braces' into refactor-identcacheAraq2016-10-315-17/+2209
|\ \ \ | |/ / |/| |
| * | implements #?braces syntaxAraq2016-10-164-15/+2207