summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* HCR: properly handling complex const objects in the codegen - fixes #13915 (#...Viktor Kirilov2020-04-254-6/+32
* Fixes #14110 (#14111)Jae Yang2020-04-251-1/+1
* implement (#14114)cooldome2020-04-252-8/+9
* Fix #14088 and #14089 on NetBSD (#14104)Euan2020-04-242-1/+2
* add CI badges for CI github actions ssl+docsTimothee Cour2020-04-241-1/+8
* fix nim CI; fix local testament (#14102)Timothee Cour2020-04-243-7/+12
* Add critbits.commonPrefixLen (#14072)Phil Krylov2020-04-242-0/+17
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-249-13/+13
* testament: don't try to test nimgrep if it's not there [backport:1.2] (#14085)alaviss2020-04-241-3/+4
* Make JS not mangle to snake_case (#14086)hlaaftana2020-04-241-5/+1
* Fix #14091 and #14093 - test failures on NetBSD (#14096)Euan2020-04-243-1/+4
* [ci skip] changelog conflicts are a thing of the past (#14098)Timothee Cour2020-04-241-0/+6
* add CI badges for azure-pipelines for devel, 1.0, 1.2 branches (#14101)Timothee Cour2020-04-241-1/+3
* Add tests for #8481, #6490 and #4061 (#14083)Clyybber2020-04-233-0/+45
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-2314-39/+221
* new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...Timothee Cour2020-04-235-16/+39
* testament: don't rely on Nim source structure [backport:1.2] (#14077)alaviss2020-04-231-1/+1
* Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD...Euan2020-04-222-2/+0
* Add LTO support for most compilers and do some VCC fixes (#14013)Keithcat12020-04-222-6/+37
* Set O_NONBLOCK flag atomically (#13934)Hiroki Noda2020-04-221-8/+4
* fix #14064 xmltree should allow create text node with raw text(non-es… (#14...Bung2020-04-223-3/+12
* Make debugSend/debugRecv procs public. Fixes #12189 (#12190)Chris Heller2020-04-221-3/+37
* Add the ability to pass title case headers to an HTTP server (#13968)wonderix2020-04-221-12/+38
* cycle collector (#14071)Andreas Rumpf2020-04-226-110/+262
* change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)hlaaftana2020-04-224-5/+5
* use newer nodejs on Azure Pipelines (#14065)Miran2020-04-221-2/+2
* base `parseEnum` on a case statement, fixes #14030 (#14046)Vindaar2020-04-223-11/+171
* Treat zig like clang/gcc wrt integer arithmetic. (#13957)Hessam Mehr2020-04-221-1/+1
* tools/finish: don't quote path with space (#14058) [backport]alaviss2020-04-221-3/+2
* fix globalOptions (#14059)Timothee Cour2020-04-220-0/+0
* Fix OS detection in a docker container (#13172)Arnaud Moura2020-04-222-32/+67
* fix typo (#14063)Andy Davidoff2020-04-211-1/+1
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-214-68/+113
* cleanup PR #14048Araq2020-04-212-5/+5
* fixes #14052 [backport:1.2] (#14055)Andreas Rumpf2020-04-211-1/+2
* Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)hlaaftana2020-04-212-0/+42
* Add package install command for FreeBSD and OpenBSD. (#14051)Arnaud Moura2020-04-211-1/+3
* Replace enum fields idents with syms (#14048)cooldome2020-04-212-1/+13
* Times refactorings (#13949)Oscar Nihlgård2020-04-211-753/+778
* #12103 - CI for OpenBSD (#12105)Euan2020-04-2120-15/+56
* Fix the getSelection method. (#13632)treeform2020-04-211-1/+8
* docs: move `not nil` to the experimental page (#14027)Rory O’Kane2020-04-212-26/+30
* fix mapIt issues #12625 & #12639 (#14041)Judd2020-04-212-14/+39
* New runnableExample for `newAsyncHttpClient()` (#14045)Tristram Oaten2020-04-211-0/+11
* asyncdispatch: export Callback (#14042) [backport]alaviss2020-04-211-2/+2
* clarify tuples and objects in manual, fixes #12486 (#14044)hlaaftana2020-04-211-7/+20
* Fix broken async httpclient exampleTristram Oaten2020-04-211-3/+7
* fixes #14038Andreas Rumpf2020-04-201-1/+1
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-2017-44/+317
* Fix #13972 (#14034)Clyybber2020-04-201-2/+2