Commit Graph

  • 6ffe82a5aa there is only one style -- my style Araq 2019-07-10 19:17:06 +02:00
  • 2b4a7ff6f6 fixes linter regressions Araq 2019-07-10 18:59:27 +02:00
  • 3d33e96388 make editdistance work with --styleCheck:error Araq 2019-07-10 18:58:59 +02:00
  • 19225b71ab fixes #10901 Araq 2019-07-10 16:10:20 +02:00
  • e5e2b067f4 fixes #11683 Araq 2019-07-10 16:00:05 +02:00
  • 3866e3302a make more parts of the stdlib compile with --styleCheck:error Araq 2019-07-10 15:48:30 +02:00
  • 607ce16acf fixes #11691 Araq 2019-07-10 15:28:15 +02:00
  • 694d57c899 styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error Araq 2019-07-10 12:42:23 +02:00
  • ed627cff3a linter: refactorings Araq 2019-07-10 09:07:03 +02:00
  • 8a5860d196 style changes Araq 2019-07-10 09:06:54 +02:00
  • b5ab4dabe2 nim styleChecker: implemented all the missing features (bugfix) Araq 2019-07-10 00:27:23 +02:00
  • b3b10ec849 minor system.nim style changes Araq 2019-07-10 00:26:44 +02:00
  • 6ec566cdd8 koch temp: use -d:leanCompiler if possible Araq 2019-07-10 00:26:29 +02:00
  • c4e26f7400 [other] prettify collections (#11695) Miran 2019-07-09 22:45:23 +02:00
  • ab98141c75 newruntime: async progress Araq 2019-07-09 20:15:40 +02:00
  • 14c6e3a6ab control flow graph: don't ignore yield statements Araq 2019-07-09 19:59:11 +02:00
  • 808746e864 newruntime: map system.reset to =destroy Araq 2019-07-09 19:53:23 +02:00
  • 386f126dd7 closes #11551 (#11693) Arne Döring 2019-07-09 19:38:38 +02:00
  • ce9eaee303 newruntime: 'owned distinct' is a valid construct (required by async) Araq 2019-07-09 15:23:46 +02:00
  • 7c7bab0626 make tests green again Araq 2019-07-09 13:28:54 +02:00
  • da2a149522 nimpretty: more comment indentation fixes narimiran 2019-07-09 13:15:35 +02:00
  • 8afe92a1ab nimpretty: more improvements Araq 2019-07-09 11:37:34 +02:00
  • 2a0c9dc063 nimpretty: code cleanups Araq 2019-07-09 10:51:41 +02:00
  • e0b4d034bc nimpretty: yet another improvement Araq 2019-07-09 10:08:23 +02:00
  • 12baecb42d async: more 'owned' annotations Araq 2019-07-09 09:41:09 +02:00
  • a144bc96b9 asyncmacro produces 'owned' types Araq 2019-07-09 09:40:53 +02:00
  • e0991c4bcf bugfix: allow type conversions between 'owned ref' types Araq 2019-07-09 09:35:54 +02:00
  • 40c2f504fb better error message for invalid types Araq 2019-07-09 09:35:44 +02:00
  • 80e51bb407 Offsetof fixes (#11690) Arne Döring 2019-07-09 09:07:45 +02:00
  • 9b217c10e6 [other] test more packages (#11687) Miran 2019-07-08 22:22:15 +02:00
  • 78b665cc7f fixes #11530 Andreas Rumpf 2019-07-08 19:40:42 +02:00
  • 56cf60b446 minor style changes Araq 2019-07-11 00:28:20 +02:00
  • 092154de02 [refactoring] nimbase.h: remove dead code which was confusing (#11682) Timothee Cour 2019-07-08 01:36:02 -07:00
  • 0646d6a720 dynlib: use posix module (#11623) Jacek Sieka 2019-07-08 09:14:35 +02:00
  • 585a08548a nimpretty: don't introduce extra spaces after a colon or a comma (#11672) Miran 2019-07-07 20:13:10 +02:00
  • f77bc2522f fixes #11350 Araq 2019-07-07 17:16:59 +02:00
  • 5cc49aad44 fixes #11660 (#11677) Andreas Rumpf 2019-07-07 15:25:25 +02:00
  • e3c6f4d21b [HCR] Added warning for using performCodeReload() in main module (#11667) awr1 2019-07-07 02:18:33 -05:00
  • 615be176e6 fixes #11671 Andreas Rumpf 2019-07-07 00:29:43 +02:00
  • 5dfec61597 improved the error message for #11494; closes #11494 Andreas Rumpf 2019-07-06 23:59:23 +02:00
  • df32d891a9 fixes a finish.exe regression Andreas Rumpf 2019-07-06 22:48:22 +02:00
  • c96e6682a0 fixes #11447 Andreas Rumpf 2019-07-06 21:20:16 +02:00
  • 753f8a05d2 fixes #3333 Andreas Rumpf 2019-07-06 20:38:10 +02:00
  • 00ccdec238 fixes #8316 (#11673) Andreas Rumpf 2019-07-06 20:02:50 +02:00
  • 49de021b1a fixes #7057 Andreas Rumpf 2019-07-06 15:23:57 +02:00
  • 5ecfbb5a4a ABI fixes for OSX/BSD; fixes #6860 (#11666) Andreas Rumpf 2019-07-06 13:00:29 +02:00
  • 1b10f926c8 Documentation Diff, Typo (#11566) Juan Carlos 2019-07-06 04:45:48 -03:00
  • a31b3ef3cf nimpretty: improved detection of commas and semicolons (#11661) Miran 2019-07-06 00:21:21 +02:00
  • 8501971a60 introduce internal Int128 type, use it to fix case stmt checks (#11652) Arne Döring 2019-07-05 22:45:32 +02:00
  • 5863461d47 nimpretty: don't touch formatted multiline comments (#11663) Miran 2019-07-05 21:47:01 +02:00
  • cb3a920097 Fixes #11662: render ops priority (#11664) cooldome 2019-07-05 20:25:36 +01:00
  • 88896194bd nimpretty: nicer debugging [ci skip] narimiran 2019-07-05 10:08:52 +02:00
  • 5689003410 nimpretty: relax line length rules when dealing with (inline) comments (#11657) Miran 2019-07-05 09:32:56 +02:00
  • 789c8e0065 fix #11651 exportc symbol not exported, leading to link error (#11658) Timothee Cour 2019-07-04 22:53:21 -07:00
  • e74e85a41e fixes #11610 (#11659) Andreas Rumpf 2019-07-05 07:26:06 +02:00
  • 2ee6d209c2 manual: document block expression (#11638) Tomohiro 2019-07-05 08:43:14 +09:00
  • 3e8c4519d4 newruntime for async (#11650) Andreas Rumpf 2019-07-05 01:42:17 +02:00
  • cbdba3ceb3 Corrected example shown in documentation (#11654) [ci skip] Akito13 2019-07-04 15:59:29 +02:00
  • a9322ed873 Fix the broken link in math.nim (#11653) [ci skip] Graeme Cross 2019-07-04 21:24:19 +10:00
  • 66660eca32 nimpretty: fix out of bounds error [ci skip] narimiran 2019-07-04 12:02:35 +02:00
  • d13c75eb2f nimpretty: nimpretty now understands splitting newlines Araq 2019-07-04 11:32:15 +02:00
  • f70a0c90f1 nimpretty: distinguish between the different kinds of newlines in Nim Araq 2019-07-04 10:44:04 +02:00
  • 6a23772e23 fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compile time; CTFFI now works with {dynlib} (#11635) Timothee Cour 2019-07-03 14:57:52 -07:00
  • da3a7b852d [bugfix] fix wrong nimpretty unidents, refs #11616 (#11645) Miran 2019-07-03 18:55:15 +02:00
  • 7ab44997aa fixes #11585 Andreas Rumpf 2019-07-03 15:37:01 +02:00
  • b94e7b65a0 [bugfix] fix mach_absolute_time header; refs #11591 (#11593) Timothee Cour 2019-07-03 05:59:07 -07:00
  • 20f6acc0da [bugfix] fix #11484, acknowledge 'danger' flag (#11486) Miran 2019-07-03 13:01:22 +02:00
  • b0e86d0f05 fixes #11510 Araq 2019-07-03 12:53:56 +02:00
  • 6a6a9423e4 fixes #11636 Araq 2019-07-03 12:07:01 +02:00
  • 191b7e0bde [backport] fix #11320 (#11538) Arne Döring 2019-07-03 08:00:40 +02:00
  • 1e48169bbc Implement some custom formatting for input fields in the documentation (#11632) Hugo Locurcio 2019-07-03 07:40:25 +02:00
  • bd35d44808 Documentation improvements to the times module (#11639) Graeme Cross 2019-07-03 15:39:19 +10:00
  • d1de6b9fe4 fixes #11479 (#11641) Andreas Rumpf 2019-07-03 07:22:30 +02:00
  • 466d5ba060 [bugfix] nimpretty indents multiline comments correctly (#11607) Miran 2019-07-02 10:52:46 +02:00
  • 7938947907 fixes #11633 Andreas Rumpf 2019-07-01 23:53:41 +02:00
  • 476b3b1c13 fixes #11515 (#11624) Andreas Rumpf 2019-07-01 18:08:50 +02:00
  • 59fbd261a6 fixes #11618 (#11631) Andreas Rumpf 2019-07-01 14:10:08 +02:00
  • eb295bbb7d assertions: fixes #11545 (#11605) alaviss 2019-07-01 11:19:07 +00:00
  • e6c963259c fixes #11617 Araq 2019-07-01 13:12:04 +02:00
  • c454cdac49 fixes #11628 Araq 2019-07-01 12:34:19 +02:00
  • 09d43c1d8f fixes #11614 Araq 2019-07-01 12:28:52 +02:00
  • 281baadb33 Make repr use 'ptr' for ptr types instead of 'ref' (#11626) Ico Doornekamp 2019-07-01 11:59:27 +02:00
  • d7ea8588c5 Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627) Juan Carlos 2019-07-01 06:59:02 -03:00
  • 10fa252426 [bugfix] make -d:nimSetUtf8CodePage switch work again Araq 2019-07-01 10:35:52 +02:00
  • b228b741a3 added destructors.rst document Andreas Rumpf 2019-07-01 08:51:36 +02:00
  • c2d0e0f7d5 msgs, ccgstmts: fixes #11572 (#11621) alaviss 2019-06-30 10:30:37 +00:00
  • 95df6af527 [other] additions to the manual Andreas Rumpf 2019-06-29 23:41:25 +02:00
  • 199aa1f3a1 fixes #11606 Araq 2019-06-28 21:13:03 +02:00
  • 57df2c9c3a fixes #11611 Araq 2019-06-28 21:04:49 +02:00
  • 17cac707d0 Pass additional koch options to the nim compiler (#11615) Ivan Bobev 2019-06-28 19:06:43 +03:00
  • 970c7616bc nimpretty: bugfix [bugfix] Araq 2019-06-28 11:45:21 +02:00
  • 1503970c3b contributing.rst guide: Make the rules reflect the reality. Andreas Rumpf 2019-06-27 21:28:53 +02:00
  • 922a4ed195 manual: typo Andreas Rumpf 2019-06-27 21:24:56 +02:00
  • c39a799aec manual: document how accessors are resolved; fixes #11514 Andreas Rumpf 2019-06-27 21:21:55 +02:00
  • 62691c5d73 Fix typo in xmltree docs [ci skip] Zestyr 2019-06-27 20:42:00 +02:00
  • ab5bd9e6ff make tests green again Araq 2019-06-27 17:10:11 +02:00
  • 3c3f07cfde fixes #11445 Andreas Rumpf 2019-06-27 14:46:38 +02:00
  • 843ae0073b fixes #11523 Andreas Rumpf 2019-06-26 23:41:20 +02:00
  • d206e881e9 fixes #11525 Andreas Rumpf 2019-06-26 23:15:44 +02:00
  • 712d9ce1b9 [bugfix] fix #11532, nimpretty should ignore source code filters (#11603) Miran 2019-06-26 23:09:57 +02:00