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
path:
root
/
tests
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #24053; fixes #18288; relax reorder with push/pop pragmas restrictions;...
ringabout
2024-09-06
1
-0
/
+4
*
fix `include` in templates, with prefix operators (#24029)
metagn
2024-08-29
4
-0
/
+10
*
propagate efWantStmt in semWhen (#23400)
metagn
2024-03-14
1
-0
/
+7
*
import brackets support `as` and prefixes [backport] (#21636)
metagn
2023-04-18
1
-3
/
+8
*
set module symbol type to None instead of nil for discard check (#21657)
metagn
2023-04-13
1
-0
/
+15
*
add a prepass for codeReordering (#21513)
ringabout
2023-03-17
2
-2
/
+1
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
2
-1
/
+2
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+1
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
3
-0
/
+27
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
1
-1
/
+1
*
fix #17952: fix both false positives and false negatives for reInvalidSpec (#...
Timothee Cour
2021-05-08
1
-3
/
+3
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
3
-0
/
+14
*
Fix #11352 strutil.insertSep() fails on negative numbers (#15087)
Bung
2020-07-28
1
-0
/
+13
*
Add testcase for #4796 (#14784)
Clyybber
2020-06-25
2
-0
/
+13
*
fixes #12420 [backport] (#12456)
Andreas Rumpf
2019-10-18
3
-0
/
+9
*
fixes #11872; include now gives a proper error message for all invalid infix ...
nc-x
2019-08-17
1
-0
/
+6
*
Remove duplicate line number from 'invalid forward declaration' error (#11966)
nc-x
2019-08-17
1
-1
/
+1
*
fixes #11188 (#11319)
Andreas Rumpf
2019-05-24
3
-0
/
+17
*
fixes #11187 (#11315)
Andreas Rumpf
2019-05-24
3
-0
/
+16
*
Merge branch 'devel' into expand-amb-identifier-output
jrfondren
2019-05-03
5
-3
/
+10
|
\
|
*
add whitespace on the right-hand side of `--`
narimiran
2019-05-03
1
-1
/
+1
|
*
remove the restriction that module names need to be unique per Nimble… (#11...
Andreas Rumpf
2019-04-20
5
-3
/
+10
*
|
fix test expecting ambiguous-identifier error
Julian Fondren
2019-04-29
1
-2
/
+2
|
/
*
make tests green again
Andreas Rumpf
2019-02-08
1
-1
/
+1
*
fix off by 1 error in `col` shown by toFileLineCol (#10138)
Timothee Cour
2018-12-31
1
-1
/
+1
*
fixes #9994
Andreas Rumpf
2018-12-15
3
-1
/
+5
*
fixes #9978
Andreas Rumpf
2018-12-14
2
-0
/
+9
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
10
-20
/
+10
*
Fix compilation of test on linux and mac
Neelesh Chandola
2018-12-09
3
-1
/
+1
*
Add final newlines
Neelesh Chandola
2018-12-09
3
-3
/
+3
*
add tests
Neelesh Chandola
2018-12-09
3
-0
/
+9
*
make run the default action of a test in tester
Arne Döring
2018-11-23
2
-1
/
+12
*
adopt tests
Arne Döring
2018-11-08
1
-4
/
+4
*
fix test
awr
2018-09-04
1
-2
/
+1
*
Fix nkImportAs regression (#8796)
Oscar Nihlgård
2018-08-28
1
-0
/
+5
*
Fix for module alias inside brackets (#8726)
Oscar Nihlgård
2018-08-23
1
-0
/
+11
*
sfForward is also sfReorder for skModule symbols (#8692)
LemonBoy
2018-08-21
1
-0
/
+1
*
implement the export/except statement
Zahary Karadjov
2018-05-07
2
-0
/
+7
*
make the 'canimport' template work
Andreas Rumpf
2018-03-06
1
-0
/
+19
*
fixes #6965
Araq
2017-12-28
2
-3
/
+10
*
make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693
Araq
2017-12-15
2
-0
/
+11
*
Add sections (type, var, let, const, using) support for reorder pragma (#6326)
BigEpsilon
2017-10-28
1
-7
/
+5
*
reorder pass: consider the 'using' statement; disabled debug output
Andreas Rumpf
2017-08-11
1
-4
/
+8
*
distinguish between 'reorder' and 'noforward'
Andreas Rumpf
2017-07-26
1
-0
/
+42
*
Lineinfo change (#6084)
Arne Döring
2017-07-17
1
-1
/
+1
*
make tests green again
Araq
2017-06-09
1
-1
/
+1
*
Fixes #5112 (Fix error messages raised when multiple modules have the same or...
Lolo Iccl
2017-01-17
4
-0
/
+14
*
fixes #5076
Araq
2016-11-30
2
-0
/
+14
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
3
-6
/
+5
*
disallow recursive module dependencies
Araq
2016-11-23
5
-4
/
+14
[next]