summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate PHP (#13838)Juan Carlos2020-04-021-16/+1
* Jsconsole update (#12448)Juan Carlos2020-04-022-35/+37
* Deprecate DCE:on (#13839)Juan Carlos2020-04-0224-43/+0
* Deprecate when declared(echo):echo (#13840)Juan Carlos2020-04-024-85/+83
* Documentation and Code Style inotify (#13836)Juan Carlos2020-04-021-52/+53
* Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section...Juan Carlos2020-04-012-14/+40
* fixes #13782 (#13834)Andreas Rumpf2020-04-014-20/+81
* Documentation, add more examples (#13825)Juan Carlos2020-04-015-12/+26
* revert stdlib changes which are not required anymoreAndreas Rumpf2020-04-016-21/+20
* Fix tests/types/tparameterizedparent0Zahary Karadjov2020-04-011-1/+1
* The raises list can now use expressions referencing the generic paramsZahary Karadjov2020-04-014-5/+16
* Turn some of the errors back into warningsZahary Karadjov2020-04-017-33/+63
* Replace tfHasRequiresInit with a more accurate mechanismZahary Karadjov2020-04-0111-45/+181
* Fix tests/parallel/tguard2.nimZahary Karadjov2020-04-013-3/+5
* Fix a CI failure during koch docZahary Karadjov2020-04-011-1/+2
* Fix https://github.com/nim-lang/Nim/issues/4907Zahary Karadjov2020-04-013-5/+78
* Close https://github.com/nim-lang/Nim/issues/11428Zahary Karadjov2020-04-011-0/+12
* Perform nil checks during object construction and within compiles()Zahary Karadjov2020-04-014-7/+10
* More precise error messages for uninitialized fields in the presence of inher...Zahary Karadjov2020-04-013-38/+39
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-018-22/+23
* not nil types are illegal to construct through default(T)Zahary Karadjov2020-04-012-0/+16
* Turn the warning for uninitialized (result) variables into errorsZahary Karadjov2020-04-017-17/+103
* Fix tests/notnil/tnotnil_in_objconstr.nimZahary Karadjov2020-04-011-1/+1
* Enable the requiresInit checks only for objectsZahary Karadjov2020-04-012-2/+2
* Plug another hole: default(T) forbidden for objects requiring initializationZahary Karadjov2020-04-015-19/+31
* Don't allow 'var x: T' for objects that require initializationZahary Karadjov2020-04-014-37/+63
* More sophistication; Allow requiresInit to be specified per-fieldZahary Karadjov2020-04-014-15/+61
* First steps, the compiler can boot with enforced requiresInitZahary Karadjov2020-04-017-29/+26
* make `usage of foo is a user-defined error` more informative (#13833)Timothee Cour2020-04-011-3/+5
* fix open file leak when running --debugger:native (#13832)Timothee Cour2020-04-012-6/+16
* updated the changelogAraq2020-04-011-1/+1
* encodeMIME should be encodeMime by our coding guidelinesAraq2020-04-011-3/+3
* fix #13829 (#13831)Timothee Cour2020-04-011-1/+1
* Small typo (#13824)Clyybber2020-03-311-1/+1
* Add arm/arm64 for FreeBSD (#13822)lbartoletti2020-03-312-3/+3
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-3125-35/+1242
* Tiny fix on browsers.openDefaultBrowser (#13818)Juan Carlos2020-03-311-1/+3
* Fix a 'See XXX' on documentation, clean out (#13820)Juan Carlos2020-03-311-2/+1
* fixes #13810 (#13821)cooldome2020-03-312-2/+23
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-317-140/+303
* workflows/ci_docs: fix documentation deployment (#13819)alaviss2020-03-311-3/+9
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-318-175/+99
* #13806 - getApplFreebsd might lose data (#13807)Euan2020-03-311-16/+16
* workflows/ci_docs: lots of goodies (#13809)alaviss2020-03-311-13/+95
* Add Documentation (#13811)Juan Carlos2020-03-3112-19/+135
* refs #13797 (#13812)Timothee Cour2020-03-311-1/+1
* Fix telebot test failed, closes ba0f3/telebot.nim#49 [ref #13812] (#13814)Huy Doan2020-03-311-1/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-3014-21/+171
* faster CIs (#13803)Miran2020-03-3072-1085/+535
* '.push raises: []' now also affects proc types (#13776)Andreas Rumpf2020-03-295-5/+32