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

Remove rust_scheduler parameter from rust_vec contructor #620

Closed
eholk opened this issue Jul 5, 2011 · 1 comment
Closed

Remove rust_scheduler parameter from rust_vec contructor #620

eholk opened this issue Jul 5, 2011 · 1 comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@eholk
Copy link
Contributor

eholk commented Jul 5, 2011

This is not used, so there's no point having it there.

@ghost ghost assigned eholk Jul 5, 2011
@brson brson closed this as completed Sep 23, 2011
@brson
Copy link
Contributor

brson commented Sep 23, 2011

This presumably applied to the old exterior vecs. Closing.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
struct tm for Windows

As documented here:

https://msdn.microsoft.com/en-us/library/windows/hardware/ff567981(v=vs.85).aspx

I've verified it matches `corecrt_wtime.h` file from Win10 SDK.
marysaka pushed a commit to sunriseos/rust that referenced this issue Oct 20, 2019
* Update representation of `v128`
* Rename everything with new naming convention of underscores and no
  modules/impls
* Remove no longer necessary `wasm_simd128` feature
* Remove `#[target_feature]` attributes (use `#[cfg]` instead)
* Update `assert_instr` tests
* Update some implementations as LLVM has evolved
* Allow some more esoteric syntax in `#[assert_instr]`
* Adjust the safety of APIs where appropriate
* Remove macros in favor of hand-coded implementations
* Comment out the tests for now as there's no known runtime for these
  yet
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
…re_const_names

Document `underscore_const_names`
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Julia vector fixes

* Add dnrm

* Fix vector addToPtrDiffe

* Add width argument to augmented fwd

* Fix augmented callingconv

* API shadow
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
…#620)

* Use vector_map instead of btree_map in irep to save memory

* Implement Serde serializer for the vec map

* remove to_json file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants