index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert the .inline semantics change (#22104)
Juan Carlos
2023-06-15
1
-20
/
+11
*
use TimeInterval instead of Duration for calculating ISO week date (#22091)
metagn
2023-06-14
1
-17
/
+30
*
fix timezone in initDateTime for ISO week date (#22090)
metagn
2023-06-13
1
-1
/
+1
*
avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)
Etan Kissling
2023-06-10
1
-10
/
+11
*
`BackwardsIndex` overload for `CacheSeq.[]` (#22043)
Jake Leahy
2023-06-10
1
-0
/
+13
*
Remove Deprecated Nimfix (#22062)
Juan Carlos
2023-06-10
1
-7
/
+4
*
add const RLIMIT_STACK (#21772)
Qinsi (James) ZHU
2023-06-09
2
-0
/
+2
*
Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)
litlighilit
2023-06-09
1
-5
/
+10
*
make `move` use `=wasMoved` internally (#22032)
ringabout
2023-06-09
1
-5
/
+20
*
Remove debug echo from with (#22047)
Antonis Geralis
2023-06-08
1
-1
/
+0
*
Nested `with` blocks (#22042)
awr1
2023-06-08
2
-6
/
+24
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-1
/
+1
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
7
-12
/
+12
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
2
-3
/
+3
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
2
-6
/
+2
*
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21...
ringabout
2023-06-01
4
-6
/
+6
*
handle out of range value for `COLUMNS` / `LINES` (#21968)
Etan Kissling
2023-05-31
1
-2
/
+2
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
2
-4
/
+4
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
2
-2
/
+2
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-4
/
+22
*
fixes #21734; backport (#21957)
Andreas Rumpf
2023-05-29
2
-3
/
+3
*
Suggest files and paths modules (#21950)
Federico Ceratto
2023-05-29
3
-0
/
+7
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-0
/
+4
*
Fix documentation typo in endians.nim (#21949)
Simon Krauter
2023-05-28
1
-1
/
+1
*
Refactor pragma inline (#21930)
Juan Carlos
2023-05-27
1
-11
/
+20
*
Clean nimbase (#21927)
Juan Carlos
2023-05-27
1
-27
/
+7
*
JS: Add some to-cstring converters for DateTime (#21912)
Zoom
2023-05-26
1
-4
/
+11
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
1
-7
/
+5
*
Remove GC (#21904)
Juan Carlos
2023-05-25
1
-749
/
+0
*
Improve times (#21901)
Juan Carlos
2023-05-24
1
-12
/
+21
*
js -r defines nodejs & program result undeclared if unavailable (#21849)
metagn
2023-05-24
2
-7
/
+9
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
3
-8
/
+7
*
Weekday parse/format (replacement) (#21857)
Carlo Capocasa
2023-05-21
1
-30
/
+110
*
Update threadpool.nim with correct link to typedthreads module (#21865)
noah edward hall
2023-05-19
1
-1
/
+1
*
tasks that support return values (#21859)
Andreas Rumpf
2023-05-17
1
-25
/
+35
*
fixes #21847; let `parseFloat` behave like `strtod` (#21854)
ringabout
2023-05-17
1
-1
/
+3
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
1
-3
/
+3
*
improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...
ringabout
2023-05-12
1
-4
/
+9
*
add getDataDir to std/appdirs.nim (#21754)
Ecorous
2023-05-12
1
-0
/
+17
*
Add `minmax` to comparisons (#21820)
Matt Wilson
2023-05-12
1
-0
/
+9
*
just set CallNodes = nnkCallKinds, follows up #21829 (#21833)
metagn
2023-05-11
1
-2
/
+1
*
Add nnkHiddenCallConv to nnkCallKinds (#21781) (#21829)
Matt Wilson
2023-05-11
1
-1
/
+3
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
1
-1
/
+1
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
7
-20
/
+20
*
make `reset` use the `=destroy` and `wasMoved` pair (#21821)
ringabout
2023-05-11
1
-1
/
+9
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
1
-6
/
+6
*
fix #9423 followup #17594: distinct generics now work in VM (#21816)
ringabout
2023-05-10
2
-13
/
+2
*
fix nimrtl and nimhcr on arc/orc (#21814)
metagn
2023-05-09
4
-10
/
+14
*
Improve and refactor cellseqs_v2 in Nim standard library (#21796)
Jordan Gillard
2023-05-09
1
-13
/
+10
*
Windows: use __declspec(thread) TLS implementation, it is MUCH faster… (#21...
Andreas Rumpf
2023-05-08
1
-1
/
+7
[next]