summary refs log tree commit diff stats
path: root/tests/ccgbugs
Commit message (Expand)AuthorAgeFilesLines
* borrow checking (#15282)Andreas Rumpf2020-09-091-0/+27
* :DClyybber2020-07-111-0/+28
* Add testcase for some old fixed issues (#14960)Clyybber2020-07-101-18/+0
* Fix #14396 (#14793)Clyybber2020-07-041-0/+70
* warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...Andreas Rumpf2020-05-301-4/+6
* fixes #14126 [backport:1.2] (#14390)Andreas Rumpf2020-05-201-3/+45
* Fix #14160 (#14161)Clyybber2020-04-301-0/+15
* fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...Timothee Cour2020-04-081-0/+12
* fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...Timothee Cour2020-04-072-0/+17
* faster CIs (#13803)Miran2020-03-301-27/+0
* fixes #13281 (#13282)cooldome2020-01-281-1/+17
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-1/+1
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-051-0/+11
* remove unused imports from testsnarimiran2019-11-062-3/+2
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-1/+1
* refactor illegal iterator assignment detection (#12212)Arne Döring2019-10-112-27/+14
* revert #12100; typeof(nil) is weird enough, don't allow it as the return typeAndreas Rumpf2019-09-021-3/+0
* Allow typeof(nil) as a return typeAlbert Safin2019-08-311-1/+4
* Allow typeof(nil) as generic parameter (#11869)Oscar Nihlgård2019-08-031-2/+11
* fixes #11525Andreas Rumpf2019-06-261-1/+38
* make tests green againAraq2019-05-271-3/+2
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* closes #9825Araq2019-05-101-0/+11
* Add testcase for #9684 (#11221)Clyybber2019-05-101-0/+11
* Fix #9844 (#11216)Clyybber2019-05-091-1/+15
* fixes #9578 (#11176)jcosborn2019-05-066-0/+108
* fixes #9403Araq2019-05-051-1/+20
* iterators: several small fixes (#11162)Miran2019-05-041-1/+1
* Fix varargs int32 (#11054)Arne Döring2019-04-181-0/+10
* remove shadow warning, fixes #10732 (#11039)Miran2019-04-171-1/+1
* Fix edge case in type hashing (#10601) [backport]LemonBoy2019-02-081-0/+15
* properly deprecate parseopt2 (#10452)Miran2019-01-251-2/+2
* add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-081-3/+3
* Dead code elimination for entire modules and their init procs if empty (#10032)cooldome2018-12-301-0/+2
* lots of small changesArne Döring2018-12-116-10/+12
* megatest checks output and nimoutArne Döring2018-12-112-3/+2
* megatest can be executedArne Döring2018-12-111-16/+0
* require errormsg to be specified before file.Arne Döring2018-12-111-4/+4
* join simple testArne Döring2018-11-231-10/+0
* make run the default action of a test in testerArne Döring2018-11-236-2/+31
* make more tests green for C++; refs #7870Araq2018-10-304-2/+4
* make thavlak and tmarkerproc_regression tests take fewer iterations in order ...Araq2018-10-171-3/+3
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-1/+1
* fixes #9297 (#9298)cooldome2018-10-111-1/+41
* Fix wrong heuristic in codegen (#9293)LemonBoy2018-10-111-0/+22
* Codegen fix for procs taking type(nil) (#9231)xzfc2018-10-091-0/+6
* Fix codegen for some set operationsLemonBoy2018-09-281-0/+12
* Merge pull request #8746 from LemonBoy/nil-optsAndreas Rumpf2018-09-231-0/+13
|\
| * nil strings are movableLemonBoy2018-09-221-0/+13
* | Merge pull request #8983 from cooldome/codegen_crashAndreas Rumpf2018-09-181-1/+34
|\ \