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
f9346e2eecd1125a6b5213ba1a4f7df43f9f7152
GearsDatapacks
Do not generate API functions for private or opaque custom types
10mo ago
f9346e2e
analyse
Change warning to error
11 months ago
ast
remove well typed check on "add omitted labels" code action
10 months ago
build
remove io capabilities from all code actions and completer
10 months ago
call_graph
use `Vec<>` instead of `Option<Vec1<>>`
10 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
Support Tangled as a repository option
10 months ago
erlang
Use _inline prefix
10 months ago
error
Forgot some snaps
1 year ago
exhaustiveness
Favour public type aliases over internal types
11 months ago
format
fix formatting of panic/todo block messages
10 months ago
io
Fix binary files
1 year ago
javascript
Do not generate API functions for private or opaque custom types
10 months ago
language_server
remove well typed check on "add omitted labels" code action
10 months ago
metadata
Cache publicity for named types and parameters for type aliases
11 months ago
package_interface
Add warning for importing a dev dependency from `src`
11 months ago
parse
empty type parameter list is no longer a syntax error
10 months ago
pretty
rename "args" to "arguments"
1 year ago
snapshots
update the `toml` dependency and fix failing tests
11 months ago
type_
Appease Clippy
10 months ago
analyse.rs
clippy
10 months ago
ast.rs
empty type parameter list is no longer a syntax error
10 months ago
ast_folder.rs
use `Vec<>` instead of `Option<Vec1<>>`
10 months ago
bit_array.rs
Collapse ifs with chained lets
11 months ago
build.rs
rename "args" to "arguments"
1 year ago
call_graph.rs
use `Vec<>` instead of `Option<Vec1<>>`
10 months ago
codegen.rs
Remove `Result` from JavaScript code generation
1 year ago
config.rs
Support Tangled as a repository option
10 months ago
dep_tree.rs
Update to rust edition 2024
1 year ago
dependency.rs
Defer error printing for resolution errors
10 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
Always include v prefix
1 year ago
encryption.rs
replace generic encrypt/decrypt data error messages
1 year ago
erlang.rs
Appease Clippy
10 months ago
error.rs
use better naming
10 months ago
exhaustiveness.rs
implement interference based pruning
10 months ago
fix.rs
Update to Rust 1.87
1 year ago
format.rs
empty type parameter list is no longer a syntax error
10 months ago
graph.rs
Update to rust edition 2024
1 year ago
hex.rs
take name of transferred package as a command line argument
10 months ago
inline.rs
Use _inline prefix
10 months ago
io.rs
cargo fmt
1 year ago
javascript.rs
Do not generate API functions for private or opaque custom types
10 months 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
Changelog
10 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
empty type parameter list is no longer a syntax error
10 months 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
Cache publicity for named types and parameters for type aliases
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