summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes the docgen configuration; refs #6780Araq2017-11-281-1/+1
|
* re.nim: removed deprecated symbolsAraq2017-11-281-3/+0
|
* re.nim: Make tests green and deprecate 'parallelReplace'; it should be ↵Araq2017-11-281-5/+12
| | | | 'multiReplace' for consistency with strutils.nim
* Implement doAssertRaises (#6819)Dominik Picheta2017-11-281-0/+19
|
* Fixed ospaths compilation on js (#6826)Yuriy Glukhov2017-11-281-8/+7
|
* test the snippets in tut2.rstAraq2017-11-281-15/+37
|
* the documentation generator now supports ':test:' for the testing of test ↵Araq2017-11-287-34/+60
| | | | snippets
* tut1.rst makes use of the new ':test:' featureAraq2017-11-281-2/+55
|
* todo.txt updateAraq2017-11-281-0/+3
|
* cleaned up strutils.nimAraq2017-11-281-17/+13
|
* Add visual studio C4297 warning to ignore list (#6815)cooldome2017-11-271-1/+1
|
* Add links to documentation (#6780)Federico Ceratto2017-11-271-9/+63
| | | Related to #4219
* Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
|
* Don't catch-all in asynchttpserver. It hides bugs.Dominik Picheta2017-11-261-4/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-11-269-116/+154
|\
| * Merge pull request #6810 from Veladus/issue-6804Dominik Picheta2017-11-252-42/+50
| |\ | | | | | | Moved encodeUrl and decodeUrl from cgi to url
| | * Moved encodeUrl and decodeUrl from cgi to urlVeladus2017-11-252-42/+50
| | |
| * | remove goFree() (#6808)Ștefan Talpalaru2017-11-251-2/+0
| |/ | | | | | | __go_free() was removed from gcc-7.2.0 so we stop trying to help the garbage collector by marking no longer used memory regions
| * Merge pull request #6802 from FedericoCeratto/nodelayDominik Picheta2017-11-252-1/+14
| |\ | | | | | | Add TCP_NODELAY support #6795
| | * Add TCP_NODELAY support #6795Federico Ceratto2017-11-242-1/+14
| | |
| * | Remove link to ioselectors, link lenientops (#6790)Lynn C. Rees2017-11-241-1/+1
| | |
| * | fix ordered set equality (#6791)andri lim2017-11-241-5/+21
| | |
| * | Move quoteShell to ospaths (#6794)Fredrik Høisæther Rasch2017-11-242-65/+68
| |/ | | | | Enables quoteShell on nimscript
* | fixes system.runnableExamples; strutils makes use of runnableExamplesAraq2017-11-262-77/+68
| |
* | the documentation generator now supports system.runnableExamplesAraq2017-11-269-58/+132
| |
* | cleaned up tutorial 1Araq2017-11-261-45/+18
|/
* make tests green againAraq2017-11-232-12/+5
|
* make tests green againAraq2017-11-231-0/+1
|
* fixes not-nil regressionAraq2017-11-231-1/+1
|
* fixes #3993Araq2017-11-232-1/+16
|
* fixes #4686Araq2017-11-231-1/+1
|
* fixes #6489Araq2017-11-236-6/+20
|
* minor optimization for propagateToOwnerAraq2017-11-231-4/+1
|
* closes #6121Araq2017-11-231-0/+21
|
* fixes #6555Araq2017-11-232-1/+13
|
* fixes #6682Araq2017-11-224-2/+35
|
* improve error message for bug #6788Araq2017-11-221-1/+4
|
* minor documentation updateAraq2017-11-221-3/+4
|
* use more make conventions (#6789)Stephen2017-11-221-17/+14
| | | | | | | | * use more make conventions improves compatibility with cross compilation systems * use make implicit rule
* Async upcoming (#6585)Dominik Picheta2017-11-2210-932/+773
| | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll.
* use make default linker naming convention (#6787)Stephen2017-11-221-5/+5
|
* fixes #6445 (concepts for the JS target)Andreas Rumpf2017-11-221-3/+4
|
* fixes #6568Andreas Rumpf2017-11-221-1/+1
|
* fixes #6753Andreas Rumpf2017-11-222-7/+20
|
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-213-0/+165
| | | | | | | | | | | | | | | | * added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section
* make tests green againAndreas Rumpf2017-11-212-15/+3
|
* updated changelog to mention the removal of 'generic' and 'atomic'Andreas Rumpf2017-11-211-0/+2
|
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-217-25/+17
|
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-217-15/+5
|
* OS X has no llvm-ar tool; use ar insteadAraq2017-11-211-1/+5
|