tangled
alpha
login
or
join now
keii.dev
/
gleam
⭐️ A friendly language for building type-safe, scalable systems!
0
fork
atom
overview
issues
pulls
pipelines
gleam
/
compiler-core
/
src
/
at
main
19 folders
38 files
analyse
Warn for duplicate imports
7 months ago
ast
Make Jak happy!
6 months ago
build
Upgrade pubgrub version.
8 months ago
call_graph
Add warning for unused pure function
8 months ago
config
Upgrade pubgrub version.
8 months ago
docs
Updated tests : Expect single-line anchors and correct URLs - Updated and added tests.
6 months ago
erlang
Remove extra block wrapping
6 months ago
error
Forgot some snaps
8 months ago
exhaustiveness
Warn for duplicate imports
7 months ago
format
allow empty lines inside lists
7 months ago
io
introduce `Command` struct and split `run` to make it easier to test
10 months ago
javascript
Make Jak happy!
6 months ago
language_server
clippy
6 months ago
metadata
Initial support for UTF-16 in line_numbers
8 months ago
package_interface
Introduce GleamVersion struct
10 months ago
parse
Start tracking position of trailing commas
7 months ago
pretty
Add `ZeroWidthString` to pretty printing code
8 months ago
snapshots
Move serialisation tests to docs
9 months ago
type_
Reuse variables for record updates
6 months ago
analyse.rs
use immutable hash map and carry less data around
6 months ago
ast.rs
add new warning when performing redundant comparison
6 months ago
ast_folder.rs
improve definitions naming
7 months ago
bit_array.rs
Fix compiler crash for UTF-codepoint segments on the JavaScript target
6 months ago
build.rs
improve definitions naming
7 months ago
call_graph.rs
Reintroduce Generated assignment kind
8 months ago
codegen.rs
Remove `heck` dependency
8 months ago
config.rs
Docs : Trim trailing slashes from Forgejo hosts.
6 months ago
dep_tree.rs
Update to rust edition 2024
10 months ago
dependency.rs
Upgrade pubgrub version.
8 months ago
diagnostic.rs
change style of secondary labels
7 months ago
docs.rs
improve definitions naming
7 months ago
encryption.rs
replace generic encrypt/decrypt data error messages
9 months ago
erlang.rs
Make Jak happy!
6 months ago
error.rs
Fix compiler crash for UTF-codepoint segments on the JavaScript target
6 months ago
exhaustiveness.rs
update changelog
7 months ago
fix.rs
Update to Rust 1.87
8 months ago
format.rs
stop referring to 'simple constants' and give a more accurate description
6 months ago
graph.rs
Update to rust edition 2024
10 months ago
hex.rs
Update to rust edition 2024
10 months ago
io.rs
Strongly typed cache file loading
10 months ago
javascript.rs
Fix JavaScript object equality
6 months ago
language_server.rs
Use `Position`
8 months ago
lib.rs
Add call graph to reference tracking
10 months ago
line_numbers.rs
refactor remove unused imports into its own code action builder
8 months ago
manifest.rs
Upgrade pubgrub version.
8 months ago
metadata.rs
Split compiler into core and cli
4 years ago
package_interface.rs
Introduce GleamVersion struct
10 months ago
parse.rs
Start tracking position of trailing commas
7 months ago
paths.rs
Add `dev` directory
9 months ago
pretty.rs
Add `ZeroWidthString` to pretty printing code
8 months ago
reference.rs
remove reference to full_name
8 months ago
requirement.rs
Upgrade pubgrub version.
8 months ago
strings.rs
Tweak comment wording
8 months ago
type_.rs
tell different variants apart in redundant comparison checks
6 months ago
uid.rs
Update to rust edition 2024
10 months ago
version.rs
feat(build): Check the version before building
3 years ago
warning.rs
address review comment: fix warning message
6 months ago