summary refs log tree commit diff stats
path: root/tests/modules
Commit message (Expand)AuthorAgeFilesLines
* fixes #24053; fixes #18288; relax reorder with push/pop pragmas restrictions;...ringabout2024-09-061-0/+4
* fix `include` in templates, with prefix operators (#24029)metagn2024-08-294-0/+10
* propagate efWantStmt in semWhen (#23400)metagn2024-03-141-0/+7
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-181-3/+8
* set module symbol type to None instead of nil for discard check (#21657)metagn2023-04-131-0/+15
* add a prepass for codeReordering (#21513)ringabout2023-03-172-2/+1
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-222-1/+2
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-303-0/+27
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-1/+1
* fix #17952: fix both false positives and false negatives for reInvalidSpec (#...Timothee Cour2021-05-081-3/+3
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-173-0/+14
* Fix #11352 strutil.insertSep() fails on negative numbers (#15087)Bung2020-07-281-0/+13
* Add testcase for #4796 (#14784)Clyybber2020-06-252-0/+13
* fixes #12420 [backport] (#12456)Andreas Rumpf2019-10-183-0/+9
* fixes #11872; include now gives a proper error message for all invalid infix ...nc-x2019-08-171-0/+6
* Remove duplicate line number from 'invalid forward declaration' error (#11966)nc-x2019-08-171-1/+1
* fixes #11188 (#11319)Andreas Rumpf2019-05-243-0/+17
* fixes #11187 (#11315)Andreas Rumpf2019-05-243-0/+16
* Merge branch 'devel' into expand-amb-identifier-outputjrfondren2019-05-035-3/+10
|\
| * add whitespace on the right-hand side of `--`narimiran2019-05-031-1/+1
| * remove the restriction that module names need to be unique per Nimble… (#11...Andreas Rumpf2019-04-205-3/+10
* | fix test expecting ambiguous-identifier errorJulian Fondren2019-04-291-2/+2
|/
* make tests green againAndreas Rumpf2019-02-081-1/+1
* fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-311-1/+1
* fixes #9994Andreas Rumpf2018-12-153-1/+5
* fixes #9978Andreas Rumpf2018-12-142-0/+9
* require errormsg to be specified before file.Arne Döring2018-12-1110-20/+10
* Fix compilation of test on linux and macNeelesh Chandola2018-12-093-1/+1
* Add final newlinesNeelesh Chandola2018-12-093-3/+3
* add testsNeelesh Chandola2018-12-093-0/+9
* make run the default action of a test in testerArne Döring2018-11-232-1/+12
* adopt testsArne Döring2018-11-081-4/+4
* fix testawr2018-09-041-2/+1
* Fix nkImportAs regression (#8796)Oscar Nihlgård2018-08-281-0/+5
* Fix for module alias inside brackets (#8726)Oscar Nihlgård2018-08-231-0/+11
* sfForward is also sfReorder for skModule symbols (#8692)LemonBoy2018-08-211-0/+1
* implement the export/except statementZahary Karadjov2018-05-072-0/+7
* make the 'canimport' template workAndreas Rumpf2018-03-061-0/+19
* fixes #6965Araq2017-12-282-3/+10
* make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-152-0/+11
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-7/+5
* reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-111-4/+8
* distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-261-0/+42
* Lineinfo change (#6084)Arne Döring2017-07-171-1/+1
* make tests green againAraq2017-06-091-1/+1
* Fixes #5112 (Fix error messages raised when multiple modules have the same or...Lolo Iccl2017-01-174-0/+14
* fixes #5076Araq2016-11-302-0/+14
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-243-6/+5
* disallow recursive module dependenciesAraq2016-11-235-4/+14