summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes #17696 (#18276)flywind2021-06-161-11/+42
* Don't report unused hints for consumed AST (#18270)Clyybber2021-06-161-0/+15
* add test case for pure enum redefinition error within enum (fixed in recent P...Timothee Cour2021-06-151-7/+14
* httpclient.nim Fixes #14794 and an issue where content-header is not set on p...Mark Pointing2021-06-141-1/+32
* Small scope refactoring (#18263)Clyybber2021-06-141-0/+12
* system/excpt: check if the exception is not nil before pop (#18247)alaviss2021-06-141-0/+7
* fixes #18235 - proc annotation type macro sym leak (#18249)Saem Ghani2021-06-142-0/+60
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+1
* followup #17777: declaredloc field error msgs now work with generics (#18259)Timothee Cour2021-06-141-15/+25
* fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248)Timothee Cour2021-06-132-28/+84
* getType now works with tyInferred (arising from concepts); refs #18220 (#18241)Timothee Cour2021-06-121-22/+78
* added a test case ensuring exception inference continues to workAraq2021-06-111-0/+32
* fix #9437(fix `re.replace` wrong behaviour) (#17546)flywind2021-06-101-3/+6
* view types: spec changes (#18226)Andreas Rumpf2021-06-101-5/+4
* #18216 make moveDir work across partitions on windows (#18223)Fröhlich A2021-06-101-0/+45
* avoid re-exporting options from std/wrapnils (#18222)Timothee Cour2021-06-101-0/+1
* make strict funcs analysis smarter (#18219)Andreas Rumpf2021-06-092-0/+44
* change mimedb stroe stringtable to orderedtable (#18065)Bung2021-06-071-0/+1
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-052-28/+114
* fixes #18058 (#18162)Andreas Rumpf2021-06-032-4/+4
* added float32 schubfach algorithm; wip (#18155)Andreas Rumpf2021-06-031-0/+5
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-023-3/+67
* add string-string tests for find and rfind (#18137)n5m2021-06-021-3/+98
* fixes #18059 (#18140)Andreas Rumpf2021-06-021-0/+35
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-011-4/+4
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-2/+2
* close #18129 Add setCurrentException for JS backend (#18145)flywind2021-06-011-0/+8
* Fixes #5034 illformed AST from getImpl with proc returning value (#17976)Dylan Modesitt2021-05-311-0/+31
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-0/+22
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-0/+3
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-316-106/+68
* fix #18113 (#18124)Saem Ghani2021-05-312-0/+15
* improve fast returns of find and rfind (#18127)n5m2021-05-311-0/+28
* document macros.unpackVarargs (#18106)Timothee Cour2021-05-312-0/+51
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-302-0/+2
* Fixes #17849 (#18055) [backport:1.2]Yuriy Glukhov2021-05-301-1/+15
* Disable tasynchttpserver_transferencoding on FreeBSD (#18122)vabresto2021-05-291-0/+1
* fix #17456 flaky test tasynchttpserver_transferencoding (#18052)vabresto2021-05-281-23/+32
* testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087)Timothee Cour2021-05-264-82/+10
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-265-5/+5
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-261-0/+21
* close #3482 no more cgen error with typed templates (#18094)Timothee Cour2021-05-261-0/+15
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-262-9/+30
* close #18009 parseJson JInt vs JFloat; preserve -0.0 as JFloat to distinguish...Timothee Cour2021-05-231-1/+16
* close #5540 generic object with generic field evaluated too early (#18062)Timothee Cour2021-05-231-0/+45
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-212-10/+67
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-202-2/+4
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-191-2/+2
* ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)Andreas Rumpf2021-05-181-0/+13
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-0/+13