Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug: globbed imports were importing everything visible from the other module, not just everything exported. #549

Merged
merged 1 commit into from
Jun 22, 2011

Conversation

paulstansifer
Copy link
Contributor

Fix bug: globbed imports were importing everything visible from the other
module, not just everything exported.

@brson brson merged commit b4c3b83 into rust-lang:master Jun 22, 2011
@brson
Copy link
Contributor

brson commented Jun 22, 2011

Integrated. Good catch.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this pull request Dec 12, 2017
kazcw pushed a commit to kazcw/rust that referenced this pull request Oct 23, 2018
* Add wasm32 simd128 intrinsics

* test wasm32 simd128 instructions

* Run wasm tests like all other tests

* use modules instead of types to access wasm simd128 interpretations

* generate docs for wasm32-unknown-unknown

* fix typo

* Enable #[assert_instr] on wasm32

* Shell out to Node's `execSync` to execute `wasm2wat` over our wasm file
* Parse the wasm file line-by-line, looking for various function markers and
  such
* Use the `elem` section to build a function pointer table, allowing us to map
  exactly from function pointer to a function
* Avoid losing debug info (the names section) in release mode by stripping
  `--strip-debug` from `rust-lld`.

* remove exclude list from Cargo.toml

* fix assert_instr for non-wasm targets

* re-format assert-instr changes

* add crate that uses assert_instr

* Fix instructions having extra quotes

* Add assert_instr for wasm memory intrinsics

* Remove hacks for git wasm-bindgen

* add wasm_simd128 feature

* make wasm32 build correctly

* run simd128 tests on ci

* remove wasm-assert-instr-tests
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
Conflicts:
    .github/workflows/ci.yml

Resolution:
  - Kept deleted ci.yml. This is not used in rmc project.
GuillaumeGomez pushed a commit to GuillaumeGomez/rust that referenced this pull request Sep 27, 2024
Replace stack_var_count and RETURN_VALUE_COUNT with a single counter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants