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 "add `fromChar`" (#20336)
ringabout
2022-09-12
1
-9
/
+0
*
Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...
Clay Sweetser
2022-09-11
1
-6
/
+1
*
fixes #20155; repr range with distinct types is broken with ORC (#20158)
ringabout
2022-09-11
1
-1
/
+6
*
Fix cannot create Windows directory in root (#20311)
havardjohn
2022-09-11
1
-19
/
+8
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
7
-29
/
+113
*
add `fromChar` (#20332)
Hamid Bluri
2022-09-11
1
-0
/
+9
*
SSL: Allow the same range of versions for OSX (#20324)
Andreas Rumpf
2022-09-10
1
-5
/
+1
*
Markdown links migration part 1 (#20319)
Andrey Makarov
2022-09-09
1
-3
/
+3
*
Revert "clarify that `char` may not be unsigned" (#20320)
ringabout
2022-09-08
1
-1
/
+1
*
clarify that `char` may not be unsigned (#20308)
ringabout
2022-09-06
1
-1
/
+1
*
give a deprecate warning when using `newPar` to construct tuple expressions (...
ringabout
2022-09-06
2
-3
/
+8
*
fixes #9462; jsondoc --index can generate a theindex.json (#20205)
ringabout
2022-09-06
1
-9
/
+8
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
11
-51
/
+92
*
Add improved Windows UNC path support in std/os (#20281)
havardjohn
2022-09-03
3
-47
/
+136
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
2
-2
/
+2
*
Revert "fix #19600 No error checking on fclose (#19836)" (#20297)
ringabout
2022-09-02
1
-4
/
+2
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-0
/
+23
*
Simpler complex division implementation (#20088)
Dan Rose
2022-09-01
1
-12
/
+1
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
3
-345
/
+356
*
fix #19600 No error checking on fclose (#19836)
Bung
2022-08-29
1
-2
/
+4
*
Implement complex sgn (#20087)
Dan Rose
2022-08-28
1
-0
/
+7
*
fixes #17658; add cert dir for ssl ctx (#19920)
ringabout
2022-08-28
2
-1
/
+11
*
Fix auto links to subheader when TOC is present (#20279)
Andrey Makarov
2022-08-27
2
-91
/
+97
*
Add missing rand(var Rand, Ordinal) overload (#20124)
Antonis Geralis
2022-08-26
1
-14
/
+32
*
remove `var` for ref parameters in `std/tables` (#20175)
ringabout
2022-08-25
1
-2
/
+2
*
std/options enables stricteffects (#19441)
ringabout
2022-08-25
1
-4
/
+8
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
11
-164
/
+184
*
fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...
ringabout
2022-08-24
1
-0
/
+2
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
4
-40
/
+59
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
2
-11
/
+21
*
Add OpenSSL 3 support (#19814)
Federico Ceratto
2022-08-23
2
-115
/
+84
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
3
-15
/
+7
*
Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)
Andrey Makarov
2022-08-23
1
-1
/
+1
*
remove some deprecated pre-1.0 stdlib modules (#20202)
metagn
2022-08-23
9
-879
/
+12
*
fixes #19973; switch to poll on posix (#20212)
ringabout
2022-08-23
1
-11
/
+28
*
remove `shallow` usages for ORC (#20109)
ringabout
2022-08-23
1
-1
/
+2
*
add comments back (#20256)
ringabout
2022-08-21
1
-0
/
+3
*
remove the merge pragma and obsolete comments (#20254)
ringabout
2022-08-21
1
-7
/
+4
*
Remove string == nil/nil == string error (#20222)
metagn
2022-08-20
1
-23
/
+0
*
Add use of Windows Wide CRT API for env. vars (#20084)
havardjohn
2022-08-20
3
-38
/
+53
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
11
-50
/
+50
*
Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)
jgirvin-venturi
2022-08-19
1
-0
/
+4
*
Don't require blank line before Markdown code (#20215)
Andrey Makarov
2022-08-15
1
-5
/
+11
*
Pass check condition directly to if (#20217)
Dan Rose
2022-08-15
1
-2
/
+6
*
improve deprecation error messages (#20197)
ringabout
2022-08-11
1
-4
/
+2
*
fix broken runnableExamples for getWeeksInIsoYear (#20193)
metagn
2022-08-11
1
-2
/
+2
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
11
-0
/
+42
*
update the docs of arc following up #19749 (#19752)
ringabout
2022-08-08
1
-2
/
+2
*
fixes #20153; do not escape `_` for mysql [backport] (#20164)
ringabout
2022-08-05
1
-2
/
+1
*
Improve error message for `strutils.addf` (#20157)
konsumlamm
2022-08-05
1
-8
/
+8
[next]