-
### Description
* **Location/Region:** Bangalore
* **Organizers:** Prakash Mishra, Humble Devassy Chirammal , Kiran Mova
* **Sponsors:** TBD
* **Date:** Proposed Date: 19-Oct-2024
* **Event link:**[…
-
https://github.com/jquery/jquery/issues/5365#issuecomment-1819261993
Placeholder issue for jQuery 4.0.0 compatibility / issues.
-
I tried `core` compilation with llvm-cbe, but the following problem occurs.
### Missing intrinsics
* [ ] `freeze`
https://github.com/JuliaHubOSS/llvm-cbe/issues/175
* [ ] `llvm.fshl.i64`
…
-
This issue is a roll-up of interpolation-related discussion, requests and issues.
_Note that these requests need to be reviewed; we would not accept PRs implementing these requests at this time._
…
-
Feature gate: `#![feature(bigint_helper_methods)]`
This is a tracking issue for the following methods on integers:
* `carrying_add`
* `borrowing_sub`
* `carrying_mul`
* `widening_mul`
These metho…
-
This checklist is here to help manage the implementation of Foundations. If a card is marked as being in progress then someone is working on it.
If you're new to implementing cards then you likely …
-
This issue tracks the progress of `const fn` as well as const evaluation more broadly.
### This issue is not for discussion about specific extensions to `const fn` or const evaluation and only exi…
-
Sub-tracking issue for https://github.com/rust-lang/rust/issues/57563.
This tracks `const fn` types and calling `fn` types in `const fn`.
---
From the RFC (https://github.com/oli-obk/rfcs/bl…
-
Feature `const_alloc_layout` makes these methods on `Layout` const:
```rust
impl Layout {
fn for_value(t: &T) -> Layout
fn align_to(&self, align: usize) -> Result
fn pad_to_align(&self) -> Layo…
-
This tracks stabilization of the `const_btree_len` feature, which allows calling the below in a constant expression:
- `BTree{Map,Set}::{len,is_empty}()` (#78581)
### Previously tracked here, alread…