summary refs log tree commit diff stats
path: root/compiler/parampatterns.nim
Commit message (Expand)AuthorAgeFilesLines
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-1/+1
* apply changes from #18017 and some fixes (#19571)flywind2022-03-011-29/+31
* fix term rewriting with sideeffect (#19410)flywind2022-01-191-2/+5
* reuse existing toHumanStr (#15674)Timothee Cour2020-10-211-1/+1
* implements https://github.com/nim-lang/RFCs/issues/257 (#15466)Andreas Rumpf2020-10-021-0/+2
* Big compiler Cleanup (#14777)Clyybber2020-08-281-2/+2
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+3
* fixes #14557 (#14607)Andreas Rumpf2020-06-081-1/+1
* fixes #14498 [backport:1.2] (#14503)Andreas Rumpf2020-05-301-3/+9
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-24/+24
* fixes #12224 (#12225)cooldome2019-09-211-3/+5
* sink as lvalueAndrii Riabushenko2019-09-021-3/+3
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* fixes #10942. Lent T bug (#10946)cooldome2019-04-031-5/+12
* fixes #7524Araq2019-01-141-8/+7
* Allow taking address of skForVar variables (#8632)LemonBoy2018-08-141-1/+1
* guards.nim does compileAndreas Rumpf2018-05-111-26/+27
* refactoring: make FileIndex a distinct type; make line information an uint16;...Andreas Rumpf2018-04-211-1/+2
* make tests green againAndreas Rumpf2018-03-241-3/+8
* fixes the 'var T' checkingAndreas Rumpf2018-03-241-5/+2
* more checking for 'var T' as return type; refs #7373Andreas Rumpf2018-03-241-1/+29
* basic 'lent T' test worksAndreas Rumpf2018-01-211-1/+4
* deprecated unary '<'Andreas Rumpf2017-10-291-3/+3
* support the full range of type modifiers when declaring concept vars and test...Zahary Karadjov2017-03-241-0/+7
* fixes #4608Andreas Rumpf2016-10-181-0/+2
* some progress on #3832Andreas Rumpf2016-02-081-0/+3
* preparations for better handling of 'a[i]' in generics; stmt lists can be lva...Araq2015-09-121-1/+4
* added system.unsafeAddrAraq2015-08-041-9/+11
* fix #2585 properlyAraq2015-04-221-1/+3
* fixes #2585Araq2015-04-221-1/+1
* implemented a[^1] notationAraq2015-03-261-3/+4
* fixes #2346Araq2015-03-161-2/+6
* fixes #1809; implements overloading based on 'var T'Araq2015-03-141-19/+22
* nimsuggest improvementsAraq2015-01-301-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* implemented builtin noncopying sliceAraq2014-05-021-1/+4
* case consistency improvementsAraq2014-01-111-1/+1
* case consistency: next stepsAraq2013-12-291-4/+4
* case consistency part 4Araq2013-12-271-2/+2
* implemented large parts of the 'not nil' checkingAraq2013-06-091-0/+2
* make some tests greenAraq2013-03-031-4/+7
* constraint now part of the parameter symbol and not of the typeAraq2012-12-051-2/+2
* term rewriting improvementsAraq2012-09-081-3/+56
* activated tests for tr macrosAraq2012-09-061-3/+4
* bugfixes and improvements for term rewriting macrosAraq2012-09-041-1/+1
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+205
Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
PREFIX?=/usr/local
_INSTDIR=$(DESTDIR)$(PREFIX)
BINDIR?=$(_INSTDIR)/bin
SHAREDIR?=$(_INSTDIR)/share/aerc
MANDIR?=$(_INSTDIR)/share/man
GOFLAGS?=

aerc:
	go build $(GOFLAGS) \
		-ldflags "-X main.Prefix=$(PREFIX)" \
		-ldflags "-X main.ShareDir=$(SHAREDIR)" \
		-o $@

%.1: doc/%.1.scd
	scdoc < $< > $@

%.5: doc/%.5.scd
	scdoc < $< > $@

%.7: doc/%.7.scd
	scdoc < $< > $@

DOCS := \
	aerc.1 \
	aerc-config.5 \
	aerc-imap.5 \
	aerc-smtp.5 \
	aerc-tutorial.7

doc: $(DOCS)

all: aerc doc

clean:
	$(RM) *.1 *.5 *.7 aerc

install: all
	mkdir -p $(BINDIR) $(MANDIR)/man1 $(MANDIR)/man5 $(MANDIR)/man7 \
		$(SHAREDIR) $(SHAREDIR)/filters
	install -m755 aerc $(BINDIR)/aerc
	install -m644 aerc.1 $(MANDIR)/man1/aerc.1
	install -m644 aerc-config.5 $(MANDIR)/man5/aerc-config.5
	install -m644 aerc-imap.5 $(MANDIR)/man5/aerc-imap.5
	install -m644 aerc-smtp.5 $(MANDIR)/man5/aerc-smtp.5
	install -m644 aerc-tutorial.7 $(MANDIR)/man7/aerc-tutorial.7
	install -m644 config/accounts.conf $(SHAREDIR)/accounts.conf
	install -m644 config/aerc.conf $(SHAREDIR)/aerc.conf
	install -m644 config/binds.conf $(SHAREDIR)/binds.conf
	install -m755 contrib/hldiff.py $(SHAREDIR)/filters/hldiff.py
	install -m755 contrib/html $(SHAREDIR)/filters/html
	install -m755 contrib/plaintext.py $(SHAREDIR)/filters/plaintext.py

.DEFAULT_GOAL := all

.PHONY: aerc all doc clean install