-
In summary, I would like to propose adding `ser_bridge()`, a bridge that converts `ParallelIterator` into an ordinary `Iterator`, sort of the opposite of `par_bridge()`. In this issue I present a toy …
-
### Location
`CStr::from_ptr`
### Summary
#95948 introduced incompatible changes to the `CStr` docs. Namely, the docs now require immutability for the whole lifetime of `'a`, instead of j…
-
| | |
| --- | --- |
| Bugzilla Link | [46380](https://llvm.org/bz46380) |
| Version | trunk |
| OS | Linux |
| CC | @comex,@efriedma-quic,@hfinkel,@jdoerfert,@dobbelaj-snps,@aqjune,@LebedevRI,@…
-
`unique_domain!` will generate a unique type for every macro invocation, however, if the resulting code is executed multiple times, multiple domains with the same family can be created. This is trivia…
-
https://github.com/ucb-bar/rocket-chip/blob/master/vsim/vlsi_mem_gen:
assign R0_data = ram[reg_R0_addr]; (generated by line 103)
This means that the R0_data output is auto-updated each cycle wi…
-
# Pointer
One of syntax I don't think it going to be apply to VB.net by MS is `pointer` , I half agree and half disagree with this decision because it's hard to guarantee its safety but it also give …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR45804](https://bugs.llvm.org/show_bug.cgi?id=45804) |
| Status | NEW |
| Importance | P normal |
|…
-
There was some discussion on recursive types in https://github.com/WebAssembly/interface-types/issues/137.
My takeaway was that recursion would be hard to specify with adapter functions.
With ad…
-
Such groups can currently be created by proc macros.
Reproduction, proc macro crate:
```rust
#[proc_macro]
pub fn add_mul(_: TokenStream) -> TokenStream {
// ⟪ 2 + 2 ⟫ * 2
vec![
…
-
When in the course of ~~human~~ rusty events, something in `core` or `std` depends on the actual width of `usize`/`isize`, there are currently (at least) two policies in place:
1. Conservatively assum…
durka updated
3 years ago