Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add barebones asynchttpserver tests (#13883) | supakeen | 2020-04-05 | 1 | -0/+119 |
| | | | | | | | * Add isNil check to custom Content-Length. Related to #13866. * Setup barebones asynchttpserver tests. | ||||
* | doc: fix comment for repr*(x: char): string (#13873) | Hiroki Noda | 2020-04-05 | 1 | -1/+1 |
| | | | replace `$` with `repr`. | ||||
* | add nimPath to nim dump (#13876) | Timothee Cour | 2020-04-05 | 1 | -1/+2 |
| | | | | | * add nimPath to nim dump * rename | ||||
* | Fix sym owner in wrapper proc (#13878) | cooldome | 2020-04-05 | 1 | -27/+27 |
| | | | Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | Add isNil check to custom Content-Length. (#13867) [backport:1.2] | supakeen | 2020-04-05 | 1 | -2/+3 |
| | | | Related to #13866. | ||||
* | asyncdispatch: get rid of erroneous set constructions (#13877) | alaviss | 2020-04-05 | 1 | -5/+9 |
| | | | Ref #13764 | ||||
* | finally de-deprecate the .define and .undef pragmas | Andreas Rumpf | 2020-04-04 | 2 | -2/+1 |
| | |||||
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 8 | -29/+43 |
| | |||||
* | bump devel version to 1.3.1 | narimiran | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | Remove my wrongly written mangled-related code, not needed anymore (#13858) | Alexander Ivanov | 2020-04-03 | 2 | -11/+4 |
| | |||||
* | sourcemaps for the JS codegen (#7508) | Alexander Ivanov | 2020-04-03 | 4 | -9/+424 |
| | |||||
* | make bootstrapping more robust for people who have Nim inside /usr/bin (#13855) | Andreas Rumpf | 2020-04-03 | 1 | -32/+34 |
| | |||||
* | fix #7241 (#13779) | itsumura-h | 2020-04-03 | 1 | -0/+5 |
| | | | finalize() should run in insert() | ||||
* | move tinyc to a separate repo and allow installing external dependencency ↵ | Timothee Cour | 2020-04-03 | 390 | -99388/+80 |
| | | | | | | | (eg tinyc) from koch / library code (#13850) * remove tinyc * installDeps * update tinyc paths | ||||
* | fix asynchttpserver content-length header (#13846) | flywind | 2020-04-03 | 1 | -3/+6 |
| | |||||
* | std/byaddr => std/decls (#13847) | Timothee Cour | 2020-04-03 | 3 | -3/+3 |
| | |||||
* | create a changelog for v1.2.0 | narimiran | 2020-04-02 | 3 | -229/+542 |
| | |||||
* | return types must not be Natural for reasons I won't outline here | Araq | 2020-04-02 | 1 | -1/+1 |
| | |||||
* | added an .assert pragma and mentioned the pragmas in the changelog | Araq | 2020-04-02 | 4 | -4/+8 |
| | |||||
* | feature/count (#13837) | Dean Eigenmann | 2020-04-02 | 2 | -1/+20 |
| | |||||
* | renamed new std/pragmas.nim to std/byaddr.nim (#13844) | Andreas Rumpf | 2020-04-02 | 3 | -8/+8 |
| | | | | | * renamed new std/pragmas.nim to std/byaddr.nim * minor code cleanup | ||||
* | fix last remaining warning when building nim (`intVal should be Int128`) + ↵ | Timothee Cour | 2020-04-02 | 4 | -47/+29 |
| | | | | minor cleanups (#13841) | ||||
* | Deprecate PHP (#13838) | Juan Carlos | 2020-04-02 | 1 | -16/+1 |
| | |||||
* | Jsconsole update (#12448) | Juan Carlos | 2020-04-02 | 2 | -35/+37 |
| | | | | | | * Improve jsconsole adding the rest of the stable api as documented on the standard at https://developer.mozilla.org/docs/Web/API/Console * Improve jsconsole, add runnableexamples * Simplify jsconsole | ||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 24 | -43/+0 |
| | |||||
* | Deprecate when declared(echo):echo (#13840) | Juan Carlos | 2020-04-02 | 4 | -85/+83 |
| | |||||
* | Documentation and Code Style inotify (#13836) | Juan Carlos | 2020-04-02 | 1 | -52/+53 |
| | |||||
* | Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 ↵ | Juan Carlos | 2020-04-01 | 2 | -14/+40 |
| | | | | Section-3 (#13835) | ||||
* | fixes #13782 (#13834) | Andreas Rumpf | 2020-04-01 | 4 | -20/+81 |
| | |||||
* | Documentation, add more examples (#13825) | Juan Carlos | 2020-04-01 | 5 | -12/+26 |
| | |||||
* | revert stdlib changes which are not required anymore | Andreas Rumpf | 2020-04-01 | 6 | -21/+20 |
| | |||||
* | Fix tests/types/tparameterizedparent0 | Zahary Karadjov | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | The raises list can now use expressions referencing the generic params | Zahary Karadjov | 2020-04-01 | 4 | -5/+16 |
| | |||||
* | Turn some of the errors back into warnings | Zahary Karadjov | 2020-04-01 | 7 | -33/+63 |
| | |||||
* | Replace tfHasRequiresInit with a more accurate mechanism | Zahary Karadjov | 2020-04-01 | 11 | -45/+181 |
| | | | | | | | | | The new mechanism can deal with more complex scenarios such as not nil field appearing in a non-default case object branch or a field within a generic object that may depend on a when branch. The commit also plugs another hole: the user is no longer able to create illegal default values through seq.setLen(N). | ||||
* | Fix tests/parallel/tguard2.nim | Zahary Karadjov | 2020-04-01 | 3 | -3/+5 |
| | |||||
* | Fix a CI failure during koch doc | Zahary Karadjov | 2020-04-01 | 1 | -1/+2 |
| | |||||
* | Fix https://github.com/nim-lang/Nim/issues/4907 | Zahary Karadjov | 2020-04-01 | 3 | -5/+78 |
| | |||||
* | Close https://github.com/nim-lang/Nim/issues/11428 | Zahary Karadjov | 2020-04-01 | 1 | -0/+12 |
| | |||||
* | Perform nil checks during object construction and within compiles() | Zahary Karadjov | 2020-04-01 | 4 | -7/+10 |
| | | | | Close https://github.com/nim-lang/Nim/issues/6494 | ||||
* | More precise error messages for uninitialized fields in the presence of ↵ | Zahary Karadjov | 2020-04-01 | 3 | -38/+39 |
| | | | | inheritance | ||||
* | Hrm, the new errors highlighted some code that seems to be broken | Zahary Karadjov | 2020-04-01 | 8 | -22/+23 |
| | | | | | | New issue: since `Table[A, B]` allocates its backing storage with `newSeq[KeyValuePair[A, B]]`, it's no longer legal to create a table with `not nil` types used as either keys or values. | ||||
* | not nil types are illegal to construct through default(T) | Zahary Karadjov | 2020-04-01 | 2 | -0/+16 |
| | |||||
* | Turn the warning for uninitialized (result) variables into errors | Zahary Karadjov | 2020-04-01 | 7 | -17/+103 |
| | |||||
* | Fix tests/notnil/tnotnil_in_objconstr.nim | Zahary Karadjov | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | Enable the requiresInit checks only for objects | Zahary Karadjov | 2020-04-01 | 2 | -2/+2 |
| | |||||
* | Plug another hole: default(T) forbidden for objects requiring initialization | Zahary Karadjov | 2020-04-01 | 5 | -19/+31 |
| | |||||
* | Don't allow 'var x: T' for objects that require initialization | Zahary Karadjov | 2020-04-01 | 4 | -37/+63 |
| | |||||
* | More sophistication; Allow requiresInit to be specified per-field | Zahary Karadjov | 2020-04-01 | 4 | -15/+61 |
| | |||||
* | First steps, the compiler can boot with enforced requiresInit | Zahary Karadjov | 2020-04-01 | 7 | -29/+26 |
| |