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
f58d4443f93af21bcbdc995a54cebc8667e4e347
Giacomo Cavalieri
clippy
1y ago
f58d4443
analyse
Warn for duplicate imports Closes https://github.com/gleam-lang/gleam/issues/4665
1 year ago
ast
make sure to perform lookup in todo and panic messages as well This fixes a bug where the LS wouldn't be able to show any info for variables used inside the message of a panic or todo expression.
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
Updated tests : Expect single-line anchors and correct URLs - Updated and added tests.
1 year ago
erlang
erlang code generation for echo messages
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
format echo messages
1 year ago
io
Format
1 year ago
javascript
javascript code generation for echo messages
1 year ago
language_server
make sure 'remove echo' code action removes the echo message
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
infer echo messages
1 year ago
pretty
Add `ZeroWidthString` to pretty printing code
1 year ago
snapshots
More accurate and compact wording
1 year ago
type_
infer echo messages
1 year ago
analyse.rs
use immutable hash map and carry less data around
1 year ago
ast.rs
Use different syntax
1 year ago
ast_folder.rs
infer echo messages
1 year ago
bit_array.rs
Allow endianness specifiers for multi-byte codepoint segments
1 year ago
build.rs
improve definitions naming
1 year ago
call_graph.rs
infer echo messages
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
Fix clippy lints for Rust v1.88
1 year ago
fix.rs
Update to Rust 1.87
1 year ago
format.rs
infer echo messages
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
Clippy
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
infer echo messages
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