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
16 folders
35 files
at
a58708101e42cd20cf4adc1103bec898179d5b51
Louis Pilfold
Additional tests
2y ago
b0140da2
analyse
Update publicity representation in the AST
2 years ago
ast
Check for squatting
2 years ago
build
Remove unused code
2 years ago
call_graph
Fix impl tracking bug
2 years ago
docs
Fix a bug with test code
2 years ago
erlang
Do not suggest internal modules
2 years ago
exhaustiveness
Remove dbg
2 years ago
format
Fix a bug where the first pattern of a case expression would be nested more than necessary
2 years ago
io
WASM is simpler and supports incremental compilation
2 years ago
javascript
add missing issue reference comment to list test
2 years ago
language_server
Clippy!
2 years ago
metadata
Remove unused code
2 years ago
package_interface
Do not suggest internal modules
2 years ago
parse
removed empty check in parser and unused ParseErrorType::NoCaseClause
2 years ago
pretty
add missing tests
2 years ago
type_
Additional tests
2 years ago
analyse.rs
Additional tests
2 years ago
ast.rs
Check for squatting
2 years ago
ast_folder.rs
Allow as to take an expression when used with todo. Allow as to take an expression when used with todo. Added more tests.
2 years ago
bit_array.rs
Remove deprecated bit options
2 years ago
build.rs
pr feedback
2 years ago
call_graph.rs
Add reference to value in BitArray option `size`
2 years ago
codegen.rs
Fix generated `mod` property in erlang application The generated output was just `{mod, 'my_module'}`. But I'm pretty sure this needs to include the arguments as well? This PR updates it to produce: `{mod, {'my_module', []}}`. In my local testing, this worked as expected.
2 years ago
config.rs
Update uri_serde to handle Option<Uri> via deserialize_option
2 years ago
dep_tree.rs
Add cycle detection tests
2 years ago
dependency.rs
comments
2 years ago
diagnostic.rs
Replace `smol_str` with `ecow` * Search + replace: - `use smol_str::SmolStr` -> `use ecow::EcoString` - `SmolStr` -> `EcoString` * Replace `EcoString::new` with `EcoString::from`
2 years ago
docs.rs
Fix a bug with test code
2 years ago
erlang.rs
Format
2 years ago
error.rs
remove empty-specific error
2 years ago
exhaustiveness.rs
Remove redundant field
2 years ago
fix.rs
Remove outdated fixers
2 years ago
format.rs
Fix a bug where the first pattern of a case expression would be nested more than necessary
2 years ago
graph.rs
Fix recursion bug
3 years ago
hex.rs
Update `strum`
2 years ago
io.rs
switch to stripping target instead of canonicalising source
2 years ago
javascript.rs
let's fix this typo while we're at it
2 years ago
language_server.rs
More modules!
2 years ago
lib.rs
Review
2 years ago
line_numbers.rs
add cache encode decode for linenumbers
2 years ago
manifest.rs
switch to stripping target instead of canonicalising source
2 years ago
metadata.rs
Split compiler into core and cli
5 years ago
package_interface.rs
Fix impl tracking bug
2 years ago
parse.rs
removed empty check in parser and unused ParseErrorType::NoCaseClause
2 years ago
paths.rs
Handle app and package name mismatch
2 years ago
pretty.rs
pr fixes
2 years ago
requirement.rs
Replace `smol_str` with `ecow` * Search + replace: - `use smol_str::SmolStr` -> `use ecow::EcoString` - `SmolStr` -> `EcoString` * Replace `EcoString::new` with `EcoString::from`
2 years ago
type_.rs
Remove unused code
2 years ago
uid.rs
Do not reset ids
3 years 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
Internal type leak warning
2 years ago