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
39 files
at
bddb2d455fc8732fdedee72e94f6100f028778a9
Gavin Morrow
Fix invalid JS for ints with 0s as prefix (#5459)
4mo ago
bddb2d45
analyse
Remove LocalConstant variant of ValueConstructor
7 months ago
ast
Support goto definition and other LSP actions on clause guards
5 months ago
build
Run test on CI
5 months ago
call_graph
Fix type-checking bug with several mutually recursive functions
8 months ago
config
Upgrade pubgrub version. This commit updates the pubgrub and hexpm dependency version. It also makes sure that version ranges are parsed on creation rather than use to improve error handling.
1 year ago
docs
address review comment
5 months ago
erlang
fix erlang code generation with 0 literal denominator
5 months ago
error
Forgot some snaps
1 year ago
exhaustiveness
Slightly more descriptive name
4 months ago
format
do now wrap multiple tuple and field access in a block
4 months ago
io
Fix binary files
1 year ago
javascript
Fix invalid JS for ints with 0s as prefix (#5459)
4 months ago
metadata
Remove LocalConstant variant of ValueConstructor
7 months ago
package_interface
Revert "test: add test + snapshots" This reverts commit 83e3327be0d3ef869b528934979e17cc065965ed.
5 months ago
parse
Test language server functions with guards
5 months ago
pretty
rename "args" to "arguments"
1 year ago
snapshots
Revert "test: add test + snapshots" This reverts commit 83e3327be0d3ef869b528934979e17cc065965ed.
5 months ago
type_
Remove extra clone
4 months ago
analyse.rs
Function signature helper now respects original definition generic names when arguments are unbound
1 year ago
ast.rs
Support goto definition and other LSP actions on clause guards
5 months ago
ast_folder.rs
feat: format const record updates
7 months ago
bit_array.rs
fix: use position of `unit` segment itself in diagnostic Signed-off-by: Andrey <andrekabatareika@gmail.com>
5 months ago
build.rs
Support goto definition and other LSP actions on clause guards
5 months ago
call_graph.rs
feat: improve guard operator errors and refactor clause guard AST This change fixes incorrect error reporting when integer operators are used with floats in case expression guards. It also refactors the binary clause guard AST by replacing per operator variants with a unified `ClauseGuard::BinOp` node, aligned with the regular expression AST, and extends this representation to support string concatenation in clause guards.
6 months ago
codegen.rs
Add erlang.application_start_argument configuration
10 months ago
config.rs
Revert "test: add test + snapshots" This reverts commit 83e3327be0d3ef869b528934979e17cc065965ed.
5 months ago
dep_tree.rs
Fix Rust 1.94 ambiguity error
4 months ago
dependency.rs
Specific error for TOTP
5 months ago
derivation_tree.rs
Defer error printing for resolution errors
10 months ago
diagnostic.rs
change style of secondary labels
1 year ago
docs.rs
clippy!
6 months ago
encryption.rs
replace generic encrypt/decrypt data error messages
1 year ago
erlang.rs
fix erlang code generation with 0 literal denominator
5 months ago
error.rs
Specific error for TOTP
5 months ago
exhaustiveness.rs
fix error with unreachable binary patterns
6 months ago
fix.rs
Update to Rust 1.87
1 year ago
format.rs
do now wrap multiple tuple and field access in a block
4 months ago
graph.rs
Fix type-checking bug with several mutually recursive functions
8 months ago
hex.rs
Use MFA
5 months ago
inline.rs
Support goto definition and other LSP actions on clause guards
5 months ago
io.rs
cargo fmt
1 year ago
javascript.rs
use the public Dict API inside `echo`
7 months ago
lib.rs
Split language server into its own crate
7 months ago
line_numbers.rs
refactor remove unused imports into its own code action builder
1 year ago
manifest.rs
Split language server into its own crate
7 months ago
metadata.rs
Split compiler into core and cli
5 years ago
package_interface.rs
rename "args" to "arguments"
1 year ago
parse.rs
Support goto definition and other LSP actions on clause guards
5 months ago
paths.rs
Wire up OAuth flow
5 months ago
pretty.rs
address review comments
6 months ago
reference.rs
stop warning for modules that are used only by private functions
10 months ago
requirement.rs
Error for invalid dependency specification Closes https://github.com/gleam-lang/gleam/issues/4867
11 months ago
strings.rs
Tweak comment wording
1 year ago
type_.rs
Slightly more descriptive name
4 months 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
Wire up OAuth flow
5 months ago