summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes #14014 (#14029)cooldome2020-04-202-3/+41
* allow generic typedesc field access (#12220)Jasper Jenkins2020-04-202-57/+62
* Update code example to match new sdl2.nim syntax (#13924)Lưu Danh, Hiếu2020-04-201-25/+43
* Make bitand, bitor, bitxor varargs-friendly (#13985)awr12020-04-202-9/+34
* remove the nilChecks switch; refs #11570Araq2020-04-205-9/+5
* fix for asm statement; refs #12650Araq2020-04-201-1/+1
* refactor system.$ for objects a little; refs #13398Araq2020-04-201-9/+3
* add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813)Timothee Cour2020-04-203-9/+66
* compiler/suggest: highlight squashed operators (#11796)alaviss2020-04-202-3/+18
* unicode: minor documention improvementAraq2020-04-201-0/+1
* fixes #12834 (#14017)Andreas Rumpf2020-04-191-3/+3
* fixes #12741 (#14005)Andreas Rumpf2020-04-194-49/+57
* fixes #14001 (#14004)Andreas Rumpf2020-04-194-7/+8
* forward type alignment information to seqs (#12430)Arne Döring2020-04-1925-114/+152
* drnim: phi nodes for 'if' statements (#13990)Andreas Rumpf2020-04-192-15/+172
* Add runnableExamples to critbits module (#13994)jiro2020-04-181-25/+219
* Fix unused warning for `$` for empty tuple/objects (#13991)hlaaftana2020-04-181-1/+2
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...Timothee Cour2020-04-182-3/+25
* fix #14007 (#14012) [backport]cooldome2020-04-182-2/+15
* fixes #14003 (#14006) [backport:1.2]cooldome2020-04-172-6/+29
* Step2: fixes #13781, fixes #13805 (#13897)cooldome2020-04-165-45/+111
* Implements RFCs #209 (#13995)cooldome2020-04-169-109/+293
* added extended msg for failed library loads w/ incorrect DLL formats (#13950)awr12020-04-162-12/+30
* make fuzzy search a bit less fuzzy (#13996) [backport:1.2]Miran2020-04-162-1/+4