You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/rust/src/micropython
matejcik 39b7b22777
refactor(core/rust): Paragraph is now based on TString
3 months ago
..
buffer.rs refactor(core/rust): Paragraph is now based on TString 3 months ago
dict.rs feat(core/rust): catch, handle and propagate uPy exceptions 3 years ago
ffi.rs refactor(core/rust): move iter_into_array to micropython::utils 5 months ago
func.rs feat(core/rust): exposing vararg functions to uPy 3 years ago
gc.rs feat(core/rust): homescreen background image 1 year ago
iter.rs refactor(core/rust): improve ergonomy of IterBuf 1 year ago
list.rs refactor(core/rust): improve ergonomy of IterBuf 1 year ago
macros.rs feat(core/rust): expose attrtuple to Rust 5 months ago
map.rs feat(core/rust): add Map::is_empty() 5 months ago
mod.rs feat(core/rust): introduce SimpleTypeObj 5 months ago
module.rs feat(core/rust): Add obj_module! macro 2 years ago
obj.rs feat(core/rust): add const Obj::small_int 5 months ago
print.rs feat(rust): add print! macro for logging into terminal 2 years ago
qstr.rs feat(all): implement translations into Trezor 5 months ago
runtime.rs style(core/rust): enable clippy lints 3 years ago
simple_type.rs feat(core/rust): introduce SimpleTypeObj 5 months ago
testutil.rs fix(core/rust): disable stack checking in tests (fixes spurious "recursion exceeded" errors) 1 year ago
time.rs chore(core/rust): Add micropython::time::sleep 2 years ago
typ.rs feat(all): implement translations into Trezor 5 months ago
util.rs feat(core/rust): expose attrtuple to Rust 5 months ago