| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #14475; unittest.require now works with `nim c`; require and check now wo... | Timothee Cour | 2020-07-14 | 1 | -0/+22 |
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 1 | -15/+73 |
* | CI: Install the pkg we cloned (#14770) | Clyybber | 2020-06-24 | 1 | -32/+0 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -3/+3 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -0/+65 |
* | make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669) | Timothee Cour | 2020-06-15 | 1 | -8/+24 |
* | Make the example better describe the desired outcome (#14611) | Max Grender-Jones | 2020-06-08 | 1 | -5/+5 |
* | optimized wrapWords; fixes #14579 (#14606) [backport:1.2] | Andreas Rumpf | 2020-06-08 | 1 | -25/+48 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -0/+126 |
* | fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ... | Timothee Cour | 2020-06-02 | 1 | -0/+32 |
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou... | Timothee Cour | 2020-06-01 | 1 | -0/+54 |
* | fix CI doc windows: style error in lib/std/time_t.nim (#14523) | Timothee Cour | 2020-05-31 | 1 | -2/+2 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -0/+2 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 1 | -0/+15 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -0/+19 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
* | Make unused code into actual test, replace echo with doassert (#13952) | Juan Carlos | 2020-04-11 | 1 | -33/+0 |
* | std/byaddr => std/decls (#13847) | Timothee Cour | 2020-04-03 | 1 | -0/+0 |
* | renamed new std/pragmas.nim to std/byaddr.nim (#13844) | Andreas Rumpf | 2020-04-02 | 1 | -5/+5 |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 1 | -0/+10 |
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 2 | -1/+11 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -0/+30 |
* | new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508) | Timothee Cour | 2020-03-23 | 1 | -0/+19 |
* | fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ... | Araq | 2020-03-17 | 2 | -17/+21 |
* | std/compilesettings implementation (#13584) | Andreas Rumpf | 2020-03-04 | 1 | -0/+54 |
* | added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13... | Andreas Rumpf | 2020-02-26 | 2 | -0/+96 |
* | make monotimes have zero overhead if you don't use it (#13338) [backport] | Andreas Rumpf | 2020-02-06 | 1 | -10/+6 |
* | maybe: allows optional chaining of field access and indexing when LHS i snil ... | Timothee Cour | 2020-01-18 | 1 | -0/+109 |
* | style fix: change 'JS' to 'js' to make it consistent (#13168) | Miran | 2020-01-16 | 1 | -2/+2 |
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -0/+10 |
* | fix conversions to uint in varints.nim (#12564) | Arne Döring | 2019-11-04 | 1 | -22/+22 |
* | Fix many broken links and prefer relative links within docs (#12463) | Miran | 2019-10-24 | 1 | -3/+3 |
|\ |
|
| * | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -3/+3 |
* | | Fix JS bug in std/monotimes (#12499) [backport] | Oscar Nihlgård | 2019-10-24 | 1 | -1/+2 |
|/ |
|
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -1/+3 |
* | [feature] Added std/monotimes | Oscar Nihlgård | 2019-07-12 | 1 | -0/+173 |
* | there is only one style -- my style | Araq | 2019-07-10 | 1 | -58/+58 |
* | make editdistance work with --styleCheck:error | Araq | 2019-07-10 | 1 | -108/+108 |
* | Make public additional types from sha1 module [feature] (#11694) | Ivan Bobev | 2019-07-10 | 1 | -2/+2 |
* | Make public some sha1 module procedures (#11655) [feature] | Ivan Bobev | 2019-07-04 | 1 | -3/+3 |
* | Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988) | c-blake | 2019-04-10 | 1 | -1/+1 |
* | Add summation algorithms (#9284) | b3liever | 2019-02-13 | 1 | -0/+78 |
* | better docs: sha1 (#10374) | Thomas T. Jarløv | 2019-01-19 | 1 | -1/+64 |
* | Revert export of times.CTime; add std/time_t instead. (#10319) | Oscar Nihlgård | 2019-01-16 | 1 | -0/+23 |
* | Add Example code to Documentation comment of wordWrap proc. (#10146) | jiro | 2019-01-01 | 1 | -0/+5 |
* | move diff.nim to experimental | Araq | 2018-12-12 | 1 | -387/+0 |
* | diff.nim: massive code cleanups | Araq | 2018-12-12 | 1 | -166/+90 |
* | added lib/std/diff.nim | Arne Döring | 2018-12-07 | 1 | -0/+463 |
* | add new stdlib modules to the changelog | Araq | 2018-11-08 | 2 | -0/+297 |