alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
gleam
/
compiler-core
/
src
19 folders
38 files
at
17ab0e58bee197667c14bc5f72c3af2948fb6930
Giacomo Cavalieri
first go at code gen with decision trees (bit arrays are missing!)
1y ago
17ab0e58
analyse
Add `dev` directory
1 year ago
ast
first go at code gen with decision trees (bit arrays are missing!)
1 year ago
build
Add tests for `dev` module
1 year ago
call_graph
Add warning for unused pure function
1 year ago
config
Fix optional deps error Closes https://github.com/gleam-lang/gleam/issues/4152
2 years ago
docs
Updated snapshots
1 year ago
erlang
Regenerate snapshots
1 year ago
error
Forgot some snaps
1 year ago
exhaustiveness
Remove dbg! macro
1 year ago
format
Format bool assert
1 year ago
io
introduce `Command` struct and split `run` to make it easier to test
1 year ago
javascript
first go at code gen with decision trees (bit arrays are missing!)
1 year ago
language_server
Regenerate snapshots
1 year ago
metadata
Improve purity tracking
1 year ago
package_interface
Introduce GleamVersion struct This allows us to have a single field in PackageConfig for both hex and pubgrub
1 year ago
parse
Add tests
1 year ago
pretty
other various elems
1 year ago
snapshots
Move serialisation tests to docs Ensure that JSON nesting is in the snapshot by introducing a new PackageInformation struct
1 year ago
type_
include decision tree in the typed case expression include compiled case in result
1 year ago
analyse.rs
Use origin for stdlib purity
1 year ago
ast.rs
first go at code gen with decision trees (bit arrays are missing!)
1 year ago
ast_folder.rs
Add parsing for assert message
1 year ago
bit_array.rs
Do not reject negative sized segment expressions
1 year ago
build.rs
Fix slightly wrong error message for missing main function in test module
1 year ago
call_graph.rs
Clippy
1 year ago
codegen.rs
Add module_erlang_name and use it where relevant
1 year ago
config.rs
Ensure dependencies are serialized in order
1 year ago
dep_tree.rs
Update to rust edition 2024
1 year ago
dependency.rs
Fix 1.86 clippy warnings
1 year ago
diagnostic.rs
Update to rust edition 2024
1 year ago
docs.rs
Tweaks for my understanding
1 year ago
encryption.rs
replace generic encrypt/decrypt data error messages
1 year ago
erlang.rs
Refactor to use `function_reference` helper
1 year ago
error.rs
Reject zero or negative sized segments
1 year ago
exhaustiveness.rs
Allow assignment patterns in bit array segments
1 year ago
fix.rs
Update to rust edition 2024
1 year ago
format.rs
Format bool assert
1 year ago
graph.rs
Update to rust edition 2024
1 year ago
hex.rs
Update to rust edition 2024
1 year ago
io.rs
Strongly typed cache file loading
1 year ago
javascript.rs
first go at code gen with decision trees (bit arrays are missing!)
1 year ago
language_server.rs
Fix build dir bug
1 year ago
lib.rs
Add call graph to reference tracking
1 year ago
line_numbers.rs
add cache encode decode for linenumbers
2 years ago
manifest.rs
Update to rust edition 2024
1 year ago
metadata.rs
Split compiler into core and cli
5 years ago
package_interface.rs
Introduce GleamVersion struct This allows us to have a single field in PackageConfig for both hex and pubgrub
1 year ago
parse.rs
Add warning for unused pure function
1 year ago
paths.rs
Add `dev` directory
1 year ago
pretty.rs
Document `pretty` module
1 year ago
reference.rs
Address review comments
1 year ago
requirement.rs
Move serialisation tests to docs Ensure that JSON nesting is in the snapshot by introducing a new PackageInformation struct
1 year ago
strings.rs
Fix String with escapes prefix matching on Erlang. Fixes gleam-lang/gleam#3126. Fixes String prefix matching on Erlang when the prefix contains escape characters or unicode codepoints by ensuring the correct prefix byte length is matched against. Signed-off-by: Nashwan Azhari <aznashwan@icloud.com>
2 years ago
type_.rs
Add documentation
1 year ago
uid.rs
Update to rust edition 2024
1 year ago
version.rs
feat(build): Check the version before building If the version of gleam has changed since we last rebuilt instead of reusing any artifacts, instead clear them all out and rebuild from scratch.
4 years ago
warning.rs
fix typo in warning for pure unused value
1 year ago