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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes a broken link in `std/algorithm` (#23246)
ringabout
2024-01-22
1
-1
/
+1
*
Speed up complex.pow when the exponent is 2.0 or 0.5 (#23237)
Angel Ezquerra
2024-01-20
1
-1
/
+5
*
fix mime types data (#23226)
Bung
2024-01-19
1
-1725
/
+851
*
Make std/math classify work without `--passc:-fast-math`. (#23211)
Angel Ezquerra
2024-01-18
1
-3
/
+2
*
Add `^` operator support for Rational numbers (#23219)
Angel Ezquerra
2024-01-18
1
-0
/
+20
*
Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)
Zoom
2024-01-08
1
-7
/
+20
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
3
-11
/
+12
*
Fix typo in pegs.nim (#23143)
Ikko Eltociear Ashimine
2023-12-30
1
-3
/
+3
*
Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138)
Gianmarco
2023-12-28
1
-1
/
+6
*
Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)
Eric N. Vander Weele
2023-12-24
1
-0
/
+22
*
Fix grammar (#23090)
Stephen
2023-12-18
1
-1
/
+1
*
Show the name of the unexpected exception that was thrown in `std/unittest` (...
Jake Leahy
2023-12-17
1
-1
/
+2
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-0
/
+3
*
rationals: support Rational[SomeUnsignedInt] (#23046)
shirleyquirk
2023-12-15
1
-6
/
+6
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
1
-2
/
+3
*
strutils.multiReplace: Making order of replacement explicit (#23022)
Joachim Hereth
2023-12-02
1
-2
/
+3
*
table.`mgetOrPut` without default val (#22994)
inv2004
2023-11-30
2
-4
/
+65
*
Silence several Hint[Performance] warnings (#23003)
c-blake
2023-11-29
3
-5
/
+4
*
fix: std/marshal unmarshaling of ref objects (#22983)
John Viega
2023-11-26
1
-1
/
+2
*
remove unnecessary side-effects from base64.encode(mime) (#22986)
tersec
2023-11-25
1
-12
/
+4
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
4
-38
/
+38
*
'j' format specifier docs (#22928)
Angel Ezquerra
2023-11-17
2
-5
/
+11
*
fixes #22932; treats closure iterators as pointers (#22934)
ringabout
2023-11-14
1
-2
/
+2
*
Add strformat support for Complex numbers (#22924)
Angel Ezquerra
2023-11-10
1
-1
/
+36
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
3
-0
/
+10
*
Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)
Yardanico
2023-11-01
2
-11
/
+26
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
3
-7
/
+7
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
75
-165
/
+164
*
Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)
Yardanico
2023-10-29
1
-1
/
+1
*
deprecate htmlparser (#22870)
ringabout
2023-10-26
1
-0
/
+2
*
fix use after free (#22854)
握猫猫
2023-10-23
1
-2
/
+2
*
fix #22834 (#22843)
rockcavera
2023-10-20
1
-9
/
+38
*
fixes #22836; Unnecessary warning on 'options.none' with 'strictDefs'… (#22...
ringabout
2023-10-18
1
-1
/
+1
*
the compiler can be compiled with vcc (#22832)
Juan M Gómez
2023-10-16
1
-1
/
+1
*
use lent for the return value of index accesses of tables (#22812)
ringabout
2023-10-11
1
-2
/
+2
*
Add getCursorPos() to std/terminal (#22749)
Matt Rixman
2023-10-08
1
-1
/
+47
*
remove the O(n*n) `addUnique` one from std (#22799)
ringabout
2023-10-06
1
-12
/
+0
*
fixes #22778 regression: contentLength implementation type mismatched (#22780)
ringabout
2023-10-03
1
-1
/
+1
*
Fix IndexDefect in asyncfile.readLine (#22774)
CMD
2023-10-01
1
-0
/
+2
*
fixes #22554; makes `newSeqWith` use `newSeqUninit` (#22771)
ringabout
2023-09-30
1
-1
/
+6
*
fixes #22696; func `strutils.join` for non-strings uses proc `$` which can ha...
ringabout
2023-09-30
1
-1
/
+1
*
fixes #22519; DocGen does not work for std/times on JS backend (#22738)
ringabout
2023-09-22
1
-3
/
+3
*
moves `addUnique` to `std/sequtils` (#22734)
Juan M Gómez
2023-09-21
1
-0
/
+28
*
fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...
ringabout
2023-09-21
1
-1
/
+1
*
Add `hasDefaultValue` type trait (#22636)
Amjad Ben Hedhili
2023-09-04
1
-0
/
+17
*
deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead...
ringabout
2023-08-29
1
-0
/
+2
*
fixes broken nightlies; follow up #22544 (#22585)
ringabout
2023-08-29
1
-1
/
+1
*
define toList procs after add for lists [backport] (#22573)
metagn
2023-08-28
1
-22
/
+22
*
Add `cursor` to lists iterator variables (#22531)
Amjad Ben Hedhili
2023-08-24
1
-3
/
+3
*
Fix `getAppFilename` exception handling (#22544)
Jacek Sieka
2023-08-24
1
-5
/
+10
[next]