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
19 folders
40 files
at
ae459f8083c97a7c19cddbe2fc6be3640b8fe309
Aaron Christiansen
Add specific parser error for angle-bracket generics in function definitions
1y ago
ae459f80
analyse
Change warning to error
11 months ago
ast
Store information in `TypedExpr::Invalid`
10 months ago
build
Add warning for importing a dev dependency from `src`
11 months ago
call_graph
trigger 'add annotation' code action everywhere between function name and body start
1 year 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
Fix forgejo links Fixes https://github.com/gleam-lang/gleam/issues/4688#issuecomment-3170549252
11 months ago
erlang
Use correct env when generating assert message for erlang Fixes https://github.com/gleam-lang/gleam/issues/4924
10 months ago
error
Forgot some snaps
1 year ago
exhaustiveness
Warn for duplicate imports Closes https://github.com/gleam-lang/gleam/issues/4665
1 year ago
format
fix formatting of panic/todo block messages
10 months ago
io
Fix binary files
1 year ago
javascript
Remove unnecessary assignments for blocks when the value is unused
11 months ago
language_server
add "Remove unreachable branches" code action
11 months ago
metadata
Store record field documentation in typed AST
11 months ago
package_interface
Add warning for importing a dev dependency from `src`
11 months ago
parse
Add specific parser error for angle-bracket generics in function definitions
1 year ago
pretty
rename "args" to "arguments"
1 year ago
snapshots
update the `toml` dependency and fix failing tests
11 months ago
type_
stop warning for modules that are used only by private functions
10 months ago
analyse.rs
Store information in `TypedExpr::Invalid`
10 months ago
ast.rs
properly deal with patterns using labels and the label shorthand syntax
11 months ago
ast_folder.rs
rename "args" to "arguments"
1 year ago
bit_array.rs
Collapse ifs with chained lets
11 months ago
build.rs
rename "args" to "arguments"
1 year ago
call_graph.rs
add a `BlockNode` variant to the `ClauseGuard` enum allowing us to keep track of the blocks one has explicitly used when writing a clause guard
1 year ago
codegen.rs
Remove `Result` from JavaScript code generation
1 year ago
config.rs
update the `toml` dependency and fix failing tests
11 months ago
dep_tree.rs
Update to rust edition 2024
1 year ago
dependency.rs
improve error message
1 year ago
derivation_tree.rs
More accurate and compact wording
1 year ago
diagnostic.rs
change style of secondary labels
1 year ago
docs.rs
Always include v prefix
1 year ago
encryption.rs
replace generic encrypt/decrypt data error messages
1 year ago
erlang.rs
Use correct env when generating assert message for erlang Fixes https://github.com/gleam-lang/gleam/issues/4924
10 months ago
error.rs
style: fix formatting
10 months ago
exhaustiveness.rs
Store record field documentation in typed AST
11 months ago
fix.rs
Update to Rust 1.87
1 year ago
format.rs
fix formatting of panic/todo block messages
10 months ago
graph.rs
Update to rust edition 2024
1 year ago
hex.rs
Update to rust edition 2024
1 year ago
inline.rs
Store record field documentation in typed AST
11 months ago
io.rs
cargo fmt
1 year ago
javascript.rs
Fix typo
1 year ago
language_server.rs
Use `Position`
1 year ago
lib.rs
Add AST traversal for inlining
1 year ago
line_numbers.rs
refactor remove unused imports into its own code action builder
1 year ago
manifest.rs
update the `toml` dependency and fix failing tests
11 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
Add specific parser error for angle-bracket generics in function definitions
1 year ago
paths.rs
Add `dev` directory
1 year ago
pretty.rs
Add `ZeroWidthString` to pretty printing code
1 year 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
Store record field documentation in typed AST
11 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
Typo!
10 months ago