Commit Graph

  • da00ccd333
    Merge pull request #555 from fitzgen/contraction-not-acronym ashley williams 2019-02-26 17:38:06 -0800
  • d9359070ae "Wasm" is a contraction, not an acronym Nick Fitzgerald 2019-02-26 15:58:21 -0800
  • d09822b7be
    Merge pull request #554 from rustwasm/huangjj27-update-bindgen-version ashley williams 2019-02-26 13:55:30 -0800
  • 0a9f488a0d fix(test): update wasm-bindgen versions to improving caching in tests huangjj27 2019-01-20 00:04:14 +0800
  • ae836f3f19 refactor(test): Let OS assign a port and pass it through the channel Jesper Håkansson 2019-02-24 20:31:07 +0100
  • e81ca18407 refactor(test): Use sync channel over sleeping to be less racy Jesper Håkansson 2019-02-23 13:13:03 +0100
  • 0add5e7b9f Merge branch 'master' into non-rustup-env Jesper Håkansson 2019-02-22 20:35:19 +0100
  • f26ccc0f3a fix(exe): wasm-pack-init (1).exe should work Ashley Williams 2019-02-22 11:42:41 -0600
  • 173a05bd82
    Merge pull request #502 from drager/run-clippy-at-travis ashley williams 2019-02-22 10:35:16 -0600
  • 53d075463c
    Merge pull request #478 from mstallmo/clippy-refactor ashley williams 2019-02-22 10:34:44 -0600
  • 9528947c59
    Merge pull request #542 from surma-dump/wee-alloc ashley williams 2019-02-22 10:30:33 -0600
  • 74739e5a10 chore: Stop cding into binary_install and use --all instead Jesper Håkansson 2019-02-20 21:28:39 +0100
  • 3fc5df8b7a Merge branch 'master' into binary-install-tests Jesper Håkansson 2019-02-19 21:10:55 +0100
  • 6c7b184cca
    Add wee_alloc section Surma 2019-02-12 23:01:48 +0000
  • a7e45d0755
    Merge pull request #539 from killercup/docs/clarify-subcommand-description ashley williams 2019-02-05 16:43:19 +0100
  • 73ed2b83f7
    Update mod.rs ashley williams 2019-02-05 15:29:07 +0100
  • bec91efbea Clarify what kind of account `login` adds Pascal Hertleif 2019-02-05 14:57:21 +0100
  • 02ce28612d
    Merge pull request #537 from jscheffner/chromedriver-binaries-unavailable ashley williams 2019-02-05 12:42:11 +0100
  • d80406173b Update chromedriver to v0.46 and geckodriver to v0.24.0 Jonas Scheffner 2019-02-04 17:33:06 +0100
  • cd8ee977d5 Use win32 chromedriver binaries for win64 systems, update chromedriver version to 2.45 and fix error message Jonas Scheffner 2019-02-04 15:31:04 +0100
  • dc97112908
    Merge pull request #534 from rustwasm/fitzgen-use-assert-cmd-everywhere ashley williams 2019-01-29 11:56:17 -0500
  • b0f47b960e fix(style): appease cargo fmt Ashley Williams 2019-01-29 10:28:22 -0500
  • 5637b07577 tests: Port all of our tests to use `assert_cmd` Nick Fitzgerald 2019-01-23 16:19:45 -0800
  • 741bb0107e
    Merge pull request #532 from chinedufn/test-docs ashley williams 2019-01-29 09:54:33 -0500
  • 5757744ffa
    Clean up subset of test docs Chinedu Francis Nwafili 2019-01-29 09:49:02 -0500
  • a4d396bbc7
    Merge pull request #528 from rhysd/package-json-files-field ashley williams 2019-01-29 09:33:25 -0500
  • f54de0a067
    Improve test docs Chinedu Francis Nwafili 2019-01-29 07:26:40 -0500
  • 14c27f8aed Merge branch 'master' into package-json-files-field rhysd 2019-01-29 11:45:01 +0900
  • 4c4272c002
    Merge pull request #530 from chinedufn/pass-through Nick Fitzgerald 2019-01-28 09:39:17 -0800
  • 37606c23f1
    Merge pull request #531 from rhysd/homepage ashley williams 2019-01-28 10:43:04 -0500
  • f829bae090
    Merge pull request #527 from rhysd/support-license-file-field ashley williams 2019-01-28 10:40:32 -0500
  • 1e4ae144fd
    Apply suggestions from code review csmoe 2019-01-28 08:22:22 -0500
  • 835ce11023 add test case for copying 'homepage' field from Cargo.toml to package.json rhysd 2019-01-28 03:53:50 +0900
  • bae98ef92a copy 'homepage' field from Cargo.toml to package.json rhysd 2019-01-28 03:39:22 +0900
  • 3f06d2d959
    Fix formatting Chinedu Francis Nwafili 2019-01-27 11:44:59 -0500
  • 879e3aa7a6
    Add back building tests Chinedu Francis Nwafili 2019-01-27 11:44:01 -0500
  • f7ad0e7c5a
    Add instructions for options Chinedu Francis Nwafili 2019-01-27 10:31:15 -0500
  • 42413acb49
    cargo fmt Chinedu Francis Nwafili 2019-01-27 10:29:48 -0500
  • b72051d385
    Pass arguments through to cargo test Chinedu Francis Nwafili 2019-01-27 10:08:56 -0500
  • 4c5e42ef8f test(binaryinstall): Windows specific tests Jesper Håkansson 2019-01-27 13:57:57 +0100
  • 06b68d1367 test(binaryinstall): Add use for unix specifics in unix test Jesper Håkansson 2019-01-27 13:21:12 +0100
  • e724b01365 add tests to check README and licenses are in 'files' field rhysd 2019-01-27 15:14:54 +0900
  • 6dbcba22e8 include README.md and license files in 'files' field of package.json rhysd 2019-01-27 14:25:03 +0900
  • 5f515dcf68 add a test case for non-standard license file field rhysd 2019-01-27 04:29:59 +0900
  • 9fa5139caf be aware of license-file field as source of license rhysd 2019-01-27 03:46:19 +0900
  • fee93bc965 use license-file field for license field of package.json when no license field in Cargo.toml rhysd 2019-01-27 03:15:36 +0900
  • ec7f69de52 chore(appveyor): Run binary install tests Jesper Håkansson 2019-01-26 16:38:43 +0100
  • cc0687c3f1 chore(travis): Run binary install tests Jesper Håkansson 2019-01-26 16:15:25 +0100
  • e4fdfd7a66 test(binaryinstall): Add initial tests Jesper Håkansson 2019-01-19 15:59:34 +0100
  • bedbf3de9d
    Merge pull request #521 from fitzgen/cargo-test-double-print Nick Fitzgerald 2019-01-23 15:52:32 -0800
  • f5f9d40c91 Only print `cargo test` output the once Nick Fitzgerald 2019-01-23 14:58:07 -0800
  • 0939c12914
    Merge pull request #516 from drager/docs-fixes ashley williams 2019-01-19 11:12:50 -0500
  • ac746ef226 doc: Use absolute url in prerequisites index Jesper Håkansson 2019-01-19 16:10:03 +0100
  • dbc5a3655d
    Merge pull request #514 from drager/docs-fixes ashley williams 2019-01-19 09:42:50 -0500
  • 6fc3f9b349 doc: Fix links and Rust highlightning Jesper Håkansson 2019-01-19 13:31:02 +0100
  • 06bba236ac Fix build errors after resolving merge conflicts Mason Stallmo 2019-01-17 08:04:14 -0600
  • d84aae3b64 Refactor: fix clippy warnings Mason Stallmo 2018-12-28 16:11:37 -0800
  • c8410f2de7
    Merge pull request #504 from fitzgen/more-logging-and-assertions ashley williams 2019-01-16 19:38:45 -0500
  • 1d639fb621 Fix directory layout of cached `cargo install`ed wasm-bindgens Nick Fitzgerald 2019-01-16 16:10:37 -0800
  • 8325d9ada4 binary-install: don't make getting a binary from a download infallible Nick Fitzgerald 2019-01-16 14:00:02 -0800
  • 67a2aac6d2
    Merge pull request #501 from drager/2019 Nick Fitzgerald 2019-01-16 12:50:50 -0800
  • c594d5371b chore(travis): Run clippy check Jesper Håkansson 2019-01-16 21:33:25 +0100
  • 99ea57e5b0 doc: Update to 2019 Jesper Håkansson 2019-01-16 21:15:09 +0100
  • 234bf19508
    Merge pull request #498 from rustwasm/ignor Nick Fitzgerald 2019-01-16 10:03:01 -0800
  • 7f944f9c4f feat(changelog): s/Carol/Cargo Ashley Williams 2019-01-16 09:43:58 -0500
  • f57afa7814 feat(ignore): remove wasm-pack.log Ashley Williams 2019-01-16 09:43:08 -0500
  • 5c9a2db73d
    Merge pull request #494 from rustwasm/0.6.0 ashley williams 2019-01-15 19:36:46 -0500
  • 90a9ed9649 feat(site): update version and date Ashley Williams 2019-01-15 18:30:41 -0500
  • c96f9d45c0 v0.6.0 Ashley Williams 2019-01-11 12:13:45 -0500
  • 0acc7b79df
    Merge pull request #495 from rustwasm/binary-install ashley williams 2019-01-15 15:22:27 -0500
  • 2b822b8132 feat(binstall): no workspace since it's a dep Ashley Williams 2019-01-15 14:04:06 -0500
  • 6d63a537ca feat(binstall): leverage workspaces Ashley Williams 2019-01-15 13:07:54 -0500
  • 1071b6ed65 feat(binstall): don't track lib's cargo lock Ashley Williams 2019-01-15 12:47:20 -0500
  • 67b977304f
    Merge branch 'master' into binary-install ashley williams 2019-01-15 10:39:25 -0500
  • 5258d42b5e
    Merge pull request #461 from torkve/master ashley williams 2019-01-15 10:35:50 -0500
  • a9a4237b79 feat(binstall): prepare for publish Ashley Williams 2019-01-15 09:11:24 -0500
  • 6899b97fde merge with upstream Vsevolod Velichko 2019-01-15 18:05:40 +0300
  • 9491d549a0 feat(test): remove windows output fmting test Ashley Williams 2019-01-14 19:27:15 -0500
  • 9778194c3e doc(logs): document env_logger setup Ashley Williams 2019-01-14 19:04:05 -0500
  • 80be336ee2 Replace `slog` with `log` Alex Crichton 2018-11-05 15:30:25 -0800
  • 92d24ff298 Fix npm error when spawned in Windows Dan Wilhelm 2019-01-12 02:21:25 -0800
  • 3088e790a0 Remove redundant or misleading Command configs Dan Wilhelm 2019-01-12 01:12:38 -0800
  • ea99a2d343
    Merge pull request #490 from danwilhelm/template_deep_dive ashley williams 2019-01-13 13:34:17 -0500
  • 43488dae1d add test and some documentation for custom extra options passed to build command Vsevolod Velichko 2018-12-19 01:17:08 +0300
  • 669c43d853 add an option to pass an arbitrary set of arguments to cargo build Vsevolod Velichko 2018-12-16 12:22:51 +0300
  • 5205847d84 docs: Add template deep dive for src/utils.rs Dan Wilhelm 2019-01-13 02:25:42 -0800
  • 8f22319d6f docs: Add template deep dive for src/lib.rs Dan Wilhelm 2019-01-13 02:24:31 -0800
  • bcc94ace43 docs: Update for template changes, typos Dan Wilhelm 2019-01-13 02:23:46 -0800
  • 4cd77901c3
    Merge pull request #484 from csmoe/valid ashley williams 2019-01-11 13:11:21 -0500
  • 35cabb658f
    Merge pull request #487 from danwilhelm/login-issues Nick Fitzgerald 2019-01-11 10:09:19 -0800
  • 5fafee7657
    Merge pull request #485 from fitzgen/minor-docs-stuff ashley williams 2019-01-11 10:20:14 -0500
  • 2343e97e1e login: Send arguments separately to npm Dan Wilhelm 2019-01-10 23:43:16 -0800
  • 0147dae9fe login: Fix empty input prompt Dan Wilhelm 2019-01-10 23:10:13 -0800
  • 20c488d559 docs: document that the `pkg` directory is gitignored by default Nick Fitzgerald 2019-01-10 16:56:44 -0800
  • ecbdf90adc docs: delete trailing whitespace Nick Fitzgerald 2019-01-10 16:43:29 -0800
  • 212d7727dc docs: use `wasm-pack build` instead of `wasm-pack init` Nick Fitzgerald 2019-01-10 16:43:03 -0800
  • 065a28f293 check whether correct target arg passed in csmoe 2019-01-10 15:08:45 +0800
  • 8af40029a9
    Merge pull request #476 from mstallmo/refactor-license-copy ashley williams 2019-01-02 12:00:24 -0500
  • c99b93498c Refactor: returns error instead of unwrapping path join Mason Stallmo 2018-12-28 15:53:23 -0800
  • bcdbaab731 Refactor: returns proper error instead of unwrapping during license copy Mason Stallmo 2018-12-28 15:30:30 -0800