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 deprecated modes #3308

Merged
merged 4 commits into from
Aug 31, 2012
Merged

Remove deprecated modes #3308

merged 4 commits into from
Aug 31, 2012

Conversation

killerswan
Copy link
Contributor

These commits remove deprecated modes from cmp.rs, dbg.rs, rope.rs, and list.rs (and delete list::push).

I haven't yet managed to catch incoming when it was problem free, so this hasn't been all the way through a make check. Let me know when incoming is clean...

@killerswan
Copy link
Contributor Author

Just added cmp.rs to the mix.

This commit may require changes to the following Servo files:

  • rust-geom/matrix.rs
  • servo/platform/osmain.rs
  • rust-layers/layers.rs
  • rust-geom/matrix.rs

This commit may require changes to the following Servo files:
 * rust-geom/matrix.rs
 * servo/platform/osmain.rs
 * rust-layers/layers.rs
 * rust-geom/matrix.rs
@killerswan
Copy link
Contributor Author

Now rebased on top of incoming (340a219) and passing CFG_DISABLE_VALGRIND=1 make check on Linux 64-bit, at least!

brson added a commit that referenced this pull request Aug 31, 2012
@brson brson merged commit afc1ccd into rust-lang:incoming Aug 31, 2012
@brson
Copy link
Contributor

brson commented Aug 31, 2012

Thanks!

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 15, 2018
Changes:

````
fix for rustc master
mem_forget: fix syntax error in code sample
explicit_counter_loop fix rust-lang#3308 false positive
new_ret_no_self test remove tool lints cfg flag
Added new_ret_no_self exception to clippy to pass dogfood tests
Removed new_ret_no_self tests from method.rs
new_ret_no_self correctly lint impl return
Removed unused variables
new_ret_no_self fix false positive for impl trait return with associated type self
new_ret_no_self corrected panic and added test stderr
new_ret_no_self added positive test cases
Fix some more `stutter` warnings
unused unit lint
Install Windows SDK 10.0 on travis
cmp_owned refactor
cmp_owned correct error message if rhs is deref
Add a comment reminding to update README if the default changes
Specify which categories are enabled by default
Only run markdown linter on linux
Move Travis Windows build to allowed failures
Add Travis windows build
Fix `doc_markdown` lints
Fix `stutter` lints
Fix `similar_names` warnings
cmp_owned current suggestion for multiple deref
cmp_owned add test for multiple dereference
Corrected single-character string constant used as pattern found in dogfood test
Fixes 3289, cmp_owned wording and false positive
````
bors added a commit that referenced this pull request Oct 15, 2018
submodules: update clippy from 9d33731 to 5afdf8b

Should fix toolstate.

Changes:

````
fix for rustc master
mem_forget: fix syntax error in code sample
explicit_counter_loop fix #3308 false positive
new_ret_no_self test remove tool lints cfg flag
Added new_ret_no_self exception to clippy to pass dogfood tests
Removed new_ret_no_self tests from method.rs
new_ret_no_self correctly lint impl return
Removed unused variables
new_ret_no_self fix false positive for impl trait return with associated type self
new_ret_no_self corrected panic and added test stderr
new_ret_no_self added positive test cases
Fix some more `stutter` warnings
unused unit lint
Install Windows SDK 10.0 on travis
cmp_owned refactor
cmp_owned correct error message if rhs is deref
Add a comment reminding to update README if the default changes
Specify which categories are enabled by default
Only run markdown linter on linux
Move Travis Windows build to allowed failures
Add Travis windows build
Fix `doc_markdown` lints
Fix `stutter` lints
Fix `similar_names` warnings
cmp_owned current suggestion for multiple deref
cmp_owned add test for multiple dereference
Corrected single-character string constant used as pattern found in dogfood test
Fixes 3289, cmp_owned wording and false positive
````
bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
Prioritize single_line_fn and empty_item_single_line over brace_style
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Feb 25, 2024
Test windows random shims

This adds tests for `BCryptGenRandom` and `RtlGenRandom` (aka `SystemFunction036`). Note that `BCryptGenRandom` comes in two flavours:

```rust
BCryptGenRandom(null_mut(), key.as_mut_ptr(), len, BCRYPT_USE_SYSTEM_PREFERRED_RNG)
BCryptGenRandom(BCRYPT_RNG_ALG_HANDLE, key.as_mut_ptr(), len, 0)
```

Fixes rust-lang#3308
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