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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allows for arbitrary ordering of inheritance in type section #6259 (#22070)
Juan M Gómez
2023-06-15
2
-3
/
+3
*
fix calls in generic bodies, delay typecheck when no overloads match (#22029)
metagn
2023-06-13
4
-36
/
+180
*
fixes #22065; do not search path for relative imports (#22073)
ringabout
2023-06-13
1
-0
/
+5
*
strictly typecheck expressions in bracketed `emit` (#22074)
metagn
2023-06-13
1
-0
/
+12
*
fixes #22058; invalid free with {.noSideEffect.} in template (#22088)
ringabout
2023-06-13
1
-0
/
+16
*
fix dot calls with resolved symbols in templates (#22076)
metagn
2023-06-12
3
-23
/
+47
*
make binary `not` not parse complex expressions on right side (#22078)
metagn
2023-06-12
1
-0
/
+18
*
more test cases for generic object impl AST (#22077)
metagn
2023-06-11
2
-21
/
+49
*
make borrow `.` work with aliases if not overriden (#22072)
metagn
2023-06-11
1
-1
/
+10
*
add const RLIMIT_STACK (#21772)
Qinsi (James) ZHU
2023-06-09
1
-0
/
+24
*
make `move` use `=wasMoved` internally (#22032)
ringabout
2023-06-09
1
-0
/
+14
*
Fix: don't track Defect in proc effect compatibility (#22037)
Tanguy
2023-06-08
1
-0
/
+5
*
allow addressing elements of openArray[char] in VM (#22045)
ringabout
2023-06-08
1
-0
/
+14
*
fixes {.global.} ref typedesc regressions (#22046)
ringabout
2023-06-08
1
-5
/
+7
*
Nested `with` blocks (#22042)
awr1
2023-06-08
1
-0
/
+16
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-2
/
+2
*
fixes #21995: align C++ with C backend behavior for empty raise state… (#21...
heterodoxic
2023-06-07
1
-0
/
+9
*
retain forced open undeclared ident information (#22019)
metagn
2023-06-07
1
-0
/
+17
*
add test case to close #7974 (#22023)
metagn
2023-06-06
1
-0
/
+55
*
close #12852; add a test case (#22016)
ringabout
2023-06-06
1
-0
/
+55
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
132
-371
/
+186
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-0
/
+8
*
properly disallow unresolved generic proc values (#22005)
metagn
2023-06-05
1
-8
/
+2
*
add test case for #7839 (#22006)
Bung
2023-06-05
1
-0
/
+9
*
infer error for `=dup` if there is a custom `=copy` error hook (#22004)
ringabout
2023-06-05
1
-2
/
+2
*
shallow fix for #21972, #18552 by moving std::exception_ptr to the parent sco...
heterodoxic
2023-06-04
1
-0
/
+33
*
fixes #21987; don't create type bound ops for anything in a function with a `...
ringabout
2023-06-04
1
-0
/
+48
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
8
-33
/
+35
*
partially fixes #20787 by having a char dummy member prepended to objs only c...
heterodoxic
2023-06-01
1
-0
/
+4
*
fixes #21974; fixes sameConstant fieldDefect (#21981)
ringabout
2023-06-01
1
-0
/
+30
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
1
-2
/
+33
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
4
-9
/
+10
*
alternative to #21914; split, rsplit now forbid an empty separator (#21961)
ringabout
2023-05-30
1
-0
/
+14
*
Add anti-regression for #21958 (#21960)
Mamy Ratsimbazafy
2023-05-30
1
-0
/
+11
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-2
/
+1
*
support generic void return type for templates (#21934)
metagn
2023-05-27
1
-0
/
+6
*
fixes #15428 by updating deep open array copy codegen (#21935)
heterodoxic
2023-05-27
1
-0
/
+22
*
fix #10964 by honoring pointer deref syntax if a reified openarray is used to...
heterodoxic
2023-05-27
1
-0
/
+6
*
fix & add test for basic hot code reloading case (#21915)
metagn
2023-05-26
1
-0
/
+7
*
fixes #21887; Type conversion on overloaded enum field does not always call (...
ringabout
2023-05-26
1
-0
/
+8
*
Fix const in async regression (#21898)
Jake Leahy
2023-05-25
1
-0
/
+13
*
when T is both a type symbol and a routine symbol in scope of a generic proc ...
metagn
2023-05-24
2
-0
/
+9
*
actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)
Juan M Gómez
2023-05-24
1
-0
/
+24
*
fix #21896 asign parameter to global variable generates invalid code (#21900)
Bung
2023-05-24
1
-0
/
+9
*
fixes #21863; Incorrect enum field access can cause internal error (#21886)
ringabout
2023-05-24
1
-0
/
+28
*
fix #21251 Compiler SIGSEGV when using SharedTable (#21876)
Bung
2023-05-23
1
-0
/
+6
*
Weekday parse/format (replacement) (#21857)
Carlo Capocasa
2023-05-21
2
-49
/
+24
*
Fixed generic parameters failing to be used in inheritance (#21866)
Jason Beetham
2023-05-21
1
-0
/
+39
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
1
-5
/
+14
*
fix #14254 (#21837)
metagn
2023-05-20
2
-0
/
+6
[prev]
[next]