summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixes #4551Andreas Rumpf2016-08-091-0/+3
* | | tiny style changesAndreas Rumpf2016-08-091-1/+1
|/ /
* | Merge pull request #4577 from oderwat/fix-referr-jsAndreas Rumpf2016-08-081-2/+9
|\ \
| * | Fix using ptr to seq in js backend.Hans Raaf2016-08-071-2/+9
* | | fixes #4528Andreas Rumpf2016-08-081-30/+37
* | | fixes #4582Andreas Rumpf2016-08-081-1/+2
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-08-051-0/+2
|\| |
| * | Merge pull request #4572 from oderwat/distinct-nilAndreas Rumpf2016-08-051-0/+2
| |\ \
| | * | Allowing `nil` for distinct types where the base type is nilableHans Raaf2016-08-051-0/+2
| * | | fix #4568kingofoz2016-08-051-2/+6
* | | | added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+2
* | | | fixes a regression involving the .compile and .link pragmasAndreas Rumpf2016-08-051-1/+3
|/ / /
* | | fixes #4354Andreas Rumpf2016-08-042-23/+30
* | | fixes #4505, fixes #4230Andreas Rumpf2016-08-042-6/+7
* | | fixes #4353Andreas Rumpf2016-08-042-5/+9
* | | attempt to fix #4065Andreas Rumpf2016-08-041-2/+1
* | | fixes #4526Andreas Rumpf2016-08-041-7/+15
|/ /
* | fixes #4550Andreas Rumpf2016-08-041-0/+1
* | fixes #4545Andreas Rumpf2016-08-041-0/+7
* | fixes #4564Andreas Rumpf2016-08-041-3/+5
* | fixes #4537Andreas Rumpf2016-08-021-0/+2
* | fixes #4555Andreas Rumpf2016-08-027-14/+21
* | fixes #4534Andreas Rumpf2016-08-011-8/+5
* | fix #4417, update newsmiere432016-07-301-0/+9
* | compiler free of old expr/stmt metatypesAndreas Rumpf2016-07-301-5/+5
* | compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-3022-55/+55
* | expr and stmt are now deprecatedAndreas Rumpf2016-07-303-8/+8
* | Merge pull request #4542 from kierdavis/4541-import-errorAndreas Rumpf2016-07-302-3/+7
|\ \
| * | Locate 'attempt to redefine' errors at the import statement rather than at th...Kier Davis2016-07-302-3/+7
* | | remove sfFakeConstJacek Sieka2016-07-305-16/+4
|/ /
* | make nim bootstrap again for older versionsAndreas Rumpf2016-07-301-0/+1
* | make tests green againAndreas Rumpf2016-07-292-2/+14
* | stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-2919-47/+58
* | this commit will fix visual studio family warning #4459andri lim2016-07-291-1/+1
* | make tests green againAndreas Rumpf2016-07-291-2/+4
* | fixes #4432Andreas Rumpf2016-07-291-6/+4
* | fixes #4510Andreas Rumpf2016-07-291-0/+2
* | generic multi-methods should work nowAndreas Rumpf2016-07-286-10/+33
* | .base pragma works for generic methodsAndreas Rumpf2016-07-281-1/+1
* | fix: generic tuples instantiations were cached incorrectlyAndreas Rumpf2016-07-281-0/+2
* | fixes a varargs of untyped regressionAndreas Rumpf2016-07-241-0/+2
* | json doc info also includes line,col informationAndreas Rumpf2016-07-231-3/+4
* | docgen improvementsAndreas Rumpf2016-07-221-3/+4
* | overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-221-0/+3
* | define sparc64 platformSergey Avseyev2016-07-212-3/+4
* | fixes an valid 'T' is not used hintAndreas Rumpf2016-07-201-1/+2
* | get rid of debug outputAndreas Rumpf2016-07-201-1/+1
* | remove XXX commentAndreas Rumpf2016-07-201-1/+0
* | fixes #888Andreas Rumpf2016-07-191-1/+2
* | get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-198-15/+16
/commit/ranger/gui/defaultui.py?h=v1.9.0&id=49ae0dd10749a312f20d006a927408201e710d53'>49ae0dd1 ^
633387ba ^
9a78b644 ^




a396b3a0 ^
9a78b644 ^
a396b3a0 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91