summary refs log tree commit diff stats
path: root/compiler/lineinfos.nim
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-081-2/+2
|\
| * fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correctTimothee Cour2019-01-141-1/+1
| * Deprecate gc v2 (#10151)Neelesh Chandola2019-01-011-1/+1
* | --define:nimQuirky exception handling for Nim; in preparation of a blog postAndreas Rumpf2019-01-031-1/+1
|/
* Of operator in vm fixes [backport] (#9717)cooldome2018-11-151-2/+3
* compiler: show name of instantiating context in error traces (#6763) (#9207)xzfc2018-10-111-1/+1
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-4/+4
* fixes #5745Araq2018-09-031-0/+3
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-7/+7
* runnableExamples: keep (gitignored) generated foo_examples.nim for inspection...Timothee Cour2018-08-071-3/+3
* add hintCC to optionally disable printing 'CC: filename' (#8479)Timothee Cour2018-08-011-2/+3
* fix #7405 and #8195 (#8198)Timothee Cour2018-07-161-26/+18
* document how the incremental compilation scheme could workAndreas Rumpf2018-06-011-3/+3
* cleanup compiler/prettybase to not use redudant global variablesAndreas Rumpf2018-05-271-1/+2
* implements --hint[globalvar]:on switch for quickly finding global variablesAndreas Rumpf2018-05-271-3/+5
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-0/+264
ss='alt'>
b790159bb ^




00b749c41 ^
ea76b2320 ^
cf40f3240 ^
f176128f0 ^
3e87ef35f ^



0486114ec ^
3e87ef35f ^

b790159bb ^


00b749c41 ^
cf40f3240 ^
f176128f0 ^
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