summaryrefslogtreecommitdiff
path: root/lib/elixir/test
Commit message (Expand)AuthorAgeFilesLines
* Normalize IEx and ExUnit configurationsJosé Valim2014-05-082-0/+4
* Rename :application to Application and remove unused fixturesJosé Valim2014-05-081-6/+6
* Allow records without field default valuesEric Meadows-Jönsson2014-05-081-0/+11
* Ensure proper @type is generated for dynamic structJosé Valim2014-05-071-0/+14
* Fix syntax error on .%, closes #2245José Valim2014-05-071-1/+3
* Ensure defrecord and defstruct executes its argsJosé Valim2014-05-072-3/+3
* Improve application error formattingJames Fish2014-05-071-0/+100
* Soft deprecate is_exception/1 in favor of Exception.exception?/1José Valim2014-05-061-9/+4
* Use Exception.message/1 instead of exception.messageJosé Valim2014-05-066-65/+74
* Ensure aliases are respected on root, closes #2227José Valim2014-05-061-3/+11
* Rename symlink to ln_s according to File's conventionJosé Valim2014-05-061-5/+5
* Merge pull request #2123 from duksis/symlink_on_fileJosé Valim2014-05-061-0/+17
|\
| * Adds symlink to FileHugo Duksis2014-03-171-0/+17
| * Deprecate GenFSMJosé Valim2014-03-081-43/+0
| * Ensure an after clause is generated only if requiredJosé Valim2014-03-061-0/+3
| * Deprecate more functionality to be changed or removed in v0.13José Valim2014-03-053-75/+6
| * Guarantee HashDict.equal?/1 returns proper value when comparing subsetsJosé Valim2014-02-231-0/+8
| * Add test case for bugjsvisa2014-02-211-0/+1
| * Deprecate is_regex/1 and is_range/1José Valim2014-02-193-14/+11
| * Only raise on conflicts coming from functionsJosé Valim2014-02-092-1/+6
| * CaptureIO now returns an empty string instead of nil when there is no captureJosé Valim2014-02-091-5/+5
| * Deprecate char lists in RegexJosé Valim2014-02-081-73/+13
| * Do not defined a URI.Error, simply raise ArgumentErrorJosé Valim2014-02-061-1/+1
| * Raise URI.Error on malformed URIs, closes #2034José Valim2014-02-061-0/+4
| * Effectively deprecate // and deprecate ^ in anonymous function clause headsJosé Valim2014-02-051-5/+0
| * Move to new sigils syntaxJosé Valim2014-02-0513-214/+214
* | Create remote funs even in &mod.fun/arity, closes #2133José Valim2014-05-061-0/+7
* | Fix two test casesGonçalo Cabrita2014-05-051-1/+1
* | Only print char lists if in the ascii rangeJosé Valim2014-05-051-1/+1
* | Print all errors in case of missing files, closes #2239José Valim2014-05-051-13/+9
* | Rename format_message to format_bannerJosé Valim2014-05-051-4/+4
* | Rename format_reason to format_exit, make some defs privateJosé Valim2014-05-051-28/+47
* | Merge pull request #2235 from fishcakez/exception_formatJosé Valim2014-05-061-1/+76
|\ \
| * | Format exceptions consistentlyJames Fish2014-05-051-1/+76
* | | Also support tuples in struct/2José Valim2014-05-051-1/+10
|/ /
* | Define an Application moduleJosé Valim2014-05-041-0/+30
* | Adds "Elixir" to check module availability naming listMatheus Lima2014-05-042-0/+14
* | Merge pull request #2233 from bitwalker/string-split-changesJosé Valim2014-05-042-6/+13
|\ \
| * | Update use of deprecated :global option to use :partsPaul Schoenfelder2014-05-031-6/+1
| * | Use parts: :infinity instead of parts: 0 to split globally.Paul Schoenfelder2014-05-031-0/+1
| * | Deprecate :global in Regex.split/3Paul Schoenfelder2014-05-031-0/+3
| * | Make String.split behave more like Regex.splitPaul Schoenfelder2014-05-021-0/+8
* | | Add Kernel.spawn_monitor and deprecate duplicated functions from ProcessJosé Valim2014-05-031-3/+0
* | | Fix how Elixir.Elixir is inspectedJosé Valim2014-05-031-0/+3
|/ /
* | Do not recompile the whole project when an .eex file changesJosé Valim2014-05-021-0/+1
* | Fix formatting and move Version.Schema to VersionJosé Valim2014-05-011-5/+5
* | Convert Version.Schema and Version.Requirement into structs.Martin Schürrer2014-05-011-5/+5
* | Convert Stream.Lazy into a struct.Martin Schürrer2014-05-011-1/+1
* | Ensure filters can compare aliases and regexesJosé Valim2014-05-012-2/+2
* | Convert #elixir_env to a struct tooJosé Valim2014-04-302-3/+2