Commit Graph

  • 3b22521162 Merge branch 'master' of https://github.com/rustwasm/wasm-pack daubaris 2018-10-31 17:12:49 +0200
  • df4ef1f451
    Merge pull request #424 from fitzgen/issue-422 Nick Fitzgerald 2018-10-31 12:55:04 +0100
  • 70df15fcca test: Rework and rename path tests Jesper Håkansson 2018-10-30 22:17:05 +0100
  • 8150ba39fb chore: Run cargo update Jesper Håkansson 2018-10-30 21:56:21 +0100
  • 57e00f844f Merge branch 'master' into refactor-binary-installation Jesper Håkansson 2018-10-30 21:17:25 +0100
  • 1bbc966240 Don't print stdout/stderr in error messages because we already pipe that to console when running the child process Nick Fitzgerald 2018-10-30 14:40:05 +0100
  • b16660375e Add "Error:" prefix to error messages Nick Fitzgerald 2018-10-30 14:38:57 +0100
  • 352b47d732 Provide better error context for `cargo build` Nick Fitzgerald 2018-10-30 14:38:36 +0100
  • 9218c65d07
    Merge pull request #417 from fitzgen/issue-416 Nick Fitzgerald 2018-10-30 12:43:58 +0100
  • 916a35ffcf CI: run normal tests and cargo tests separately Nick Fitzgerald 2018-10-30 12:22:09 +0100
  • 66223f1b25 CI: run tests single threadedly on hunch that cargo bug is due to interleaving Nick Fitzgerald 2018-10-30 11:18:01 +0100
  • 69ee13b3b3 test: Add tests for path functions Jesper Håkansson 2018-10-29 20:50:14 +0100
  • 65d060cfc4 chore: Run latest rustfmt Jesper Håkansson 2018-10-29 19:54:46 +0100
  • 23e902bd7e Merge branch 'master' into refactor-binary-installation Jesper Håkansson 2018-10-29 19:22:32 +0100
  • 16a169bd52 fix: Exclude target so tests works Jesper Håkansson 2018-10-29 19:18:29 +0100
  • 7768f54d88 CI: use stable toolchain in appveyor Nick Fitzgerald 2018-10-29 17:02:02 +0100
  • 604bcf1473 Pin appveyor to an older nightly until we figure out the cargo/rustc bug Nick Fitzgerald 2018-10-24 14:50:39 +0200
  • 182c3931c3 Run cargo fmt Nick Fitzgerald 2018-10-23 18:38:39 +0200
  • 0ca6d2475b Update Cargo.lock Nick Fitzgerald 2018-10-23 17:11:11 +0200
  • 965ae35933 Add no-modules to --target flag's help text Nick Fitzgerald 2018-10-23 15:53:55 +0200
  • d689c50408
    Merge pull request #412 from mstallmo/typo-fix Nick Fitzgerald 2018-10-23 07:42:00 -0700
  • 600d02b292
    Merge pull request #408 from huangjj27/test-build-for-example Nick Fitzgerald 2018-10-20 02:23:56 -0700
  • 29c19f8a40
    Merge branch 'master' into test-build-for-example Junjie Huang 2018-10-18 23:12:32 +0800
  • c713477ac8 change for cargo_metadata huangjj27 2018-10-18 23:07:23 +0800
  • ee9116d2e0 bugfix(bindgen-target-dir): use PathBuf to join huangjj27 2018-10-17 20:49:14 +0800
  • ac70220610 Remove authors from binary-install Cargo.toml Jesper Håkansson 2018-10-15 21:33:24 +0200
  • a4b29a9293 refactor: Move binary installation to it's own crate Jesper Håkansson 2018-10-15 21:14:55 +0200
  • 6426e23cbe Fix typo in test function name for copying the README Mason Stallmo 2018-10-14 10:59:12 -0500
  • 7c3f497e3c added wasm-pack feature checking wasm-pack version daubaris 2018-10-13 10:47:38 +0300
  • ad62870f40 useing local wasm-bindgen huangjj27 2018-10-13 14:21:22 +0800
  • 40a5fa2b74 test(command/build): add a test for build command huangjj27 2018-10-13 13:36:07 +0800
  • ceb4779723
    Merge pull request #405 from rustwasm/website-update ashley williams 2018-10-09 16:36:56 -0400
  • 7dfa6d631e feat(website): bump vers Ashley Williams 2018-10-09 16:24:09 -0400
  • 489a646912
    Merge pull request #404 from rustwasm/0.5.1 ashley williams 2018-10-09 16:17:10 -0400
  • ed988871c4 v0.5.1 Ashley Williams 2018-10-09 14:10:00 -0400
  • 60bdb80947
    Merge pull request #401 from drager/return-failure-error Nick Fitzgerald 2018-10-09 10:18:33 -0700
  • 2ca946e833
    Merge pull request #392 from fitzgen/child-process-and-output-management ashley williams 2018-10-09 13:14:34 -0400
  • 9404c1496d chore: Run rustfmt Jesper Håkansson 2018-10-07 17:46:21 +0200
  • b7a84200a6 chore: Run rustfmt Jesper Håkansson 2018-10-07 17:28:23 +0200
  • 0be4905e31 refactor: Return failure::Error instead of wasm_pack::error::Error Jesper Håkansson 2018-10-07 16:29:11 +0200
  • 899f5e0ffc refactor: Import self and use full module path for failure Jesper Håkansson 2018-10-07 16:00:11 +0200
  • e9e0fb3cba refactor: Return failure::Error instead of wasm_pack::error::Error Jesper Håkansson 2018-10-07 15:45:04 +0200
  • e9276e0aab error: Add stdout to the `Error::Cli` variant Nick Fitzgerald 2018-10-05 15:42:45 -0700
  • 1621d18072 child: Always print everything to our output Nick Fitzgerald 2018-10-05 15:38:18 -0700
  • 921b7240ae
    Merge pull request #394 from mstallmo/master ashley williams 2018-10-05 16:23:59 -0400
  • 78117ef4a1 Fix bad formating Mason Stallmo 2018-10-05 14:59:46 -0500
  • b82fa7db65 Combine filed missing messages into one INFO line Mason Stallmo 2018-10-05 14:42:52 -0500
  • e47af81f8f Change to INFO when alerting users about missing fields in Cargo.toml Mason Stallmo 2018-10-05 06:34:41 -0500
  • 2fa961d97d Use `child::run` for spawning child processes everywhere Nick Fitzgerald 2018-10-04 15:01:26 -0700
  • 4fd08dcbd2 test: Add a utility for creating null loggers for tests Nick Fitzgerald 2018-10-04 14:32:10 -0700
  • 6e8e8a6cb2 Create a module for running child processes Nick Fitzgerald 2018-10-04 13:41:47 -0700
  • 210bf075be
    Merge pull request #387 from konstin/exit_status Nick Fitzgerald 2018-10-03 16:22:14 -0700
  • 514e5c6032 Add exit_status to cli error to fix #291 konstin 2018-10-02 00:04:32 +0200
  • 05151ead6d
    Merge pull request #383 from alexcrichton/remove-nightly ashley williams 2018-10-01 12:03:29 -0500
  • 17b385060f Remove lingering forced nightly usages Alex Crichton 2018-09-29 07:31:54 -0700
  • 2b97d8fbb1
    Merge pull request #381 from fitzgen/cargo-fmt ashley williams 2018-09-27 16:41:50 -0500
  • e1c8ca825d cargo fmt Nick Fitzgerald 2018-09-27 14:27:52 -0700
  • 8e6cc1fc21
    Merge pull request #378 from fitzgen/test-crate-suggestion Alex Crichton 2018-09-27 00:22:57 -0500
  • 15defe9038 test: fix crate dependency suggestion Nick Fitzgerald 2018-09-26 13:32:13 -0700
  • e188a19aa8
    Merge pull request #376 from fitzgen/fix-docs-links Nick Fitzgerald 2018-09-25 10:17:23 -0700
  • 94c1f0a200 docs: Fix prerequisite subsection links Nick Fitzgerald 2018-09-25 10:04:01 -0700
  • 9b4aef8712
    Merge pull request #375 from goto-bus-stop/patch-1 ashley williams 2018-09-25 10:34:43 -0400
  • b2a63799f9
    fix(changelog): fix some typos Renée Kooi 2018-09-25 16:27:44 +0200
  • d4144d3019
    Merge pull request #372 from guywald1/docs-manual-setup-close-quotes ashley williams 2018-09-24 23:09:31 -0400
  • 04298d633e Close quotes in cargo.toml Guy Waldman 2018-09-25 06:04:34 +0300
  • b6d58402e5
    Merge pull request #371 from rustwasm/website ashley williams 2018-09-24 22:33:10 -0400
  • b08af8607a feat(website): bump installer version Ashley Williams 2018-09-24 22:31:13 -0400
  • dedf852c76
    Merge pull request #369 from alexcrichton/fix-installer ashley williams 2018-09-24 22:28:35 -0400
  • d80e6e4852
    Merge pull request #316 from rustwasm/0.5.0 ashley williams 2018-09-24 21:52:35 -0400
  • 84b1a769ca Fixup installer generation Alex Crichton 2018-09-24 18:24:34 -0700
  • 80ac5b3509 v0.5.0 Ashley Williams 2018-09-19 14:01:33 -0400
  • 6ed5b00f5b
    Merge pull request #367 from rustwasm/i-hope-u-know-what-ur-doing ashley williams 2018-09-24 21:03:08 -0400
  • 66ffe1df96 fix(style): appease cargo fmt Ashley Williams 2018-09-24 20:30:25 -0400
  • d3f8264ef7 feat(buildmode): allow --mode force to skip rustc check Ashley Williams 2018-09-24 19:43:38 -0400
  • d5d3358ff3
    Merge pull request #353 from rustwasm/rustc-version-check ashley williams 2018-09-24 19:27:04 -0400
  • 0c696e2289 fix(build): make rustc error msg a little better Ashley Williams 2018-09-24 18:06:51 -0400
  • edd7308221 fix(build): rustc check works now Ashley Williams 2018-09-24 17:59:25 -0400
  • 631037197f fix(build): rustc check emoji and fix Ashley Williams 2018-09-24 17:47:18 -0400
  • 9d35377cd3 fix(build): fix and improve rustc check err msgs Ashley Williams 2018-09-24 17:05:49 -0400
  • f45322c76b chore(deps): cargo update Ashley Williams 2018-09-24 16:36:19 -0400
  • 183704f153 doc(rustc): add rustc version req to readme Ashley Williams 2018-09-24 16:35:57 -0400
  • c0acb99e58 feat(build): remove all mention of nightly Ashley Williams 2018-09-24 15:02:35 -0400
  • b28d2850a7 feat(build): add rustc check Ashley Williams 2018-09-23 19:59:17 -0400
  • 69982de8cc
    Merge pull request #365 from rustwasm/fitzgen-lockfile-bindgen-version ashley williams 2018-09-24 16:08:23 -0400
  • 3856db20b9 fix(style): appease cargo fmt Ashley Williams 2018-09-24 15:35:08 -0400
  • 9b24dcb259 Execute `cargo metadata` at most once Alex Crichton 2018-09-24 11:57:06 -0700
  • 3d1f528fc9 Make tests more future-proof with wasm-bindgen Alex Crichton 2018-09-24 11:46:35 -0700
  • dd87211323 feat(lockfiles): Use `Cargo.lock` to identify wasm-bindgen versions data-pup 2018-08-30 15:46:12 -0400
  • 6f0a8b8ece
    Merge pull request #359 from mstallmo/master ashley williams 2018-09-24 11:30:17 -0400
  • 8bb71c5d85
    Merge pull request #364 from rustwasm/really-fix-the-readme ashley williams 2018-09-24 10:11:46 -0400
  • cafbe76c8d fix(readme): make sure URLs work Ashley Williams 2018-09-24 10:01:55 -0400
  • 99ea5d3a81 Add link to help article on setting up a global .gitignore Mason Stallmo 2018-09-24 09:01:42 -0500
  • db772e8bff
    Merge pull request #363 from rustwasm/readme-quality-check ashley williams 2018-09-24 09:53:14 -0400
  • 8f53feff68 chore(readme): clean up Ashley Williams 2018-09-24 09:50:59 -0400
  • 9359e2c1a7
    Merge pull request #362 from rustwasm/big-button-fix ashley williams 2018-09-24 09:47:20 -0400
  • 232d40b564 fix(homepage): add wasm-pack segment to install button URL Ashley Williams 2018-09-24 09:46:24 -0400
  • 56a5b7c593
    Merge pull request #361 from rustwasm/fix-book ashley williams 2018-09-24 09:31:28 -0400
  • 65cb3bbfbe fix(book): move ignore from book to root dir Ashley Williams 2018-09-24 09:27:51 -0400
  • 62866aa6a7 Add section on IDE config files to CONTRIBUTING.md Mason Stallmo 2018-09-23 19:20:02 -0500
  • 3dbd05828a
    Merge pull request #336 from alexcrichton/debug ashley williams 2018-09-23 19:28:41 -0400