Find file in wolffe-lang/wolf-std@trunk
- .cargo/config.toml
- .fac/workspace.json
- .gitattributes
- .github/workflows/ci.yml
- .github/workflows/nightly.yml
- .gitignore
- .gitmodules
- API-CONVENTIONS.md
- CONTRIBUTING.md
- Cargo.lock
- Cargo.toml
- LICENSE
- LICENSE-EXCEPTION
- README.md
- assets/wolf-logo.svg
- docs/error-taxonomy.md
- docs/findings.md
- docs/phase-a-census.md
- docs/phase-b-census.md
- rust-toolchain.toml
- std/base64/base64.lu
- std/bytes/bytes.lu
- std/cmp/cmp.lu
- std/deque/deque.lu
- std/env/env.lu
- std/errors/errors.lu
- std/fmt/decimal/decimal.lu
- std/fmt/fmt.lu
- std/fs/fs.lu
- std/hex/hex.lu
- std/io/io.lu
- std/iter/iter.lu
- std/json/json.lu
- std/list/list.lu
- std/map/map.lu
- std/math/float/float.lu
- std/math/math.lu
- std/net/net.lu
- std/option/option.lu
- std/pool/pool.lu
- std/prelude/prelude.lu
- std/process/process.lu
- std/rand/rand.lu
- std/range/range.lu
- std/search/search.lu
- std/set/set.lu
- std/sort/sort.lu
- std/str/str.lu
- std/strbuf/strbuf.lu
- std/testing/testing.lu
- std/time/time.lu
- std/unicode/unicode.lu
- std/x/README.md
- std/x/deque_int/deque_int.lu
- std/x/json/json.lu
- std/x/list_eq/list_eq.lu
- std/x/option_expect/option_expect.lu
- std/x/option_flatten/option_flatten.lu
- std/x/testing_text/testing_text.lu
- tests/base64/round_trip.lu
- tests/base64/strict_and_lenient.lu
- tests/base64/url_variant.lu
- tests/bytes/at_out_of_range_trap.lu
- tests/bytes/search_and_affixes.lu
- tests/bytes/slice_out_of_order_trap.lu
- tests/bytes/slice_past_end_trap.lu
- tests/bytes/to_str_border.lu
- tests/bytes/to_str_row.lu
- tests/bytes/utf8_validation.lu
- tests/bytes/view_and_access.lu
- tests/cmp/clamp_bad_range_trap.lu
- tests/cmp/ordering_exhaustive.lu
- tests/cmp/ordering_methods_static.lu
- tests/cmp/static_floor.lu
- tests/cmp/total_cmp_relational.lu
- tests/env/args_and_vars.lu
- tests/env/comptime_refuses.lu
- tests/env/entry_helpers.lu
- tests/env/variable_round_trip.lu
- tests/errors/coarsen_and_chain.lu
- tests/errors/handler_discriminates.lu
- tests/errors/payload_shapes.lu
- tests/fmt/decimal/fixed_and_exp.lu
- tests/fmt/decimal/parse_float_shapes.lu
- tests/fmt/decimal/shortest_round_trip.lu
- tests/fmt/int_bases.lu
- tests/fmt/pad_and_align.lu
- tests/fmt/pad_fill_must_be_one_byte_trap.lu
- tests/fmt/parse_bool.lu
- tests/fmt/parse_int_bases.lu
- tests/fmt/parse_int_overflow_trap.lu
- tests/fmt/sign_and_group.lu
- tests/fmt/truncate_boundaries.lu
- tests/fs/copy_and_move.lu
- tests/fs/fd_stream.lu
- tests/fs/forged_handle_io_row.lu
- tests/fs/not_found_row.lu
- tests/fs/path_helpers.lu
- tests/fs/text_round_trip.lu
- tests/fs/use_after_close.lu
- tests/hex/decode_misses.lu
- tests/hex/encode_non_byte_trap.lu
- tests/hex/encode_text.lu
- tests/hex/round_trip.lu
- tests/io/input_all_empty.lu
- tests/io/input_line_eof.lu
- tests/io/writers_and_streams.lu
- tests/iter/list_cursor_drive.lu
- tests/iter/range_drive.lu
- tests/json/navigation.lu
- tests/json/navigation_rows.lu
- tests/json/number_posture_and_depth.lu
- tests/json/pretty_and_escape.lu
- tests/json/stringify_shapes.lu
- tests/json/values_and_accessors.lu
- tests/ledger.toml
- tests/list/clear_truncate_fill.lu
- tests/list/first_last_hit_miss.lu
- tests/list/freeze_then_read.lu
- tests/list/get_hit_miss.lu
- tests/list/index_bounds_trap.lu
- tests/list/insert_remove.lu
- tests/list/mutate_while_iterating_trap.lu
- tests/list/pop_drains.lu
- tests/list/push_len_empty.lu
- tests/list/remove_bounds_trap.lu
- tests/list/reverse_extend_concat_repeat.lu
- tests/list/set_and_swap.lu
- tests/list/set_bounds_trap.lu
- tests/map/clear_and_extend.lu
- tests/map/get_hit_miss.lu
- tests/map/has_and_get_or.lu
- tests/map/keys_values_pairs.lu
- tests/map/remove_and_tally.lu
- tests/map/set_len_empty.lu
- tests/math/abs_int_min_trap.lu
- tests/math/add_overflow_trap.lu
- tests/math/checked_hits.lu
- tests/math/checked_misses.lu
- tests/math/div_zero_trap.lu
- tests/math/float/algebra_pins.lu
- tests/math/float/bits_roundtrip.lu
- tests/math/float/powf_cases.lu
- tests/math/float/predicates.lu
- tests/math/float/rounding.lu
- tests/math/float/trig_pins.lu
- tests/math/int_families.lu
- tests/math/isqrt_negative_trap.lu
- tests/math/lcm_overflow_trap.lu
- tests/math/pow_negative_exponent_trap.lu
- tests/math/pow_overflow_trap.lu
- tests/net/address_helpers.lu
- tests/net/closed_row.lu
- tests/net/comptime_refuses.lu
- tests/net/echo_round_trip.lu
- tests/net/forged_handle_io_row.lu
- tests/net/read_all_and_lines.lu
- tests/net/refused_row.lu
- tests/net/stream_pieces.lu
- tests/net/use_after_close.lu
- tests/option/exists_marking.lu
- tests/option/is_none_marking.lu
- tests/option/or_else_default.lu
- tests/option/to_list_roundtrip.lu
- tests/pool/alloc_after_free.lu
- tests/pool/alloc_and_deref.lu
- tests/pool/free_then_deref_traps.lu
- tests/prelude/prelude_smoke.lu
- tests/process/builder.lu
- tests/process/comptime_refuses.lu
- tests/process/exit_code.lu
- tests/process/forged_handle_io_rows.lu
- tests/process/not_found_row.lu
- tests/process/use_after_wait.lu
- tests/rand/below_zero_trap.lu
- tests/rand/choose_empty_miss.lu
- tests/rand/next_float_pinned.lu
- tests/rand/range_and_bool.lu
- tests/rand/shuffle_and_choose.lu
- tests/rand/stream_pinned.lu
- tests/range/is_empty.lu
- tests/search/binary_search_hits.lu
- tests/search/binary_search_misses.lu
- tests/search/bounds_and_equal_range.lu
- tests/search/reductions.lu
- tests/search/sum_overflow_trap.lu
- tests/sort/floats_total_order.lu
- tests/sort/generic_contract.lu
- tests/sort/ints_adversarial.lu
- tests/sort/is_sorted_edges.lu
- tests/sort/strs_bytewise.lu
- tests/str/affix_and_case.lu
- tests/str/affix_sets.lu
- tests/str/boundary_get.lu
- tests/str/byte_length_honesty.lu
- tests/str/byte_view_index.lu
- tests/str/byte_view_walk.lu
- tests/str/code_point_view.lu
- tests/str/interpolation_interplay.lu
- tests/str/lines_words_join.lu