1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00
trezor-firmware/core/embed/rust/src/micropython
2024-05-31 15:49:29 +02:00
..
buffer.rs refactor(core/rust): Paragraph is now based on TString 2024-04-04 10:04:00 +02:00
dict.rs feat(core/rust): catch, handle and propagate uPy exceptions 2021-09-21 12:43:31 +02:00
ffi.rs refactor(core/rust): move iter_into_array to micropython::utils 2024-02-12 14:49:32 +01:00
func.rs feat(core/rust): exposing vararg functions to uPy 2021-11-24 15:36:34 +01:00
gc.rs refactor(core/rust): allow Copy and Clone for Gc 2024-05-17 09:17:37 +02:00
iter.rs refactor(core/rust): improve ergonomy of IterBuf 2023-06-21 14:19:03 +02:00
list.rs refactor(core/rust): improve ergonomy of IterBuf 2023-06-21 14:19:03 +02:00
macros.rs feat(core/rust): expose attrtuple to Rust 2024-02-12 14:49:32 +01:00
map.rs feat(core/rust): add Map::is_empty() 2024-02-12 14:49:32 +01:00
mod.rs feat(core/rust): introduce SimpleTypeObj 2024-02-12 14:49:32 +01:00
module.rs feat(core/rust): Add obj_module! macro 2022-04-04 13:32:07 +02:00
obj.rs feat(core/rust): add const Obj::small_int 2024-02-12 14:49:32 +01:00
print.rs feat(rust): add print! macro for logging into terminal 2022-07-20 12:46:01 +02:00
qstr.rs feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
runtime.rs style(core/rust): remove unreachable statement 2024-05-31 15:49:29 +02:00
simple_type.rs feat(core/rust): introduce SimpleTypeObj 2024-02-12 14:49:32 +01:00
testutil.rs fix(core/rust): disable stack checking in tests (fixes spurious "recursion exceeded" errors) 2023-06-21 14:19:03 +02:00
time.rs chore(core/rust): Add micropython::time::sleep 2022-01-28 09:58:49 +01:00
typ.rs feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
util.rs feat(core/rust): expose attrtuple to Rust 2024-02-12 14:49:32 +01:00