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
39 files
at
48862b46ea8aa7d5be0237435dc75659eb497e6c
GearsDatapacks
Fix rebase
1y ago
48862b46
analyse
Warn for duplicate imports Closes https://github.com/gleam-lang/gleam/issues/4665
1 year ago
ast
Clippy
1 year ago
build
support .cjs files
1 year ago
call_graph
Add warning for unused pure function
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 generated docs
1 year ago
erlang
`IntegerOperator` -> `IntOperator`
1 year 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 test
1 year ago
io
Format
1 year ago
javascript
Fix rebase
1 year ago
language_server
Clippy
1 year ago
metadata
Initial support for UTF-16 in line_numbers
1 year ago
package_interface
Introduce GleamVersion struct This allows us to have a single field in PackageConfig for both hex and pubgrub
1 year ago
parse
Implement parsing of binary operators in bit arrays size patterns
1 year ago
pretty
Add `ZeroWidthString` to pretty printing code
1 year ago
snapshots
More accurate and compact wording
1 year ago
type_
Clippy
1 year ago
analyse.rs
use immutable hash map and carry less data around
1 year ago
ast.rs
Fix rebase
1 year ago
ast_folder.rs
Add support for blocks in bit array pattern sizes
1 year ago
bit_array.rs
Replace `Pattern::VarUsage` with `Pattern::BitArraySize`
1 year ago
build.rs
improve definitions naming
1 year ago
call_graph.rs
Add support for blocks in bit array pattern sizes
1 year ago
codegen.rs
Remove `Result` from JavaScript code generation
1 year ago
config.rs
Docs : Trim trailing slashes from Forgejo hosts. - Strip trailing slashes from Forgejo/Gitea Hosts - "Repository" and "View-Source" links do not include `//`
1 year 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
improve definitions naming
1 year ago
encryption.rs
replace generic encrypt/decrypt data error messages
1 year ago
erlang.rs
clippy
1 year ago
error.rs
clippy
1 year ago
exhaustiveness.rs
Check for calculated read sizes being negative
1 year ago
fix.rs
Update to Rust 1.87
1 year ago
format.rs
`IntegerOperator` -> `IntOperator`
1 year ago
graph.rs
Update to rust edition 2024
1 year ago
hex.rs
Update to rust edition 2024
1 year ago
io.rs
cargo fmt
1 year ago
javascript.rs
Fix units for operations in `bytes` segment sizes
1 year ago
language_server.rs
Use `Position`
1 year ago
lib.rs
improve error message
1 year ago
line_numbers.rs
refactor remove unused imports into its own code action builder
1 year ago
manifest.rs
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
metadata.rs
Split compiler into core and cli
5 years ago
package_interface.rs
Introduce GleamVersion struct This allows us to have a single field in PackageConfig for both hex and pubgrub
1 year ago
parse.rs
`IntegerOperator` -> `IntOperator`
1 year ago
paths.rs
Add `dev` directory
1 year ago
pretty.rs
Add `ZeroWidthString` to pretty printing code
1 year ago
reference.rs
remove reference to full_name
1 year ago
requirement.rs
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
strings.rs
Tweak comment wording
1 year ago
type_.rs
tell different variants apart in redundant comparison checks
1 year 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
Fix clippy lints for Rust v1.88
1 year ago