summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/kernel_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Do not add spaces after { and before }José Valim2014-04-211-8/+8
* Reject __struct__ field on struct/2José Valim2014-04-191-1/+1
* Fix test error and warningsEric Meadows-Jönsson2014-04-101-2/+3
* Add Kernel.struct/2José Valim2014-04-101-0/+14
* Implement access and slightly reorganize testsJosé Valim2014-02-051-4/+0
* Move to new sigils syntaxJosé Valim2014-02-051-3/+3
* Fix test suite warnings on 17.0-rc1José Valim2014-02-031-25/+17
* Revert "Deprecate =~"José Valim2014-01-311-0/+17
* Deprecate =~José Valim2014-01-281-17/+0
* Reenable case clause rewriting, closes #1972José Valim2014-01-041-1/+1
* Fix regression when using in with module attributesJosé Valim2013-11-281-7/+31
* Move some macros back to __op__ to work around bug in erl_evalJosé Valim2013-11-221-24/+0
* Convert remaining operatorsJosé Valim2013-11-221-1/+0
* Move arithmetic ops to KernelJosé Valim2013-11-221-64/+0
* Add Macro.pipe and Macro.unpipeJosé Valim2013-10-241-1/+1
* Also deprecate atom<->binary conversions with encodingJosé Valim2013-10-181-13/+0
* Move to capture syntaxJosé Valim2013-09-101-5/+5
* Move is_odd and is_even to IntegerJosé Valim2013-09-031-18/+0
* Allow any function identifier as a variable, closes #1649José Valim2013-08-251-0/+8
* Add a pair of even and odd checking functions.Anthony Grimes2013-08-211-0/+18
* Deprecate function/1 and function/3José Valim2013-07-311-41/+0
* Add &local/arity and &Remote.fun/arityJosé Valim2013-07-311-13/+5
* Consistently allow empty expressions on both side of operatorsJosé Valim2013-07-041-0/+9
* Implement bindings in ElixirJosé Valim2013-07-041-0/+6
* Simplify binding handlingJosé Valim2013-06-271-8/+3
* Ensure variables from when in match? do not leak tooJosé Valim2013-06-251-0/+12
* Ensure binding(..., false) also worksJosé Valim2013-06-241-0/+1
* ^x variables should always refer to the value before the expressionJosé Valim2013-06-211-0/+9
* Support binding/2 that goes across all contextsJosé Valim2013-06-191-0/+9
* Add `binding/0` and `binding/1` for retrieving bindingsJosé Valim2013-06-181-4/+13
* Clean up error messages, move defaults warning to an errorJosé Valim2013-06-171-2/+0
* Uniform use of whitespace after commas on codebaseRafael Mendonça França2013-06-151-18/+18
* Allow +, -, and friends to be called dynamicallyJosé Valim2013-06-151-0/+67
* There is no need for =~ to be a macroJosé Valim2013-06-151-6/+2
* Always print warnings to stderrJosé Valim2013-06-151-2/+2
* Merge pull request #1199 from alco/1148-match-tilde-opJosé Valim2013-06-131-2/+18
|\
| * Reimplement =~ to use Regex.match? or String.contains?Alexei Sholik2013-06-081-2/+18
* | Implement assert_compile_failAlexei Sholik2013-06-051-14/+5
* | Disallow &-partial calls on the right side of |>Alexei Sholik2013-06-051-0/+21
|/
* An Elixir module now translates to Elixir.Module instead of Elixir-ModuleJosé Valim2013-05-231-1/+1
* Start v0.9.0.dev workJosé Valim2013-05-221-13/+7
* Add __DIR__, closes #1019José Valim2013-05-061-1/+1
* Deprecate assert inlist in favor of assert inJosé Valim2013-05-051-3/+3
* Liberate `in`, fixes #817Devin Torres2013-05-031-0/+9
* `function(:is_atom, 1)` is deprecated in favor of `function(is_atom/1)`José Valim2013-04-131-17/+2
* Split doctest structure from other kernel testsJosé Valim2013-04-091-2/+0
* Convert Kernel to doctestsYurii Rashkovskii2013-04-091-0/+2
* Update binary_to_ macros to use binary_to_ functions in R16B.Yurii Rashkovskii2013-03-291-0/+14
* Allow dynamic dispatch names on defdelegateJosé Valim2013-03-101-0/+7
* Add metadata support to ExUnitJosé Valim2013-02-171-1/+1