summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Type specifications and edocs improvementsFred Hebert2016-11-2716-75/+686
* Merge pull request #1382 from sirihansen/siri/recursive-optFred Hebert2016-11-253-33/+82
|\
| * Add 'recursive' optionSiri Hansen2016-11-213-33/+82
* | Merge pull request #1385 from waisbrot/missing-package-errorFred Hebert2016-11-231-1/+1
|\ \
| * | expect the `missing_package` error to have arity 2 or 3Nathaniel Waisbrot2016-11-231-1/+1
| |/
* | Merge pull request #1387 from ericmj/emj-rebar-config-envFred Hebert2016-11-223-9/+18
|\ \ | |/ |/|
| * Always read REBAR_CONFIG env var when loading configEric Meadows-Jönsson2016-11-223-9/+18
* | Merge pull request #1380 from ferd/fix-self-edocFred Hebert2016-11-202-11/+5
|\ \
| * | Allow rebar3 to edoc itselfFred Hebert2016-11-172-11/+5
| |/
* | Fix rebar3 dialyzer warningsFred Hebert2016-11-1911-53/+42
|/
* Merge pull request #1370 from fishcakez/dialyzer-exclude_modsalisdair sullivan2016-11-081-57/+105
|\
| * Add exclude_apps/mods, plt_extra_mods, base_plt_mods configJames Fish2016-11-031-57/+105
* | Fix usage decription of 'rebar3'Björn-Egil Dahlberg2016-11-031-1/+1
|/
* fix "helpful" compiler spelling correctionalisdair sullivan2016-10-171-1/+1
* allow test specifications to be passed via the command linealisdair sullivan2016-10-171-3/+8
* Prevent crashes in `rebar3 as` with no tasksFred Hebert2016-10-171-2/+4
* Return to git-based vsnFred Hebert2016-10-141-1/+1
* Bump version to 3.3.2Fred Hebert2016-10-141-1/+1
* Merge pull request #1337 from ferd/support-aliasingalisdair sullivan2016-10-131-14/+30
|\
| * Track package hash in memory index, add hash testFred Hebert2016-10-041-1/+17
| * Properly support package aliasing and alt namesFred Hebert2016-09-271-13/+13
* | Merge pull request #1348 from ElectronicRU/masteralisdair sullivan2016-10-133-6/+24
|\ \
| * | Some post-review changes:Alexander Sedov2016-10-112-0/+6
| * | Avoid backward-compatibility-breaking changes.Alexander Sedov2016-10-113-13/+15
| * | Made reading sys.configs consistent with OTP specification.Alexander Sedov2016-10-113-10/+13
| * | Rereading system configuration sets up persistent options if possible.Alexander Sedov2016-10-111-1/+7
| * | Made Common Test load the user's applications before slurping config.Alexander Sedov2016-10-111-0/+1
* | | Get stacktrace only once and as soon as possible. Fixes #1347.Alexander Sedov2016-10-131-2/+3
|/ /
* | Use all_src_dirs for include pathsFred Hebert2016-09-301-2/+2
* | Fix private includes when compiling in test profileFred Hebert2016-09-301-9/+14
* | Add support for behaviors, and not just behavioursBrujo Benavides2016-09-282-1/+4
|/
* allow using an alternate regex to locate test modules during eunit runsalisdair sullivan2016-09-201-7/+12
* Merge pull request #1332 from erlang/rebar-1327Fred Hebert2016-09-201-1/+15
|\
| * only compile/cover compile when generating analysisalisdair sullivan2016-09-201-4/+13
| * cover compile prior to calculating coveragealisdair sullivan2016-09-201-1/+6
* | recompile all files when a parse transform given as an opt needs updatingalisdair sullivan2016-09-201-1/+15
|/
* Merge pull request #1321 from vans163/error_on_load_file_failureFred Hebert2016-09-151-2/+13
|\
| * replace error with debugvans1632016-09-031-2/+2
| * log error if a module failed to load_file, the user should be awarevans1632016-09-031-2/+13
* | Ignore mv warningsDavid de Boer2016-09-151-3/+8
* | Back to semver version post releaseFred Hebert2016-09-021-1/+1
* | Bump to 3.3.1Fred Hebert2016-09-021-1/+1
|/
* delete purge load_file specific ordervans1632016-09-021-1/+1
* Make less than R17 compatiblevans1632016-09-011-7/+11
* comment and spacing fixupvans1632016-09-011-5/+4
* Update rebar_agent.erlvans1632016-09-011-3/+3
* Update rebar_agent.erlvans1632016-09-011-2/+29
* Merge pull request #1318 from tuncer/conventional-stacktraceFred Hebert2016-08-311-1/+1
|\
| * Print stacktrace in a more conventional wayTuncer Ayaz2016-08-301-1/+1
* | reset accumulated coverdata on writing out to disk. this preventsalisdair sullivan2016-08-271-0/+2