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
edf8719b94971784cd9f6d3ee22f1faa859e779b
GearsDatapacks
Fix bug with block lifting in pipelines
1y ago
edf8719b
analyse
Add `dev` directory
1 year ago
ast
include decision tree in the typed case expression include compiled case in result
1 year ago
build
Add tests for `dev` module
1 year ago
call_graph
Move usage detection to analyser
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
elem/e -> element
1 year ago
error
Correct capitalization in installation documentation for Bun and Rebar3
2 years ago
exhaustiveness
Remove dbg! macro
1 year ago
format
fix echo formatting
1 year ago
io
introduce `Command` struct and split `run` to make it easier to test
1 year ago
javascript
Fix bug with block lifting in pipelines
1 year ago
language_server
Print labels in missing patterns code action
1 year ago
metadata
Format
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
improve error message for some binary operations
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_
Print labels in missing patterns code action
1 year ago
analyse.rs
Make patterns fault tolerant
1 year ago
ast.rs
fix exhaustiveness bug, add more tests
1 year ago
ast_folder.rs
improve error message for some binary operations
1 year ago
bit_array.rs
Replace `typ` with `type_`
2 years ago
build.rs
Tweaks for my understanding
1 year ago
call_graph.rs
elems -> elemens in Pattern::Tuple
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
Add module_erlang_name and use it where relevant
1 year ago
error.rs
Add `dev` directory
1 year ago
exhaustiveness.rs
Make patterns fault tolerant
1 year ago
fix.rs
Update to rust edition 2024
1 year ago
format.rs
Fix 1.86 clippy warnings
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
Fix 1.86 clippy warnings
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
improve error message for some binary operations
1 year ago
paths.rs
Add `dev` directory
1 year ago
pretty.rs
Remove expr_2021
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
fix exhaustiveness bug, add more tests
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
deprecate HEXPM_USER and HEXPM_PASS in favour of HEXPM_API_KEY
1 year ago