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
Commit message (
Expand
)
Author
Age
Files
Lines
*
defaults to ORC (#19972)
ringabout
2022-09-23
81
-154
/
+259
*
fix #17351; switch to c++17 and remove hacks (#20407)
ringabout
2022-09-23
3
-5
/
+14
*
Fixes #20348; only respect the recursion limit if the symbol's generic type ...
Aditya Siram
2022-09-22
4
-12
/
+145
*
fixes #20285; prevent oid time overflow at year 2038 (#20338)
ringabout
2022-09-22
3
-26
/
+26
*
Extract markdown/rst doc into separate file (#20404)
Andrey Makarov
2022-09-22
3
-247
/
+271
*
Improve error message when instantiating generics with object constructor (#2...
Bung
2022-09-21
2
-2
/
+11
*
contentLength default to -1 if not present (#19835)
Bung
2022-09-21
2
-2
/
+3
*
fixes #20397; fixes stylecheck regression (#20398)
ringabout
2022-09-21
4
-0
/
+20
*
Update manual.md (#20394)
Judd
2022-09-21
1
-17
/
+18
*
RFC-460 implemented (#19771)
Juan Carlos
2022-09-21
3
-0
/
+33
*
fixes #20391; make of operator work with generics for ORC (#20395)
ringabout
2022-09-21
2
-1
/
+9
*
follow up #19968; add more tests (#20396)
ringabout
2022-09-20
1
-0
/
+60
*
turn nimIncrSeqV3 into deadcode (#20388)
ringabout
2022-09-20
4
-93
/
+51
*
clarify distinct pointer type `nil` change (#20376)
metagn
2022-09-20
1
-1
/
+9
*
report expression has no type other than has to be used (or discarded… (#20...
Bung
2022-09-20
2
-0
/
+9
*
fix #19882 Improve error message when instantiating generics that lac… (#20...
Bung
2022-09-19
2
-1
/
+12
*
Markdown link migration part 2 (#20371)
Andrey Makarov
2022-09-19
18
-284
/
+288
*
Add missing proc to dom (#20378)
Juan Carlos
2022-09-19
2
-1
/
+62
*
Add missing symbols to regex (#20383)
Juan Carlos
2022-09-19
2
-3
/
+5
*
Recommend `mapIt` in some cases (#20347)
Amjad Ben Hedhili
2022-09-19
1
-6
/
+4
*
Shorten JS block code (#20370)
Amjad Ben Hedhili
2022-09-19
1
-4
/
+4
*
fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" ...
ringabout
2022-09-19
4
-2
/
+12
*
fixes Thread initializer for ARC/ORC on Macos (#20368)
ringabout
2022-09-16
2
-2
/
+2
*
Allow custom pragma on iterators [backport] (#20344)
Tanguy
2022-09-17
2
-1
/
+8
*
add docs to copyNimNode and copyNimTree (#20357)
ringabout
2022-09-16
1
-2
/
+25
*
don't run azure on other branches either (#20365)
metagn
2022-09-16
1
-1
/
+2
*
more minor updates to manual.md (#20360)
Judd
2022-09-15
1
-5
/
+5
*
add testcase for #19020 (#20363)
ringabout
2022-09-15
1
-0
/
+12
*
only run github CI on latest commit of branch/PR (#20361)
metagn
2022-09-15
2
-0
/
+8
*
fixes #19104; peg Incorrect captures [backport:1.6] (#20352)
ringabout
2022-09-15
2
-1
/
+8
*
partial revert and redesign of #19814, changelog (#20341)
metagn
2022-09-14
6
-36
/
+60
*
minor improvements to follow up recent PRs (#20342)
metagn
2022-09-14
8
-51
/
+45
*
nimgrep: add `--inContext` and `--notinContext` options (#19528)
Andrey Makarov
2022-09-14
4
-103
/
+682
*
fix #20233 Float ranges in case statement in JS crash compiler (#20349)
Bung
2022-09-14
2
-18
/
+62
*
disable tlsEmulation for ic tests (#20345)
ringabout
2022-09-14
1
-1
/
+1
*
Add testcase for bug #20305 (#20323)
Antonis Geralis
2022-09-13
1
-0
/
+25
*
Revert "add `fromChar`" (#20336)
ringabout
2022-09-12
1
-9
/
+0
*
fixes #19724; don't be aggressive when you infer sink parameters (#20314)
Andreas Rumpf
2022-09-12
2
-10
/
+18
*
Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...
Clay Sweetser
2022-09-11
3
-10
/
+1
*
fixes #20155; repr range with distinct types is broken with ORC (#20158)
ringabout
2022-09-11
3
-1
/
+10
*
Replace word 'param(s)' with 'parameter(s)'. (#20331)
random-bites
2022-09-11
1
-16
/
+16
*
Fix cannot create Windows directory in root (#20311)
havardjohn
2022-09-11
2
-20
/
+26
*
Implement Markdown definition lists (+ migration) (#20333)
Andrey Makarov
2022-09-11
15
-97
/
+266
*
add `fromChar` (#20332)
Hamid Bluri
2022-09-11
1
-0
/
+9
*
fix #13515 [backport] (#20315)
metagn
2022-09-11
2
-1
/
+23
*
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
12
-240
/
+256
*
update manual (#20325)
Judd
2022-09-09
1
-2
/
+4
*
fixes nightlies build regression (#20322)
ringabout
2022-09-08
1
-1
/
+1
*
Update manual.md (#20321)
Judd
2022-09-08
1
-3
/
+5
[next]