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
...
*
Renamed `-d:nimCompilerStackraceHints` to `-d:nimCompilerStacktraceHints`. (#...
Timothee Cour
2021-06-17
4
-6
/
+7
*
tests/exception/tsetexceptions.nim not joinable (#18264)
Timothee Cour
2021-06-17
1
-0
/
+3
*
Revert "system/excpt: check if the exception is not nil before pop (#18247)" ...
Andreas Rumpf
2021-06-17
2
-10
/
+2
*
PCRE, nimgrep: add limit for buffer size (#18280)
Andrey Makarov
2021-06-17
2
-4
/
+14
*
increase backoffDuration to avoid timeouts (#18281)
Timothee Cour
2021-06-16
1
-1
/
+1
*
followup #16400; use use -d:nimCompilerStackraceHints in more places (#18282)
Timothee Cour
2021-06-16
1
-0
/
+5
*
Fix doubly typed forward declarations (#18279)
Clyybber
2021-06-16
2
-2
/
+27
*
fixes #17696 (#18276)
flywind
2021-06-16
2
-13
/
+47
*
Don't report unused hints for consumed AST (#18270)
Clyybber
2021-06-16
2
-1
/
+18
*
link stable and devel docs in nim docs (#18272) [backport:1.2]
Timothee Cour
2021-06-15
1
-15
/
+6
*
add test case for pure enum redefinition error within enum (fixed in recent P...
Timothee Cour
2021-06-15
3
-11
/
+20
*
httpclient.nim Fixes #14794 and an issue where content-header is not set on p...
Mark Pointing
2021-06-14
2
-3
/
+38
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
4
-24
/
+33
*
system/excpt: check if the exception is not nil before pop (#18247)
alaviss
2021-06-14
2
-2
/
+10
*
Enable parallel build in build.sh (#18195)
Federico Ceratto
2021-06-14
1
-0
/
+24
*
fixes #18235 - proc annotation type macro sym leak (#18249)
Saem Ghani
2021-06-14
4
-9
/
+86
*
merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...
Timothee Cour
2021-06-14
10
-66
/
+64
*
followup #17777: declaredloc field error msgs now work with generics (#18259)
Timothee Cour
2021-06-14
3
-17
/
+33
*
Improve httpClient docs on SSL cert verification (#15201)
Federico Ceratto
2021-06-13
1
-3
/
+16
*
fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)
Timothee Cour
2021-06-13
3
-76
/
+125
*
getType now works with tyInferred (arising from concepts); refs #18220 (#18241)
Timothee Cour
2021-06-12
2
-23
/
+79
*
added a test case ensuring exception inference continues to work
Araq
2021-06-11
1
-0
/
+32
*
use more meaningful name than "workaround14447" (#18237)
Miran
2021-06-11
3
-3
/
+3
*
handle tyUserTypeClassInst in addDeclaredLoc (#18236)
Timothee Cour
2021-06-11
1
-1
/
+1
*
fix #9437(fix `re.replace` wrong behaviour) (#17546)
flywind
2021-06-10
2
-5
/
+24
*
fixes #15884 (#18230)
Andreas Rumpf
2021-06-10
5
-3
/
+18
*
view types: spec changes (#18226)
Andreas Rumpf
2021-06-10
3
-24
/
+21
*
Update nims.rst to reflect that -d:release is now allowed in config.nims (#18...
Kaushal Modi
2021-06-10
1
-6
/
+6
*
#18216 make moveDir work across partitions on windows (#18223)
Fröhlich A
2021-06-10
2
-19
/
+70
*
update changelog for wrapnils (#18228)
Timothee Cour
2021-06-10
1
-3
/
+0
*
fixes #18220 (#18227)
Andreas Rumpf
2021-06-10
1
-1
/
+1
*
avoid re-exporting options from std/wrapnils (#18222)
Timothee Cour
2021-06-10
2
-1
/
+2
*
update .github/ISSUE_TEMPLATE/bug_report.md, mention PRs, contributing, devel...
Timothee Cour
2021-06-09
1
-0
/
+2
*
make strict funcs analysis smarter (#18219)
Andreas Rumpf
2021-06-09
3
-36
/
+95
*
Fix JS error on index page and detect dark mode (#18191)
drtheuns
2021-06-07
7
-28
/
+63
*
fixes #18088 (#18209)
Andreas Rumpf
2021-06-07
1
-1
/
+1
*
alternative to #18185 (#18206)
flywind
2021-06-07
1
-1
/
+4
*
change mimedb stroe stringtable to orderedtable (#18065)
Bung
2021-06-07
2
-3
/
+5
*
koch: print help if no command is given (#18199)
Federico Ceratto
2021-06-07
1
-1
/
+2
*
fix 18186 with adding importc _umul128 (#18200)
slangmgh
2021-06-07
2
-1
/
+3
*
update docgen documentation (#18192)
Andrey Makarov
2021-06-06
3
-48
/
+83
*
make changeDetectedViaJsonBuildInstructions warning less verbose when json fi...
Timothee Cour
2021-06-06
1
-1
/
+1
*
fix #18178, set a CI timeout for github action pipelines instead of the 6 hou...
Timothee Cour
2021-06-05
2
-0
/
+2
*
up to 20x faster jsonutils deserialization (#18183)
Timothee Cour
2021-06-05
1
-6
/
+6
*
rst: remove `roSkipPounds` option (#18175)
Andrey Makarov
2021-06-05
1
-24
/
+4
*
add `dom.scrollIntoView` with options; refs #18093 (#18181)
Rainbow Asteroids
2021-06-05
2
-0
/
+8
*
macros.treeRepr + friends: collapse SymChoice (#18072)
Timothee Cour
2021-06-05
4
-50
/
+158
*
Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)
Euan
2021-06-04
1
-1
/
+1
*
fix #7295: use move(result) inside template to avoid copy with --gc:refc (#18...
Timothee Cour
2021-06-04
1
-10
/
+10
*
workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172)
flywind
2021-06-04
1
-0
/
+4
[prev]
[next]