summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/behaviour_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Do not add spaces after { and before }José Valim2014-04-211-1/+1
* Unify precedence of when, :: and |José Valim2014-03-311-15/+7
* Move from // to \\José Valim2014-01-281-2/+2
* Create a signature for callbacksEric Meadows-Jonsson2014-01-071-9/+26
* Allow defmacrocallback to be specified in BehaviourJosé Valim2013-07-251-6/+6
* reverse @__behaviour_docs__Julian Doherty (madlep)2013-07-201-5/+13
* Uniform use of whitespace after commas on codebaseRafael Mendonça França2013-06-151-2/+2
* Add __DIR__, closes #1019José Valim2013-05-061-1/+1
* Add new typespec syntax to defcallback tooJosé Valim2012-11-301-4/+4
* Deprecated `Enum.qsort` and `List.sort` in favor of `Enum.sort`José Valim2012-11-231-1/+1
* Deprecate Behaviour.defcallback/1 in favor of the typespecs wrapper, closes #520José Valim2012-10-291-6/+9
* Add support to new style behavioursJosé Valim2012-10-281-4/+27
* Code.require_file and Code.load_file now expect the full name as argumentJosé Valim2012-08-211-1/+1
* Add Enum.count, allow behaviour to define default functionsJosé Valim2012-08-171-0/+21