| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | cover compile prior to calculating coverage | alisdair sullivan | 2016-09-20 | 1 | -1/+6 |
* | | recompile all files when a parse transform given as an opt needs updating | alisdair sullivan | 2016-09-20 | 1 | -1/+15 |
|/ |
|
* | Merge pull request #1321 from vans163/error_on_load_file_failure | Fred Hebert | 2016-09-15 | 1 | -2/+13 |
|\ |
|
| * | replace error with debug | vans163 | 2016-09-03 | 1 | -2/+2 |
| * | log error if a module failed to load_file, the user should be aware | vans163 | 2016-09-03 | 1 | -2/+13 |
* | | Ignore mv warnings | David de Boer | 2016-09-15 | 1 | -3/+8 |
* | | Back to semver version post release | Fred Hebert | 2016-09-02 | 1 | -1/+1 |
* | | Bump to 3.3.1 | Fred Hebert | 2016-09-02 | 1 | -1/+1 |
|/ |
|
* | delete purge load_file specific order | vans163 | 2016-09-02 | 1 | -1/+1 |
* | Make less than R17 compatible | vans163 | 2016-09-01 | 1 | -7/+11 |
* | comment and spacing fixup | vans163 | 2016-09-01 | 1 | -5/+4 |
* | Update rebar_agent.erl | vans163 | 2016-09-01 | 1 | -3/+3 |
* | Update rebar_agent.erl | vans163 | 2016-09-01 | 1 | -2/+29 |
* | Merge pull request #1318 from tuncer/conventional-stacktrace | Fred Hebert | 2016-08-31 | 1 | -1/+1 |
|\ |
|
| * | Print stacktrace in a more conventional way | Tuncer Ayaz | 2016-08-30 | 1 | -1/+1 |
* | | reset accumulated coverdata on writing out to disk. this prevents | alisdair sullivan | 2016-08-27 | 1 | -0/+2 |
* | | Merge pull request #1315 from ferd/fix-hashcheck-noindex | Fred Hebert | 2016-08-27 | 1 | -1/+10 |
|\ \ |
|
| * | | Fix crash when doing hash check with missing index | Fred Hebert | 2016-08-27 | 1 | -1/+10 |
| |/ |
|
* | | Re-format cover exclusion code | Fred Hebert | 2016-08-27 | 1 | -17/+26 |
* | | Merge branch 'cover_excl_mods' of https://github.com/lpgauth/rebar3 into lpga... | Fred Hebert | 2016-08-27 | 1 | -15/+23 |
|\ \
| |/
|/| |
|
| * | Add support for cover_excl_mods | Louis-Philippe Gauthier | 2016-06-15 | 1 | -15/+23 |
| * | Cutting 3.1.1 | Fred Hebert | 2016-05-17 | 1 | -1/+1 |
* | | Returning to git-based tagging | Fred Hebert | 2016-08-26 | 1 | -1/+1 |
* | | Bumping to 3.3.0 | Fred Hebert | 2016-08-26 | 1 | -1/+1 |
* | | Equivalent trim_all in bin split for <17.x | Fred Hebert | 2016-08-25 | 1 | -1/+1 |
* | | Make Edoc carry paths of pre-built libraries | Fred Hebert | 2016-08-25 | 1 | -9/+26 |
* | | Print error on too many help arguments | Rasmus Svensson | 2016-08-15 | 1 | -1/+4 |
* | | Make the escriptize provider hookable | Fred Hebert | 2016-08-13 | 1 | -2/+7 |
* | | Merge pull request #1298 from ferd/escript-filter-paths-fix | Fred Hebert | 2016-08-10 | 1 | -1/+3 |
|\ \ |
|
| * | | Fix filtering of system libraries in escriptize | Fred Hebert | 2016-08-10 | 1 | -1/+3 |
* | | | Merge pull request #1288 from ElectronicRU/master | Fred Hebert | 2016-08-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Typo fix. | Alexander Sedov | 2016-08-04 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #1282 from ssbx/custom_template_dir | Fred Hebert | 2016-08-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | template_dir option was forgotten in documentation plus recurse in directory ... | Sébastien Serre | 2016-07-23 | 1 | -1/+1 |
* | | | | Handle `escriptize` when the specified app is missing | Nathaniel Waisbrot | 2016-08-04 | 1 | -2/+6 |
| |/ /
|/| | |
|
* | | | Merge pull request #1274 from deadtrickster/ssl_verify_fun_bump | Fred Hebert | 2016-08-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ssl_verify_hostname was renamed to ssl_verify_fun | Ilya Khaprov | 2016-07-15 | 1 | -1/+1 |
* | | | | Merge pull request #1279 from gbour/fix-dialyzer | alisdair sullivan | 2016-07-31 | 1 | -0/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix return error on `not_valid` to force .plt file regeneration | Guillaume Bour | 2016-07-30 | 1 | -2/+1 |
| * | | | Fix support for `not_valid` dialyzer error | Guillaume Bour | 2016-07-22 | 1 | -0/+3 |
| |/ / |
|
* | | | Fix opts check when compiler called with dict opts | Fred Hebert | 2016-07-22 | 1 | -1/+7 |
|/ / |
|
* | | Avoid PLT rebuild when files deleted on new dialyzer | James Fish | 2016-07-11 | 1 | -3/+16 |
* | | Don't error when analyzing empty app | James Fish | 2016-07-11 | 1 | -4/+7 |
* | | Handle empty PLTs | James Fish | 2016-07-11 | 1 | -1/+12 |
* | | Merge pull request #1249 from ferd/required-escript-deps | Fred Hebert | 2016-07-08 | 1 | -5/+19 |
|\ \ |
|
| * | | Escriptize based on configured apps only | Fred Hebert | 2016-06-26 | 1 | -5/+19 |
* | | | Fixes for windows environment: 1) copy empty directories when cloning (since ... | Steve Strong | 2016-06-28 | 2 | -3/+3 |
|/ / |
|
* | | Merge pull request #1207 from ferd/pkg-local-hash-lock | Fred Hebert | 2016-06-22 | 8 | -32/+125 |
|\ \ |
|
| * | | Only display old version warning once | Fred Hebert | 2016-06-10 | 1 | -4/+17 |
| * | | Hashes in lockfile are diff friendly | Fred Hebert | 2016-06-09 | 1 | -2/+21 |