issues
search
hash-org
/
hashc
The Hash programming language compiler :zap:
https://hash-org.github.io/hashc/
MIT License
26
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Improve layout table printing
#1081
feds01
closed
1 month ago
0
Improve table layout printing
#1080
feds01
closed
1 month ago
0
lower: fix Graphviz output and settings
#1079
feds01
closed
1 month ago
0
chore: fixes from formatting and clippy upgrade
#1078
feds01
closed
1 month ago
0
chore: updates to toolchain and dependencies
#1077
feds01
closed
1 month ago
0
Upgrade dependencies and fix clippy
#1076
feds01
closed
3 months ago
0
Fix string comparison code generation
#1075
feds01
closed
3 months ago
0
Various metrics comms fixes
#1074
feds01
closed
3 months ago
0
llvm 18
#1073
feds01
closed
4 months ago
0
doc: add instructions about building project without LLVM
#1072
feds01
closed
4 months ago
0
utils(panic): update message API for Rust 1.81.0
#1071
feds01
closed
4 months ago
0
json messaging format
#1070
feds01
closed
4 months ago
0
chore: fix clippy
#1069
feds01
closed
5 months ago
0
fix #1066
#1068
feds01
closed
5 months ago
0
messaging
#1067
feds01
closed
5 months ago
0
Mismatching operand types (pointer to function) causes LLVM crash
#1066
feds01
closed
5 months ago
1
Fix import resolution logic
#1065
feds01
closed
5 months ago
0
chore: fix clippy issues
#1064
feds01
closed
7 months ago
0
Add GH workflow status to README
#1063
yrnehli
closed
7 months ago
0
New constant declration syntax
#1062
feds01
opened
7 months ago
0
Fix opt level config
#1061
feds01
closed
6 months ago
0
Allow for disabling compilation of LLVM backend
#1060
feds01
closed
7 months ago
0
Fix #1052
#1059
feds01
closed
6 months ago
0
Fix spreads
#1058
kontheocharis
opened
7 months ago
0
Implement proper pattern unification with a global hole context
#1057
kontheocharis
opened
7 months ago
0
Data defs, ctors, and module items should all appear in the TIR as callables
#1056
kontheocharis
opened
7 months ago
0
tir: Do not store function type on function literals
#1055
kontheocharis
opened
7 months ago
0
tir: Merge terms and patterns into a single data structure
#1054
kontheocharis
opened
7 months ago
0
tir: Implement normalisation by evaluation
#1053
kontheocharis
opened
7 months ago
0
Local closures aren't lowered correctly
#1052
feds01
closed
6 months ago
0
Fixes issues with line range reporting on Windows
#1051
feds01
closed
7 months ago
0
fix miscompilations on Windows
#1050
feds01
closed
8 months ago
0
Fix clippy and upgrade dependencies
#1049
feds01
closed
8 months ago
2
compiler: rename `hash-layout` to `hash-repr`
#1048
feds01
closed
8 months ago
0
chore: fmt and clippy issues
#1047
feds01
closed
8 months ago
0
Metrics: Implement a new metrics view with RSS reporting
#1046
feds01
closed
8 months ago
0
Rename `hash-layout` to `hash-repr`
#1045
feds01
closed
8 months ago
0
codegen(llvm): update inkwell and dependencies
#1044
feds01
closed
8 months ago
0
lower: add metrics to optimisation passes
#1043
feds01
closed
8 months ago
0
build(deps): bump tracing from 0.1.39 to 0.1.40
#1042
dependabot[bot]
closed
9 months ago
0
Constant representation in TIR
#1041
feds01
closed
8 months ago
0
Store `TargetDataLayout` on `Target`
#1040
feds01
closed
9 months ago
0
Move `IrTy` to `ReprTy`
#1039
feds01
closed
9 months ago
0
Introduce a prototype for compiler messages in a separate crate
#1038
kontheocharis
opened
11 months ago
0
Create a thin interface that one can use to "spawn" and communicate with a compiler instance (also useful for comptime stuff)
#1037
kontheocharis
opened
11 months ago
0
Compiler should be able to emit diagnostics in a structured format
#1036
kontheocharis
opened
11 months ago
0
Introduce an eviction mechansim to all of the static stores that are used in the compiler
#1035
kontheocharis
opened
11 months ago
0
Introduce a new compiler stage that essentially runs the compiler in a "server" mode which enables it to actively listen and react to messages
#1034
kontheocharis
opened
11 months ago
0
Update formatting and fix clippy issues
#1033
feds01
closed
1 year ago
1
storage: shrink direct sequence element ids from `16bytes` to `12bytes`
#1032
feds01
closed
1 year ago
2
Next