Block or Report
Block or report oli-obk
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
quine-mc_cluskey Public
Rust implementation of the Quine-McCluskey algorithm and Petrick's method
-
-
rust-lang/rust-clippy Public
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
-
1,909 contributions in the last year
We're celebrating 100 million developers!
Less
More
Activity overview
Contribution activity
January 2023
Created 20 commits in 5 repositories
Created a pull request in rust-lang/rust that received 45 comments
make output_filenames
a real query
part of #105462 This may be a perf regression and is not obviously the right way forward. We may store this information in the resolver after freez…
+119
−47
•
45
comments
Opened 16 other pull requests in 3 repositories
rust-lang/rust
1
closed
5
open
7
merged
-
Remove
actually_rustdoc
entirely - Implement pattern types as the backing logic of rustc_scalar_valid_range attributes
- [breaking change] Remove a rustdoc back compat warning
-
Remove a few
actually_rustdoc
uses - add a Callable trait that is implemented for unsafe functions, too
- Require TAITs to appear in the signature of items that register a hidden type
- Don't treat closures from other crates as local
- Handle diagnostics customization on the fluent side (for one specific diagnostic)
- Improve a TAIT error and add an error code plus documentation
- Remove redundant session field
- Various cleanups around pre-TyCtxt queries and functions
- Feed a bunch of queries instead of tracking fields on TyCtxt
- Test that we cannot use trait impl methods arguments as defining uses
rust-lang/miri
1
open
1
merged
rust-lang/reference
1
open
Reviewed 45 pull requests in 6 repositories
rust-lang/rust
25 pull requests
-
Stabilize feature
cstr_from_bytes_until_nul
- Coalesce unreachable_patterns lint messages
-
reimplement
~const Trait
bounds via a fourth kind of generic param - Replace format flags u32 by enums and bools.
- Implement pattern types as the backing logic of rustc_scalar_valid_range attributes
- Treat Drop as a rmw operation
- Correct suggestions for closure arguments that need a borrow
- Replace ZST operands and debuginfo by constants.
-
Remove a few
actually_rustdoc
uses - Allow impl on projection
- abi: add AddressSpace field to Primitive::Pointer
-
use
LocalDefId
instead ofHirId
in trait resolution to simplify the obligation clause resolution -
rustc_metadata: Support non-
Option
nullable values in metadata tables -
make
output_filenames
a real query -
Allow to disable auto and blanket trait impls retrieval in rustdoc if it is in
parallel_compiler
mode - Require TAITs to appear in the signature of items that register a hidden type
- Don't wf-check non-local RPITs
- Use UnordMap and UnordSet for id collections (DefIdMap, LocalDefIdMap, etc)
-
Add stronger alternatives to
align_to
- Don't treat closures from other crates as local
-
Transform async
ResumeTy
in generator transform - Improve a TAIT error and add an error code plus documentation
- Various cleanups around pre-TyCtxt queries and functions
- Make const/fn return params more suggestable
- Move format_args!() into AST (and expand it during AST lowering)
- Some pull request reviews not shown.
rust-lang/miri
2 pull requests
rust-lang/rfcs
1 pull request
oli-obk/ui_test
1 pull request
rust-lang/team
1 pull request
rust-lang/reference
1 pull request
Created an issue in rust-lang/libs-team that received 4 comments
Add methods for use cases that align_to
does not cover
Proposal
Problem statement
The align_to
slice method is only useful for optimizations that want to process all elements of the original slice, but …
4
comments