tangled
alpha
login
or
join now
daniellemaywood.uk
/
gleam
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
gleam
/
compiler-core
/
src
/
at
wasm
20 folders
41 files
Louis Pilfold
Split compiler into core and cli
4y ago
59c58b3e
analyse
Change warning to error
6 months ago
ast
remove additional labels from error
6 months ago
build
Disable inlining
5 months ago
call_graph
use `Vec<>` instead of `Option<Vec1<>>`
6 months ago
config
Upgrade pubgrub version.
11 months ago
docs
Support Tangled as a repository option
6 months ago
erlang
Use _inline prefix
5 months ago
error
Forgot some snaps
10 months ago
exhaustiveness
Favour public type aliases over internal types
6 months ago
format
chore: write tests
5 months ago
io
Fix binary files
9 months ago
javascript
Add deprecation notices
5 months ago
language_server
Begin implementation of Wasm codegen
5 months ago
metadata
Cache publicity for named types and parameters for type aliases
6 months ago
package_interface
Translate more parts of a case expression
6 months ago
parse
empty type parameter list is no longer a syntax error
6 months ago
pretty
rename "args" to "arguments"
8 months ago
snapshots
Add erlang.application_start_argument configuration
5 months ago
type_
improve doc comment
5 months ago
wasm
analyse.rs
raise warning for function arguments used only in recursive calls
6 months ago
ast.rs
Implement extract function code action for expressions
6 months ago
ast_folder.rs
use `Vec<>` instead of `Option<Vec1<>>`
6 months ago
bit_array.rs
Collapse ifs with chained lets
7 months ago
build.rs
Add skeleton support for cranelift target
6 months ago
call_graph.rs
use `Vec<>` instead of `Option<Vec1<>>`
6 months ago
codegen.rs
Add erlang.application_start_argument configuration
5 months ago
config.rs
Add erlang.application_start_argument configuration
5 months ago
dep_tree.rs
Update to rust edition 2024
1 year ago
dependency.rs
Defer error printing for resolution errors
6 months ago
derivation_tree.rs
Defer error printing for resolution errors
6 months ago
diagnostic.rs
change style of secondary labels
9 months ago
docs.rs
Always include v prefix
8 months ago
encryption.rs
replace generic encrypt/decrypt data error messages
11 months ago
erlang.rs
Appease Clippy
5 months ago
error.rs
use better naming
6 months ago
exhaustiveness.rs
do not use `Eq` trait to check for pattern checks equivalence
5 months ago
fix.rs
Update to Rust 1.87
10 months ago
format.rs
chore: reword comment
5 months ago
graph.rs
Update to rust edition 2024
1 year ago
hex.rs
Format
5 months ago
inline.rs
Disable inlining
5 months ago
io.rs
cargo fmt
8 months ago
javascript.rs
Remove extra line
5 months ago
language_server.rs
Use `Position`
10 months ago
lib.rs
Begin implementation of mir
6 months ago
line_numbers.rs
refactor remove unused imports into its own code action builder
10 months ago
manifest.rs
Changelog
6 months ago
metadata.rs
Split compiler into core and cli
4 years ago
package_interface.rs
Add skeleton support for cranelift target
6 months ago
parse.rs
empty type parameter list is no longer a syntax error
6 months ago
paths.rs
Add `dev` directory
11 months ago
pretty.rs
Add `ZeroWidthString` to pretty printing code
10 months ago
reference.rs
stop warning for modules that are used only by private functions
6 months ago
requirement.rs
Error for invalid dependency specification
6 months ago
strings.rs
Tweak comment wording
10 months ago
type_.rs
change implementation
6 months ago
uid.rs
Update to rust edition 2024
1 year ago
version.rs
feat(build): Check the version before building
4 years ago
warning.rs
change implementation
6 months ago
wasm.rs