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
18 folders
37 files
at
b17acb86e9de0416ed8b1e66d9fd9c7488095cf2
GearsDatapacks
Fix duplication of type aliases
1y ago
b17acb86
analyse
Update to rust edition 2024
1 year ago
ast
Update to rust edition 2024
1 year ago
build
Initial work on package interface generation with cached modules
1 year ago
call_graph
Update to rust edition 2024
1 year ago
config
Fix optional deps error Closes https://github.com/gleam-lang/gleam/issues/4152
2 years ago
docs
Initial work on package interface generation with cached modules
1 year ago
erlang
Remove expr_2021
1 year ago
error
Correct capitalization in installation documentation for Bun and Rebar3
2 years ago
exhaustiveness
Update to rust edition 2024
1 year ago
format
change formatting of function captures with a single hole
1 year ago
io
introduce `Command` struct and split `run` to make it easier to test
1 year ago
javascript
Remove expr_2021
1 year ago
language_server
Remove expr_2021
1 year ago
metadata
Initial work on package interface generation with cached modules
1 year ago
package_interface
Fix duplication of type aliases
1 year ago
parse
Remove expr_2021
1 year ago
pretty
Replace String with EcoString
2 years ago
type_
Initial work on package interface generation with cached modules
1 year ago
analyse.rs
Fix duplication of type aliases
1 year ago
ast.rs
Update to rust edition 2024
1 year ago
ast_folder.rs
Make case expressions fault tolerant
2 years ago
bit_array.rs
Replace `typ` with `type_`
2 years ago
build.rs
Fix duplication of type aliases
1 year ago
call_graph.rs
Update to rust edition 2024
1 year ago
codegen.rs
Update to rust edition 2024
1 year ago
config.rs
Update to rust edition 2024
1 year ago
dep_tree.rs
Update to rust edition 2024
1 year ago
dependency.rs
Update to rust edition 2024
1 year ago
diagnostic.rs
Update to rust edition 2024
1 year ago
docs.rs
Initial work on package interface generation with cached modules
1 year ago
encryption.rs
Nice errors
2 years ago
erlang.rs
Update to rust edition 2024
1 year ago
error.rs
Update to rust edition 2024
1 year ago
exhaustiveness.rs
Initial work on package interface generation with cached modules
1 year ago
fix.rs
Update to rust edition 2024
1 year ago
format.rs
change formatting of function captures with a single hole
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
Update to rust edition 2024
1 year ago
javascript.rs
Update to rust edition 2024
1 year ago
language_server.rs
Update to rust edition 2024
1 year ago
lib.rs
Fix caching issue with variant inference
2 years 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
Fix duplication of type aliases
1 year ago
parse.rs
Update to rust edition 2024
1 year ago
paths.rs
Update to rust edition 2024
1 year ago
pretty.rs
Remove expr_2021
1 year ago
requirement.rs
Update to rust edition 2024
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
Initial work on package interface generation with cached modules
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
Update to rust edition 2024
1 year ago