summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Make procedure mismatch more informative with pragma/call convention mismatch...Jason Beetham2021-07-064-32/+170
* Add entry (#18434)Antonis Geralis2021-07-061-2/+6
* Cleanup interval and timeout procs (#18431)Antonis Geralis2021-07-051-8/+10
* deprecate std/mersenne (#18395)pyautogui2021-07-053-8/+7
* fixes #18411 (#18432) [backport:1.4]Andreas Rumpf2021-07-051-3/+1
* std/net: show addr+port on address already in use error; code-block => runnab...Timothee Cour2021-07-051-43/+37
* Add lent annotation to avoid extra copies in sample (#18404)Antonis Geralis2021-07-021-1/+1
* [minor]remove unnecessary stringify (#18419)flywind2021-07-021-4/+4
* fixes #18030 (#18415)Andreas Rumpf2021-07-012-1/+31
* don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...Timothee Cour2021-07-013-10/+13
* fixes #18130 (#18407)Andreas Rumpf2021-07-012-17/+72
* Removed hard coded ports from thttpclient_standalone.nim. (#18374)Mark Pointing2021-06-301-23/+26
* Missing spaces when compiling testament and nim_dbg. (#18403)Endeg2021-06-302-4/+4
* fixes #18400 (#18402)Andreas Rumpf2021-06-302-1/+7
* genDepend: fix for module names that are reserved DOT keywords (#18392)Ștefan Talpalaru2021-06-301-1/+1
* remove isKeywordIgnoreCase from highlite, not used , can't even compile with ...Bung2021-06-301-3/+0
* improvements to hint:processing: show import stack, distinguish nims, show in...Timothee Cour2021-06-308-19/+29
* Add commas to docs for clarity (#18398)Elliot Waite2021-06-292-3/+3
* typo: enmRange => enumElementsAsSet (#18394)Timothee Cour2021-06-291-2/+2
* fixes #16270 (#18388)Andreas Rumpf2021-06-293-3/+10
* simplify rdstdin (#18382)Timothee Cour2021-06-281-10/+4
* Fix unused warning for $ on empty object (#18381)Clyybber2021-06-281-1/+1
* Cleanup lookups.nim again.. (#18379)Clyybber2021-06-281-4/+4
* Fix #16426 (#18377)Clyybber2021-06-282-5/+23
* `./koch tools` now builds bin/nim_dbg, a debug version of nim (#18289)Timothee Cour2021-06-282-4/+11
* fixes #18319 (#18375)Andreas Rumpf2021-06-281-2/+12
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-284-68/+27
* Peg captures get stack-like behavior (#18369)gemath2021-06-283-34/+94
* Switch IRC links to Libera Chat (#18370)Federico Ceratto2021-06-272-3/+3
* Switch packaging.rst to use makefileFederico Ceratto2021-06-271-3/+4
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-2714-25/+186
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-262-1/+50
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-2613-60/+155
* ensure 'koch boot --gc:orc' stays green (#18353)Andreas Rumpf2021-06-251-0/+5
* Add sink annotation to option some() (#18358)tomc19982021-06-251-2/+2
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-254-8/+12
* fixes #18240 (#18354)Andreas Rumpf2021-06-252-12/+57
* fixes #18287 (#18346)Andreas Rumpf2021-06-252-25/+74
* couple tiny typo fixes (#18344)Smooth Operator2021-06-241-2/+2
* float parsing: Add test for a fixed issue (#18232)Kaushal Modi2021-06-241-11/+18
* fixes #18320 (#18343)Andreas Rumpf2021-06-242-4/+6
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-246-2/+53
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-242-18/+76
* fix #18334: handle path with spaces on windows during bootstrap (#18337)Timothee Cour2021-06-242-13/+16
* fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)Timothee Cour2021-06-242-15/+19
* fixes #18326 (#18335)Andreas Rumpf2021-06-232-4/+9
* [std/times]getTime now uses high resolution API on windows (#17901)flywind2021-06-232-2/+6
* Add some tests (#18333)Antonis Geralis2021-06-231-2/+70
* OS.nim: style changes (#18331)Andreas Rumpf2021-06-231-30/+28
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-232-2/+75