summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* removed unused imports [refactoring]Andreas Rumpf2019-08-089-11/+9
* Lock semchecked ast for macros (#11883) [bugfix]Arne Döring2019-08-088-24/+83
* fix crash on sigmatch (#11913)Timothee Cour2019-08-082-3/+4
* Fix typo (#11910)Dmitry Matveyev2019-08-081-1/+1
* delete expensive call (#11909) [refactoring]Arne Döring2019-08-081-1/+1
* Fix issue #10726 - HTTP response without Content-Length is not accessible (#1...konradmb2019-08-082-30/+48
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-0816-272/+329
* fixes #11807 (#11900)Andreas Rumpf2019-08-074-14/+70
* Fixed handling of empty strings for encodings conversions (#11897)amzak2019-08-071-5/+13
* Typeclass/Variant clarification in Manual (#11901)awr12019-08-071-3/+19
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-0734-314/+530
* note set[T].len alias in future changelog (#11893)Andy Davidoff2019-08-061-1/+1
* Fixed utf8<->utf16 conversions on windows (#11888)amzak2019-08-061-39/+108
* disallow static in return type (#9686) [nobackport]Arne Döring2019-08-063-1/+16
* fixes #11817 (#11889)Andreas Rumpf2019-08-051-8/+5
* set[T].len is an alias for set[T].card (#11885) [feature]Andy Davidoff2019-08-052-0/+7
* newruntime: make system.delete and friends work with owned ref (bugfix); repo...Araq2019-08-051-6/+13
* fixes #11844Araq2019-08-041-1/+1
* Add build support for Linux/ia64 (#11880) [feature]John Paul Adrian Glaubitz2019-08-042-1/+3
* fixes #9829 (#11849)Arne Döring2019-08-042-1/+16
* Skip db_postgres.setRow if getRow returns 0 rows (#11859)Chris Heller2019-08-041-2/+4
* tgetaddrinfo: disable ICMP tests for HaikuLeorize2019-08-041-1/+1
* tgetaddrinfo: use sizeof() instead of hardcodingLeorize2019-08-041-3/+3
* Allow typeof(nil) as generic parameter (#11869)Oscar Nihlgård2019-08-032-4/+11
* VM exception fixes (#11868)Oscar Nihlgård2019-08-023-2/+28
* random: minor documentation updates (#11831)Jjp1372019-08-021-8/+42
* Fix VM conversion to var type [bugfix] (#11866)Oscar Nihlgård2019-08-012-2/+7
* fix #11854 (#11857)Arne Döring2019-07-303-5/+5
* Fixes subtle SSL recvInto bug.Dominik Picheta2019-07-271-0/+1
* IR: minor refactoringAndreas Rumpf2019-07-271-1/+4
* IC: some progressAndreas Rumpf2019-07-275-14/+12
* destructors spec: be more precise about temporariesAndreas Rumpf2019-07-271-1/+3
* nimgrep: introduce the --rex optionAndreas Rumpf2019-07-271-5/+12
* nimgrep: fixes the -w optionAndreas Rumpf2019-07-271-1/+1
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-275-83/+75
* fix #11812 (#11829)Arne Döring2019-07-272-1/+79
* Use proper types according to MSDN and fix clang build of windows dynlib (#11...Giovanni Petrantoni2019-07-261-12/+8
* revert changesAndrii Riabushenko2019-07-2512-80/+43
* add testAndrii Riabushenko2019-07-253-2/+30
* fixes #11826Andrii Riabushenko2019-07-259-41/+50
* fix #11772, JS random seed was too large (#11820)Miran2019-07-251-1/+1
* close #11166 by adding a testnarimiran2019-07-251-0/+4
* close #9891 by adding a testnarimiran2019-07-252-0/+19
* Fix #10630 - fix broken separators in nim doc (#11814)genotrance2019-07-241-95/+77
* fix asyncftpclient examples [ci skip]narimiran2019-07-241-29/+29
* run runnableExamples in the module scope (#11732) [feature]Timothee Cour2019-07-224-17/+81
* fix failing JS testsnarimiran2019-07-221-1/+0
* Add `opacity` to JS `Style`Benjamin Summerton2019-07-211-0/+2
* fixes #11792 (#11793)cooldome2019-07-212-1/+31
* fixes #11745Araq2019-07-192-1/+14