summary refs log tree commit diff stats
path: root/testament/htmlgen.nim
Commit message (Expand)AuthorAgeFilesLines
* replace / with _ in trId (#15256)Silvio2020-09-021-1/+1
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-1/+1
* revert 0944b0f4narimiran2020-07-061-1/+1
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-301-1/+1
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-1/+1
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-1/+1
* fixes leftover from #9647 : use nimf as standardized extension for source cod...Timothee Cour2019-01-141-1/+1
* Testament fixes (#10034)alaviss2018-12-181-3/+4
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-0/+148
s.nim?h=devel&id=5bf31fcabe80f9611a3860a1cbab49407269fe66'>5bf31fcab ^
e2af48643 ^





13e659cfe ^
e2af48643 ^
5bf31fcab ^
e2af48643 ^







cddc38978 ^






e2af48643 ^
5bf31fcab ^
e2af48643 ^
5bf31fcab ^
97ea18746 ^
cddc38978 ^
e2af48643 ^
cddc38978 ^
7e747d11c ^
cddc38978 ^




e2af48643 ^
9faad7591 ^
e2af48643 ^

7e747d11c ^
e2af48643 ^
5bf31fcab ^
e2af48643 ^

5bf31fcab ^
e2af48643 ^
5bf31fcab ^
bf6c2c5cc ^
86556ebfd ^
e2af48643 ^
eee43e4f8 ^
5bf31fcab ^
c94647aec ^
e2af48643 ^
5bf31fcab ^
d30c6419a ^














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