alpha
Login
or
Join now
gleam.run
/
gleam
Star
297
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
⭐️ A friendly language for building type-safe, scalable systems!
Star
297
Fork
3
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
/
at
main
16 folders
36 files
Louis Pilfold
Correct typo
3d ago
8a3f0d66
analyse
clippy
1 week ago
ast
add code action to convert between bases
1 week 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>
1 week ago
call_graph
remove usages of `Default::default()`
4 weeks ago
config
SPDX licence information comments
1 month ago
docs
get rid of write! macro for appending to strings
1 week ago
erlang
fix generated erlang code for externals with discarded arguments
6 days ago
error
use new format of destination
1 month ago
exhaustiveness
clippy
1 week ago
io
remove usages of `Default::default()`
4 weeks ago
javascript
get rid of write! macro for appending to strings
1 week ago
metadata
remove usages of `Default::default()`
4 weeks ago
package_interface
Fix package interface generation for type aliases
1 week ago
parse
allow negative numbers in different bases
1 week ago
snapshots
Snapshot the generated .app file content Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
1 week ago
type_
Correct typo Co-authored-by: Andrey <ankddev@duck.com>
3 days ago
analyse.rs
Correct typo Co-authored-by: Andrey <ankddev@duck.com>
3 days ago
ast.rs
clippy
1 week ago
ast_folder.rs
SPDX licence information comments
1 month ago
bit_array.rs
clippy
1 week ago
build.rs
Remove redundant positions in UnqualifiedImport Co-authored-by: Louis Pilfold <louis@lpil.uk>
1 week ago
call_graph.rs
clippy
1 week ago
codegen.rs
clippy
1 week 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
1 week ago
derivation_tree.rs
get rid of write! macro for appending to strings
1 week ago
diagnostic.rs
clippy
1 week ago
docs.rs
clippy
1 week ago
encryption.rs
remove redundant clones
4 weeks ago
erlang.rs
fix generated erlang code for externals with discarded arguments
6 days ago
error.rs
get rid of write! macro for appending to strings
1 week ago
exhaustiveness.rs
clippy
1 week 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.
1 week ago
inline.rs
SPDX licence information comments
1 month ago
io.rs
clippy
1 week ago
javascript.rs
make javascript code generation faster by skipping grapheme counting in docs
6 days ago
lib.rs
add clippy lint to disable `push_str(&format())`
1 week ago
line_numbers.rs
SPDX licence information comments
1 month ago
manifest.rs
clippy
1 week ago
metadata.rs
SPDX licence information comments
1 month ago
package_interface.rs
Fix package interface generation for type aliases
1 week ago
parse.rs
clippy
1 week ago
paths.rs
clippy
1 week ago
reference.rs
clippy
1 week ago
requirement.rs
Handle case where path field is empty
1 month ago
strings.rs
clippy
1 week ago
tests.rs
Add licence comments
1 month ago
type_.rs
clippy
1 week ago
uid.rs
SPDX licence information comments
1 month ago
version.rs
Use consistent spelling
2 weeks ago
warning.rs
Correct typo Co-authored-by: Andrey <ankddev@duck.com>
3 days ago