Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3dcb5a3
Add str.as_str() for easy dereferencing of Box<str>
kornelski Aug 25, 2024
c2ccd89
handle unsized consts with type `str` in v0 symbol mangling
Jaic1 Sep 14, 2024
f48c5ec
Mark and implement 'char::encode_utf16' as const; Rewrite 'encode_utf…
bjoernager Sep 21, 2024
95469dc
No longer mark RTN as incomplete
compiler-errors Sep 21, 2024
3b8089a
Introduce structurally_normalize_const, use it in hir_typeck
compiler-errors Sep 22, 2024
2daf076
Mark 'make_ascii_uppercase' and 'make_ascii_lowercase' in 'u8' as con…
bjoernager Sep 22, 2024
8f57949
Don't call const normalize in error reporting
compiler-errors Sep 22, 2024
01d19d7
Don't call try_eval_target_usize in error reporting
compiler-errors Sep 22, 2024
2273aee
Replace calls to Const::eval in mir build
compiler-errors Sep 22, 2024
e9b0bc9
Add test for `available_parallelism()`
Sep 22, 2024
ff3a9f4
tests: Remove spuriously failing vec-tryinto-array codegen test
workingjubilee Sep 22, 2024
510fc34
Rollup merge of #129550 - kornelski:boxasstr, r=joshtriplett,dtolnay
matthiaskrgr Sep 23, 2024
23393de
Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwU
matthiaskrgr Sep 23, 2024
c1ccdb7
Rollup merge of #130659 - bjoernager:const-char-encode-utf16, r=dtolnay
matthiaskrgr Sep 23, 2024
9f5cbfb
Rollup merge of #130705 - compiler-errors:rtn-complete, r=jackh726
matthiaskrgr Sep 23, 2024
8206036
Rollup merge of #130712 - compiler-errors:const-eval-error-reporting,…
matthiaskrgr Sep 23, 2024
8bb69b1
Rollup merge of #130713 - bjoernager:const-char-make-ascii, r=Noratrieb
matthiaskrgr Sep 23, 2024
2bca5c4
Rollup merge of #130714 - compiler-errors:try-structurally-resolve-co…
matthiaskrgr Sep 23, 2024
0e08d70
Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=Box…
matthiaskrgr Sep 23, 2024
004213b
Rollup merge of #130723 - D0liphin:master, r=workingjubilee
matthiaskrgr Sep 23, 2024
693269b
Rollup merge of #130726 - workingjubilee:put-the-spurs-to-this-test, …
matthiaskrgr Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests: Remove spuriously failing vec-tryinto-array codegen test
  • Loading branch information
workingjubilee committed Sep 22, 2024
commit ff3a9f4e2ac44fa5b4eab1eb0e00dd6b6298ed14
22 changes: 0 additions & 22 deletions tests/codegen/issues/issue-111508-vec-tryinto-array.rs

This file was deleted.