| Commit message (Expand) | Author | Age | Files | Lines |
* | fix wrong examples (#17350) | flywind | 2021-03-12 | 1 | -11/+6 |
* | Update changelog.md (#17349) | flywind | 2021-03-11 | 1 | -3/+3 |
* | Revert "Revert "close #16607 add testcase (#17317)" (#17336)" (#17347) | Clyybber | 2021-03-12 | 1 | -0/+24 |
* | refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons... | Miran | 2021-03-11 | 3 | -23/+63 |
* | Clarify behaviour of ```replace``` (#17337) | Héctor M. Monacci | 2021-03-11 | 1 | -1/+1 |
* | clarify the docs of isolation (#17335) | flywind | 2021-03-11 | 1 | -1/+7 |
* | Fix #14325 (#17308) | Clyybber | 2021-03-11 | 3 | -32/+41 |
* | Revert "close #16607 add testcase (#17317)" (#17336) | Clyybber | 2021-03-11 | 1 | -24/+0 |
* | fix #17325 unrbreak CI i386 (#17327) | Timothee Cour | 2021-03-10 | 2 | -25/+46 |
* | disable most flaky test in CI (refs #16338) (#17113) | Timothee Cour | 2021-03-10 | 1 | -17/+16 |
* | Use `.. warning::` (#17320) | konsumlamm | 2021-03-10 | 15 | -88/+84 |
* | add typetraits.OrdinalEnum, enumutils.symbolName (#17281) | Timothee Cour | 2021-03-10 | 4 | -9/+57 |
* | Change parameter names in lists module from `L` (#17321) | konsumlamm | 2021-03-10 | 1 | -127/+127 |
* | Improve the lists module (#17312) | konsumlamm | 2021-03-10 | 1 | -166/+185 |
* | close #9440 add testcase (#17316) | flywind | 2021-03-09 | 1 | -0/+52 |
* | close #16607 add testcase (#17317) | flywind | 2021-03-09 | 1 | -0/+24 |
* | fixes #11225; generic sandwich problems; [backport:1.2] (#17255) | Andreas Rumpf | 2021-03-09 | 24 | -21/+132 |
* | Small improvements for the distros module (#17309) | konsumlamm | 2021-03-09 | 1 | -25/+18 |
* | Add Portals (#17306) | Juan Carlos | 2021-03-09 | 2 | -0/+6 |
* | fix #17275 (#17276) | flywind | 2021-03-09 | 3 | -7/+11 |
* | remove unnecessary deps (#17307) | flywind | 2021-03-09 | 1 | -2/+0 |
* | fix #13491 #17279 runnableExamples now don't get lost in translation (#17282) | Timothee Cour | 2021-03-09 | 4 | -27/+70 |
* | IC: compilerprocs are handled correctly (#17265) | Andreas Rumpf | 2021-03-09 | 8 | -39/+120 |
* | improve test coverage for isolation (#17297) | flywind | 2021-03-08 | 2 | -16/+115 |
* | add testcase for #12005 (#17278) | flywind | 2021-03-08 | 1 | -0/+14 |
* | add setutils.[]= (#17272) | Timothee Cour | 2021-03-08 | 3 | -4/+29 |
* | Add Debug breakpoints support (#17295) | Juan Carlos | 2021-03-08 | 2 | -0/+8 |
* | stdlib/os: add isAdmin (#17012) | Roman Inflianskas | 2021-03-07 | 4 | -0/+84 |
* | fix #17267 (#17273) | flywind | 2021-03-07 | 2 | -2/+11 |
* | use lowercase --define switches (#17283) | flywind | 2021-03-07 | 21 | -45/+45 |
* | Add module jsfetch (#12531) | Juan Carlos | 2021-03-06 | 5 | -1/+351 |
* | runnableExamples for walkFiles + friends (#17271) | Timothee Cour | 2021-03-06 | 1 | -0/+12 |
* | Fix #16437 (#17277) | Clyybber | 2021-03-06 | 5 | -36/+75 |
* | remove deprecated config (#17269) | flywind | 2021-03-05 | 1 | -2/+0 |
* | add warnings to std/isolation (#17270) | flywind | 2021-03-05 | 1 | -0/+3 |
* | Add unsafeIsolate and extract to std/isolation [backport:1.4] (#17263) | flywind | 2021-03-05 | 2 | -0/+10 |
* | Fix macros.quote custom op symbol interpolation. (#17256) | quantimnot | 2021-03-05 | 4 | -51/+85 |
* | fix #17264 [backport:1.4] (#17266) | flywind | 2021-03-05 | 5 | -5/+25 |
* | Remove support for named procs with sugar.=> (#17220) | konsumlamm | 2021-03-05 | 3 | -18/+5 |
* | IC: further progress (#17150) | Andreas Rumpf | 2021-03-05 | 3 | -12/+19 |
* | follow #17245 deprecate refchecks (#17261) | flywind | 2021-03-05 | 2 | -3/+7 |
* | follow up #17165 (#17262) | flywind | 2021-03-04 | 5 | -57/+43 |
* | Added assertion to clamp (#17248) | Jason Beetham | 2021-03-04 | 2 | -2/+7 |
* | reuse jsffi in json module (#17165) | flywind | 2021-03-04 | 4 | -23/+17 |
* | deprecate newruntime (#17245) | flywind | 2021-03-04 | 16 | -15/+17 |
* | Improve Bigint (#17252) | Juan Carlos | 2021-03-04 | 1 | -0/+2 |
* | followup #16871 asyncjs.then: allow pipelining procs returning futures (#17189) | Timothee Cour | 2021-03-04 | 4 | -21/+80 |
* | use .. warning:: (#17226) | flywind | 2021-03-04 | 5 | -16/+13 |
* | Added math.clamp for slice clamping (#17246) | Jason Beetham | 2021-03-03 | 3 | -0/+23 |
* | followup #17225: simplify code after removing gc2, generational (#17242) | Timothee Cour | 2021-03-03 | 8 | -16/+15 |