Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
0xMiden
/
compiler
Public
Notifications
You must be signed in to change notification settings
Fork
73
Star
112
Code
Issues
135
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
wip: alpha release
- #272
#272
Merged
bitwalker
merged 63 commits into
main
0xMiden/compiler:main
from
next
0xMiden/compiler:next
Copy head branch name to clipboard
Aug 15, 2024
Conversation
Commits
63
(63)
Checks
Files changed
Merged
wip: alpha release
#272
bitwalker
merged 63 commits into
main
0xMiden/compiler:main
from
next
0xMiden/compiler:next
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2024
wip: unify compilation, rodata init, test harness
bitwalker
committed
f6f64d7
View commit details
Copy full SHA for f6f64d7
Browse repository at this point
wip: derive source spans from dwarf debug info in wasm frontend
bitwalker
committed
5f17f36
View commit details
Copy full SHA for 5f17f36
Browse repository at this point
feat(codegen): propagate source spans from hir to masm
bitwalker
committed
9046730
View commit details
Copy full SHA for 9046730
Browse repository at this point
wip: refactor compiler test instantiation/configuration
Show description for b1b4ca1
bitwalker
committed
b1b4ca1
View commit details
Copy full SHA for b1b4ca1
Browse repository at this point
chore: bump rust toolchain
bitwalker
committed
e84c41d
View commit details
Copy full SHA for e84c41d
Browse repository at this point
refactor: unify diagnostics infa between compiler, assembler, vm
Show description for 7521cb7
bitwalker
committed
7521cb7
View commit details
Copy full SHA for 7521cb7
Browse repository at this point
wip: update to latest miden vm patchset
bitwalker
committed
b2670ba
View commit details
Copy full SHA for b2670ba
Browse repository at this point
wip: support compiled libraries, linker flags
bitwalker
committed
0b73156
View commit details
Copy full SHA for 0b73156
Browse repository at this point
fix: clap error formatting, unused deps
bitwalker
committed
8ab8fb3
View commit details
Copy full SHA for 8ab8fb3
Browse repository at this point
fix(cli): improve help output, hide plumbing flags
bitwalker
committed
2e06c25
View commit details
Copy full SHA for 2e06c25
Browse repository at this point
chore: move miden-vm deps to latest commit included in 0.10 releasef
bitwalker
committed
584391a
View commit details
Copy full SHA for 584391a
Browse repository at this point
refactor: unify branch successor repr, support switch arms with arguments
Show description for 38324c6
bitwalker
committed
38324c6
View commit details
Copy full SHA for 38324c6
Browse repository at this point
test: use nextest test runner
bitwalker
committed
a2c67d9
View commit details
Copy full SHA for a2c67d9
Browse repository at this point
fix: bug in program.has_entrypoint
bitwalker
committed
8e26010
View commit details
Copy full SHA for 8e26010
Browse repository at this point
fix: handle behavior change between codemap and sourcemanager
bitwalker
committed
22fadee
View commit details
Copy full SHA for 22fadee
Browse repository at this point
test: temporarily disable i128 tests until emulator supports mast
bitwalker
committed
c7cfeba
View commit details
Copy full SHA for c7cfeba
Browse repository at this point
test: disable tx_kernel and stdlib tests until rodata issues fixed
bitwalker
committed
946f52e
View commit details
Copy full SHA for 946f52e
Browse repository at this point
feat: improve inference of project type based on driver flags
bitwalker
committed
02ca966
View commit details
Copy full SHA for 02ca966
Browse repository at this point
fix: various tests, cli bugs, vm test executor, test builder api
bitwalker
committed
432db3d
View commit details
Copy full SHA for 432db3d
Browse repository at this point
fix: linking of standard library in tests
bitwalker
committed
42a2d4e
View commit details
Copy full SHA for 42a2d4e
Browse repository at this point
Commits on Aug 7, 2024
chore: update expect tests
bitwalker
committed
52721fd
View commit details
Copy full SHA for 52721fd
Browse repository at this point
chore: fix various clippy warnings, bug in wasm br_table lowering, expect output
bitwalker
committed
37b242a
View commit details
Copy full SHA for 37b242a
Browse repository at this point
chore: update cargo-component to 0.14
Denys Zadorozhnyi
authored and
bitwalker
committed
7ebb3e5
View commit details
Copy full SHA for 7ebb3e5
Browse repository at this point
fix: expect output for basic wallet p2id test
bitwalker
committed
52f7a12
View commit details
Copy full SHA for 52f7a12
Browse repository at this point
fix: incorrect wasm32-wasi target
bitwalker
committed
4e01a72
View commit details
Copy full SHA for 4e01a72
Browse repository at this point
fix: update expect tests for wit-sdk basic wallet
bitwalker
committed
1305fb2
View commit details
Copy full SHA for 1305fb2
Browse repository at this point
test: fix `rust_sdk::account` test
Denys Zadorozhnyi
authored and
bitwalker
committed
39d6d85
View commit details
Copy full SHA for 39d6d85
Browse repository at this point
Commits on Aug 8, 2024
fix: incorrect paths for intrinsics in debuginfo
bitwalker
committed
d931175
View commit details
Copy full SHA for d931175
Browse repository at this point
feat: use unique assertion code for alignment errors
bitwalker
committed
554bcd3
View commit details
Copy full SHA for 554bcd3
Browse repository at this point
fix: incorrect get_inputs stub in test
bitwalker
committed
cb542d3
View commit details
Copy full SHA for cb542d3
Browse repository at this point
feat: render stack traces alongside source spans in test errors
bitwalker
committed
8dd338d
View commit details
Copy full SHA for 8dd338d
Browse repository at this point
fix: tweak session init handling of outputs
bitwalker
committed
eb42713
View commit details
Copy full SHA for eb42713
Browse repository at this point
refactor: clean up driver init and output config
Show description for b71259c
bitwalker
committed
b71259c
View commit details
Copy full SHA for b71259c
Browse repository at this point
Commits on Aug 9, 2024
feat(debugging): improve precision of stack trace generation
Show description for ca18031
bitwalker
committed
ca18031
View commit details
Copy full SHA for ca18031
Browse repository at this point
feat(isa): implement dynamic heap memory intrinsics
Show description for 1c0937f
bitwalker
committed
1c0937f
View commit details
Copy full SHA for 1c0937f
Browse repository at this point
fix: improve quality of wasm translation in a few spots
Show description for e27c06a
bitwalker
committed
e27c06a
View commit details
Copy full SHA for e27c06a
Browse repository at this point
fix: incorrect translation of alignment check
Show description for d8bc1de
bitwalker
committed
d8bc1de
View commit details
Copy full SHA for d8bc1de
Browse repository at this point
chore: update expect tests
bitwalker
committed
25578d5
View commit details
Copy full SHA for 25578d5
Browse repository at this point
Commits on Aug 10, 2024
fix: infer link libraries from target env
bitwalker
committed
d028575
View commit details
Copy full SHA for d028575
Browse repository at this point
refactor: improve behavior of frontend config
bitwalker
committed
0230276
View commit details
Copy full SHA for 0230276
Browse repository at this point
Commits on Aug 11, 2024
chore: update to miden v0.10.2
bitwalker
committed
fa52543
View commit details
Copy full SHA for fa52543
Browse repository at this point
fix: remove unnecessary request for masm artifacts in tests
bitwalker
committed
54a44b8
View commit details
Copy full SHA for 54a44b8
Browse repository at this point
feat: move ident demangling to midenc-hir
bitwalker
committed
6ec65c6
View commit details
Copy full SHA for 6ec65c6
Browse repository at this point
feat: implement 'midenc run'
Show description for 993c092
bitwalker
committed
993c092
View commit details
Copy full SHA for 993c092
Browse repository at this point
Commits on Aug 13, 2024
chore: update to miden v0.10.3
bitwalker
committed
9d1eca4
View commit details
Copy full SHA for 9d1eca4
Browse repository at this point
Commits on Aug 14, 2024
feat: implement `miden run` debugger
Show description for 3e5a767
bitwalker
committed
3e5a767
View commit details
Copy full SHA for 3e5a767
Browse repository at this point
feat(debugger): improve argument parsing for read command
bitwalker
committed
cb0fd92
View commit details
Copy full SHA for cb0fd92
Browse repository at this point
Commits on Aug 15, 2024
feat(debugger): support syntax highlighting in the source pane
Show description for a0a5b8c
bitwalker
committed
a0a5b8c
View commit details
Copy full SHA for a0a5b8c
Browse repository at this point
chore: skip pretty printing stdlib and intrinsics modules in MASM Program
Denys Zadorozhnyi
authored and
bitwalker
committed
b855959
View commit details
Copy full SHA for b855959
Browse repository at this point
fix: add tx kernel library with stubs and link it on `-l miden`
Denys Zadorozhnyi
authored and
bitwalker
committed
c3cfedc
View commit details
Copy full SHA for c3cfedc
Browse repository at this point
fix: load tx kernel library stubs via SourceManager
Show description for 617e5aa
Denys Zadorozhnyi
authored and
bitwalker
committed
617e5aa
View commit details
Copy full SHA for 617e5aa
Browse repository at this point
refactor: rename `midenc-tx-kernel` to `miden-base-sys` and move it to
Show description for 8f5e62a
Denys Zadorozhnyi
authored and
bitwalker
committed
8f5e62a
View commit details
Copy full SHA for 8f5e62a
Browse repository at this point
refactor: build the MASL for the tx kernel stubs in `build.rs` and
Show description for 4213f3f
Denys Zadorozhnyi
authored and
bitwalker
committed
4213f3f
View commit details
Copy full SHA for 4213f3f
Browse repository at this point
refactor: delete `miden-tx-kernel-sys` crate and move the code to `miden-base-sys`
Show description for 3f926a7
Denys Zadorozhnyi
authored and
bitwalker
committed
3f926a7
View commit details
Copy full SHA for 3f926a7
Browse repository at this point
fix clippy warnings
Denys Zadorozhnyi
authored and
bitwalker
committed
9a79517
View commit details
Copy full SHA for 9a79517
Browse repository at this point
fix the build after VM v0.10.3 update
Denys Zadorozhnyi
authored and
bitwalker
committed
98fb529
View commit details
Copy full SHA for 98fb529
Browse repository at this point
fix: disable get_inputs test
bitwalker
committed
44d9946
View commit details
Copy full SHA for 44d9946
Browse repository at this point
fix(debugger): bug in breakpoint retainment
bitwalker
committed
5742116
View commit details
Copy full SHA for 5742116
Browse repository at this point
feat(debugger): implement reload command
bitwalker
committed
b587f1d
View commit details
Copy full SHA for b587f1d
Browse repository at this point
chore(debugger): some style tweaks to the source pane
bitwalker
committed
c627aa3
View commit details
Copy full SHA for c627aa3
Browse repository at this point
feat(debugger): implement internal debug logging
Show description for cee3b10
bitwalker
committed
cee3b10
View commit details
Copy full SHA for cee3b10
Browse repository at this point
chore: rename midenc-runner to midenc-debug
bitwalker
committed
e1decee
View commit details
Copy full SHA for e1decee
Browse repository at this point
chore: clean up naming in midenc-debug
bitwalker
committed
cc6c021
View commit details
Copy full SHA for cc6c021
Browse repository at this point
You can’t perform that action at this time.