Topics:
- const fn do not have overflow checks (1 message, latest: Mar 07 2021 at 12:24)
- static_assert for const generics (109 messages, latest: Mar 07 2021 at 11:42)
- aggregate arbitrary constants at compile-time into a sing... (22 messages, latest: Mar 05 2021 at 18:50)
- Frame::loc no longer public (4 messages, latest: Feb 27 2021 at 18:19)
- is possible to have
goto bb0
? (4 messages, latest: Feb 05 2021 at 12:25)
- inline consts (95 messages, latest: Jan 24 2021 at 19:36)
- associated consts const wf (57 messages, latest: Jan 23 2021 at 20:05)
- const intrinsics (1 message, latest: Jan 13 2021 at 05:11)
- Bounds on non-type-parameters work, is that on purpose? (9 messages, latest: Jan 11 2021 at 20:37)
- Is the impl supposed to compile? (3 messages, latest: Jan 10 2021 at 09:47)
- const qualification on escaping scope "locals" (31 messages, latest: Jan 04 2021 at 19:10)
- regarding const fns in impl (14 messages, latest: Dec 16 2020 at 11:47)
- Passing large arrays by move in const (12 messages, latest: Dec 14 2020 at 11:34)
- reuse of anonymous allocations (39 messages, latest: Dec 13 2020 at 18:17)
- Scalar::from_u128? (7 messages, latest: Dec 13 2020 at 18:16)
InterpCx
for nullary intrinsics (5 messages, latest: Dec 10 2020 at 11:54)
- const fn satisfying
T: FnOnce
bounds in const fn
(1 message, latest: Dec 10 2020 at 11:16)
- Update PathElem::CapturedVar (2 messages, latest: Dec 09 2020 at 08:29)
- const slicing (6 messages, latest: Dec 07 2020 at 11:10)
- splitting Unevaluated (76 messages, latest: Dec 06 2020 at 12:17)
- impl const Trait design (30 messages, latest: Dec 02 2020 at 20:43)
- Questions regarding Heap allocation in const eval (164 messages, latest: Dec 01 2020 at 16:36)
- purity of
const fn
vs effect systems (14 messages, latest: Dec 01 2020 at 16:18)
- why does mutating const only raise a warning? (15 messages, latest: Nov 16 2020 at 01:14)
- drop vs construction from const (98 messages, latest: Nov 14 2020 at 15:58)
- Define what to do when there is UB during CTFE (3 messages, latest: Nov 13 2020 at 15:59)
- Next steps for mutable references in constants (49 messages, latest: Nov 01 2020 at 20:30)
- Skill tree (95 messages, latest: Oct 30 2020 at 12:03)
- const eval of SIMD ops (47 messages, latest: Oct 26 2020 at 02:17)
- Promotion and reborrows (33 messages, latest: Oct 25 2020 at 17:11)
- const determinism opts (7 messages, latest: Oct 20 2020 at 00:53)
- Would like to work on const eval (10 messages, latest: Oct 16 2020 at 11:28)
- Unsafe const fn? (11 messages, latest: Oct 06 2020 at 08:27)
- Stop promoting union field accesses (3 messages, latest: Oct 04 2020 at 14:55)
- available work (60 messages, latest: Oct 02 2020 at 13:44)
- const transmute broken on nightly (8 messages, latest: Sep 24 2020 at 17:16)
- Looking for help on #53325 (88 messages, latest: Sep 21 2020 at 09:10)
- #76739 min_const_generics - prohibit non-static lifetimes (9 messages, latest: Sep 16 2020 at 08:02)
- Issue #76701 (7 messages, latest: Sep 14 2020 at 16:06)
- "const or bail to dynamic" possible? (11 messages, latest: Sep 11 2020 at 23:00)
- const eval within attributes (28 messages, latest: Sep 10 2020 at 22:02)
- const panic best practices (2 messages, latest: Sep 07 2020 at 15:53)
- rustc cranelift backend for const eval (13 messages, latest: Sep 06 2020 at 11:02)
- Current status summary? (10 messages, latest: Sep 02 2020 at 10:22)
- Do the const SIMD-shuffle? (15 messages, latest: Aug 25 2020 at 09:18)
- Solving promotion? (2 messages, latest: Aug 12 2020 at 18:37)
- Name confusion (7 messages, latest: Aug 10 2020 at 11:31)
- rationale behind allocations (20 messages, latest: Aug 07 2020 at 08:06)
- min_const_generics and
const fn
(4 messages, latest: Aug 06 2020 at 09:20)
- const wf bounds implementation (251 messages, latest: Jul 31 2020 at 19:01)
- mutable borrows in constants (121 messages, latest: Jul 30 2020 at 14:47)
- const str concatenation (9 messages, latest: Jul 30 2020 at 09:51)
- const bitflags (6 messages, latest: Jul 27 2020 at 00:02)
ConstEvaluatable
generic functions (188 messages, latest: Jul 23 2020 at 10:59)
- anon_const_instance_printing (218 messages, latest: Jul 13 2020 at 09:20)
- wrong const evaluation of type_id inside generic context (3 messages, latest: Jul 03 2020 at 17:21)
- Fixing "original sin" of const qual in external crates (13 messages, latest: Jul 01 2020 at 03:43)
- Limits of constness (37 messages, latest: Jul 01 2020 at 01:19)
- generate function machine code (28 messages, latest: Jun 30 2020 at 12:56)
- const fn question (10 messages, latest: Jun 29 2020 at 13:27)
- super_relate_consts compare &[u32] (9 messages, latest: Jun 28 2020 at 09:10)
- Trying to make
likely
const (8 messages, latest: Jun 27 2020 at 07:09)
- RFC: "UB during const" (27 messages, latest: Jun 25 2020 at 13:05)
- Prorogation of BTreeMap.get (31 messages, latest: Jun 25 2020 at 06:37)
- Making *const fn in const fn (19 messages, latest: Jun 24 2020 at 09:38)
- const safety (19 messages, latest: Jun 22 2020 at 16:51)
- raw_ref_op/macros (8 messages, latest: Jun 21 2020 at 10:12)
- newtype avoids "function pointers in const fn are unstableā? (1 message, latest: Jun 18 2020 at 01:47)
- Span of drop terminators (13 messages, latest: Jun 17 2020 at 07:55)
- stabilize const
mem::discriminant
(4 messages, latest: Jun 16 2020 at 18:12)
- format strings (58 messages, latest: Jun 11 2020 at 08:20)
- const Eq &str (6 messages, latest: Jun 08 2020 at 15:01)
- array elements as patterns (13 messages, latest: Jun 03 2020 at 16:44)
- vec![const_foo()] (8 messages, latest: Jun 02 2020 at 15:58)
- #72675: Eq using ptr equality for Consts (21 messages, latest: May 30 2020 at 09:53)
- having fun with control flow (102 messages, latest: May 30 2020 at 07:47)
- rate of new const feature suggestions (26 messages, latest: May 20 2020 at 10:25)
- Request: slice::from_raw_parts (8 messages, latest: May 02 2020 at 21:09)
- Cross-crate static access (13 messages, latest: Apr 28 2020 at 22:07)
- WG on rust-lang/team (5 messages, latest: Apr 22 2020 at 15:04)
- stabilize control flow (54 messages, latest: Apr 21 2020 at 15:45)
- consts referring to statics (38 messages, latest: Apr 19 2020 at 20:20)
- Current const-eval (and Miri) workflow (6 messages, latest: Apr 17 2020 at 16:05)
- pretty-printed aggregates in types (and maybe Rust (v0) m... (29 messages, latest: Apr 17 2020 at 15:52)
- #69642 (3 messages, latest: Apr 17 2020 at 14:35)
- compare dyn ptr for equality (30 messages, latest: Apr 11 2020 at 20:50)
- Miri dealloc hook (4 messages, latest: Apr 10 2020 at 08:38)
- values in Rust (v0) mangling (29 messages, latest: Apr 09 2020 at 11:14)
- stabilize const TypeId::of (42 messages, latest: Apr 06 2020 at 14:24)
- const Vec::new() and imut Vec::new() behave differently (7 messages, latest: Apr 01 2020 at 07:42)
- Determinism in const eval (44 messages, latest: Mar 31 2020 at 13:45)
- array lengths #69296 (61 messages, latest: Mar 27 2020 at 14:26)
- perf stress test broken (60 messages, latest: Mar 26 2020 at 08:34)
- const fn meta tracking issue (6 messages, latest: Feb 26 2020 at 19:29)
- Const generic specialisations for recursive enums (3 messages, latest: Feb 18 2020 at 07:48)
- Adding Team To rust-lang/team (1 message, latest: Feb 16 2020 at 18:01)
- using miri without cargo (14 messages, latest: Feb 14 2020 at 19:35)
- trait bounds on const fn (54 messages, latest: Feb 05 2020 at 05:24)
- #57349
&mut T
in const fn (12 messages, latest: Jan 31 2020 at 17:13)
- Remove
const_fn
feature gate (5 messages, latest: Jan 23 2020 at 15:05)
- promoteds are not places (48 messages, latest: Jan 06 2020 at 17:13)
- Project ideas (62 messages, latest: Jan 03 2020 at 02:39)
- unsoundness in constant mutable borrows (114 messages, latest: Dec 23 2019 at 11:32)
- Time limits during const-eval (9 messages, latest: Dec 22 2019 at 19:56)
- (no topic) (3 messages, latest: Dec 17 2019 at 21:00)
- long term plan for const pattern codegen #66120 (105 messages, latest: Dec 16 2019 at 05:07)
allow_internal_unstable
and new features (8 messages, latest: Dec 13 2019 at 22:43)
- promoteds in constants (4 messages, latest: Dec 10 2019 at 19:08)
- Const-checking not being run on #66884? (58 messages, latest: Dec 05 2019 at 18:46)
- statx shim (34 messages, latest: Dec 04 2019 at 12:43)
- static access vs reborrow (18 messages, latest: Nov 27 2019 at 21:56)
- Initial implementation of
if
and match
in constants (34 messages, latest: Nov 20 2019 at 15:18)
Vec::new
in array repeat expressions (104 messages, latest: Nov 19 2019 at 15:48)
- rename the repository (5 messages, latest: Nov 15 2019 at 13:40)
ConstSafe
and bitwise copies (106 messages, latest: Nov 06 2019 at 15:40)
- Removing old const checker/qualifier (7 messages, latest: Oct 29 2019 at 18:28)
- Method for promotion in
const
(15 messages, latest: Oct 28 2019 at 01:53)
- Zero copy fs writes for miri (7 messages, latest: Oct 24 2019 at 13:43)
- Constants in array repeat expressions (1 message, latest: Oct 23 2019 at 20:39)
- Next steps for promotion and validation (37 messages, latest: Oct 20 2019 at 18:14)
- Terminology for statically checking
const
bodies (5 messages, latest: Oct 19 2019 at 09:10)
- wg-const-eval (26 messages, latest: Oct 18 2019 at 15:37)
- Generic consts (63 messages, latest: Oct 17 2019 at 12:48)
- Weekly check-in? (8 messages, latest: Oct 17 2019 at 12:40)
- dataflow-based const qualification MVP (1178 messages, latest: Oct 12 2019 at 18:29)
- inspecting ADT types on RHS of a const item (26 messages, latest: Oct 10 2019 at 17:38)
- [MIRI] Integer sizes for cross-interpetation (38 messages, latest: Oct 09 2019 at 16:36)
- Running miri tests on windows (9 messages, latest: Oct 09 2019 at 15:54)
- Promoting consts with
if
(61 messages, latest: Oct 09 2019 at 14:32)
- do not borrow non-Sync data in constants #54424 (12 messages, latest: Oct 09 2019 at 13:32)
- intrinsic-promotion (59 messages, latest: Oct 06 2019 at 13:16)
- getcwd shim (40 messages, latest: Sep 19 2019 at 15:31)
- Listing env vars (117 messages, latest: Aug 29 2019 at 20:04)
- intptrcast model (1334 messages, latest: Jul 31 2019 at 21:12)
- Add symbolic execution to miri (162 messages, latest: Jul 22 2019 at 16:04)
- const in array repeat expressions (35 messages, latest: Jul 20 2019 at 20:47)
- const generics (54 messages, latest: Jul 13 2019 at 14:22)
- mem::forget lack of guarantees (14 messages, latest: Jul 13 2019 at 07:45)
- Running Miri (31 messages, latest: Jun 19 2019 at 21:00)
- Interp vs Interpret (9 messages, latest: Jun 13 2019 at 12:49)
- MIR-level optimizations and Miri engine test coverage (3 messages, latest: Jun 10 2019 at 20:58)
ident
function in CTFE tests? (12 messages, latest: Jun 08 2019 at 10:31)
- const evaluating index access to arrays? (2 messages, latest: Jun 06 2019 at 18:34)
- aligning const and const fn? (16 messages, latest: Jun 04 2019 at 13:39)
- using const-qualif for const-checking (40 messages, latest: Jun 03 2019 at 17:09)
- parse_float (22 messages, latest: May 28 2019 at 15:24)
- constants, canonicalization, and normalization oh my! (33 messages, latest: May 07 2019 at 17:29)
- Symbolic execution of MIR (63 messages, latest: Apr 30 2019 at 14:33)
- StroageLive/Dead (7 messages, latest: Apr 30 2019 at 13:33)
- #[feature(const_type_id)] (2 messages, latest: Mar 23 2019 at 18:40)
- Which kind of operands functions are? (10 messages, latest: Mar 16 2019 at 18:11)
- copying undef optimization #58556 (33 messages, latest: Mar 12 2019 at 20:13)
- Where's miri-engine? (5 messages, latest: Mar 07 2019 at 20:44)
- lazy norm and cycles (32 messages, latest: Feb 26 2019 at 22:18)
- compiler lecture series episode on miri (31 messages, latest: Feb 25 2019 at 21:26)
- extending match (3 messages, latest: Feb 20 2019 at 16:44)
- Miri formatting wrong (8 messages, latest: Feb 10 2019 at 09:43)
- Miri and foreign functions (13 messages, latest: Jan 25 2019 at 16:36)
- const types (100 messages, latest: Jan 23 2019 at 10:13)
- rvalue promotion (27 messages, latest: Jan 22 2019 at 10:05)
- array patterns (19 messages, latest: Jan 09 2019 at 16:17)
- const_eval is slow with locals without liveness markers (31 messages, latest: Jan 05 2019 at 12:07)
- #56985 in-bounds checks for live pointers (8 messages, latest: Dec 22 2018 at 15:04)
- #55009 (9 messages, latest: Nov 19 2018 at 13:14)
- #55720 (3 messages, latest: Nov 17 2018 at 15:16)
- calling non-const-fn (100 messages, latest: Nov 17 2018 at 15:07)
- miri labels (3 messages, latest: Nov 17 2018 at 10:37)
- cast-fn-ptr-unsafe tests (14 messages, latest: Nov 16 2018 at 07:56)
- negate -Z (11 messages, latest: Nov 15 2018 at 15:27)
- StableHash for miri types (4 messages, latest: Nov 14 2018 at 13:35)
- reuse visitor for const patterns (8 messages, latest: Nov 14 2018 at 10:05)
- miri machine: global state from access hook (28 messages, latest: Nov 14 2018 at 09:24)
- Dangling pointers in enum discriminants (6 messages, latest: Nov 12 2018 at 10:32)
- diagnostic output differs w/ vs w/o -O (46 messages, latest: Nov 07 2018 at 14:40)
- #55549 value visitors (13 messages, latest: Nov 06 2018 at 13:49)
- cache_on_disk (17 messages, latest: Nov 06 2018 at 09:45)
- miri update (6 messages, latest: Nov 05 2018 at 09:29)
- #55549 miri value visitor (43 messages, latest: Nov 02 2018 at 14:24)
- Undef enum discriminant (19 messages, latest: Nov 01 2018 at 22:12)
- RUST_LOG logging (48 messages, latest: Oct 31 2018 at 09:52)
- #55454 (39 messages, latest: Oct 30 2018 at 16:01)
- ICE generating miri stacktrace (30 messages, latest: Oct 30 2018 at 16:00)
- instance printing (9 messages, latest: Oct 29 2018 at 16:26)
- PR sanity-query (48 messages, latest: Oct 29 2018 at 10:04)
- #55270 (14 messages, latest: Oct 24 2018 at 15:51)
- miri-rustc-tests (13 messages, latest: Oct 24 2018 at 15:26)
- #55260 (32 messages, latest: Oct 24 2018 at 09:58)
- hello (23 messages, latest: Oct 23 2018 at 18:58)
- #55223 (54 messages, latest: Oct 22 2018 at 14:41)
- miri/pr/487 (32 messages, latest: Oct 22 2018 at 13:08)
- pr/55179 (3 messages, latest: Oct 21 2018 at 15:11)
- priroda/pr/12 (6 messages, latest: Oct 19 2018 at 15:34)
- cargo-miri--start-fn (19 messages, latest: Oct 19 2018 at 12:44)
- miri-travis-mac (1 message, latest: Oct 19 2018 at 11:37)
- tuple-structs (3 messages, latest: Oct 19 2018 at 07:16)
- miri-testing (11 messages, latest: Oct 18 2018 at 20:47)
- places-tracking-size (36 messages, latest: Oct 18 2018 at 11:53)
- miri-debug-output (96 messages, latest: Oct 17 2018 at 15:30)
- unreachable-discriminant (31 messages, latest: Oct 17 2018 at 08:26)
Last update: Mar 08 2021 at 21:45UTC