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
36 files
at
f2b95267e138707e2469d068931ab06728009d41
Louis Pilfold
Capital letter
5d ago
f2b95267
analyse
clippy
2 weeks ago
ast
add code action to convert between bases
2 weeks ago
build
Keep cached modules in the generated Erlang .app file A warm rebuild only passed the recompiled modules to codegen, so the .app modules list shrank (empty when nothing changed). Fixes #5834. Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
2 weeks ago
call_graph
remove usages of `Default::default()`
1 month ago
config
SPDX licence information comments
1 month ago
docs
get rid of write! macro for appending to strings
1 week ago
erlang
fix compilation of negate binary operators
1 week ago
error
Fix panic wrapping multibyte char at width boundary
5 days ago
exhaustiveness
clippy
2 weeks ago
io
remove usages of `Default::default()`
1 month ago
javascript
get rid of write! macro for appending to strings
1 week ago
metadata
remove usages of `Default::default()`
1 month ago
package_interface
Fix package interface generation for type aliases
2 weeks ago
parse
allow negative numbers in different bases
2 weeks ago
snapshots
Snapshot the generated .app file content Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
2 weeks ago
type_
Fix unused module for discarded alias collision
1 week ago
analyse.rs
clippy
2 weeks ago
ast.rs
clippy
2 weeks ago
ast_folder.rs
SPDX licence information comments
1 month ago
bit_array.rs
clippy
2 weeks ago
build.rs
Remove redundant positions in UnqualifiedImport Co-authored-by: Louis Pilfold <louis@lpil.uk>
2 weeks ago
call_graph.rs
clippy
2 weeks ago
codegen.rs
clippy
2 weeks ago
config.rs
Stage git path dependencies via worktrees Clone the repo once, check the commit out in a temp worktree, and hard-link the dependency's subdirectory into build/packages.
1 month ago
dep_tree.rs
SPDX licence information comments
1 month ago
dependency.rs
clippy
2 weeks ago
derivation_tree.rs
get rid of write! macro for appending to strings
1 week ago
diagnostic.rs
clippy
2 weeks ago
docs.rs
clippy
2 weeks ago
encryption.rs
remove redundant clones
1 month ago
erlang.rs
fix generated erlang code for externals with discarded arguments
1 week ago
error.rs
Capital letter
5 days ago
exhaustiveness.rs
clippy
2 weeks ago
hex.rs
Authenticate Hex package requests with HEXPM_READ_API_KEY Use the API key from the HEXPM_READ_API_KEY environment variable, when set, to authenticate requests to Hex while resolving and downloading dependencies. This raises the rate limit from the stricter per-IP limit to the higher per-user limit.
2 weeks ago
inline.rs
SPDX licence information comments
1 month ago
io.rs
clippy
2 weeks ago
javascript.rs
make javascript code generation faster by skipping grapheme counting in docs
1 week ago
lib.rs
add clippy lint to disable `push_str(&format())`
2 weeks ago
line_numbers.rs
SPDX licence information comments
1 month ago
manifest.rs
clippy
2 weeks ago
metadata.rs
SPDX licence information comments
1 month ago
package_interface.rs
Fix package interface generation for type aliases
2 weeks ago
parse.rs
clippy
2 weeks ago
paths.rs
clippy
2 weeks ago
reference.rs
Fix unused module for discarded alias collision
1 week ago
requirement.rs
Handle case where path field is empty
1 month ago
strings.rs
clippy
2 weeks ago
tests.rs
Add licence comments
1 month ago
type_.rs
clippy
2 weeks ago
uid.rs
SPDX licence information comments
1 month ago
version.rs
Use consistent spelling
3 weeks ago
warning.rs
Correct typo Co-authored-by: Andrey <ankddev@duck.com>
1 week ago