issues
search
julelang
/
jule
Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
133
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
jule: update type alias semantics
#116
mertcandav
closed
5 days ago
0
jule: update use declarations
#115
mertcandav
closed
1 month ago
0
runtime: implement some runtime stuff in pure Jule
#114
mertcandav
closed
1 month ago
0
jule: new trait implementation
#113
mertcandav
closed
2 months ago
0
jule: refactor and improve closures
#112
mertcandav
closed
2 months ago
0
jule: new closures
#111
mertcandav
closed
2 months ago
0
compiler: improve boundary analysis and optimizations
#110
mertcandav
closed
2 months ago
0
jule: implement immutable strings
#109
mertcandav
closed
3 months ago
0
`Else` condition after a newline gets skipped
#108
lakshgupta
closed
4 months ago
1
ci/cd: calling WriteConsoleW function on GitHub Actions fails
#107
mertcandav
opened
4 months ago
0
Error when trying to build jule with gcc-13
#106
mingodad
closed
2 months ago
29
api: fix using of uninitialized memory for Linux
#105
mertcandav
closed
5 months ago
0
api: use of uninitialized memory (missing zero terminator)
#104
mingodad
closed
5 months ago
3
compiler: reimplement codegen
#103
mertcandav
closed
7 months ago
0
jule: reimplement traits and functions
#102
mertcandav
closed
7 months ago
0
Update CI
#101
mertcandav
closed
8 months ago
0
CI/CD: current CI actions does not checks forked repositories
#100
mertcandav
closed
8 months ago
0
Revert "style: use pointer to `const`"
#99
mertcandav
closed
8 months ago
0
style: use pointer to `const`
#98
vil02
closed
8 months ago
4
Add CI to test standard library
#97
mertcandav
closed
8 months ago
0
fix: use proper return type of `Ptr::operator=`
#96
vil02
closed
8 months ago
0
fix: use proper return type of `Slice::operator=`
#95
vil02
closed
8 months ago
0
fix: use proper return type of `Fn::operator=`
#94
vil02
closed
8 months ago
0
fix: use proper return type of `Trait::operator=`
#93
vil02
closed
8 months ago
0
fix: use proper return type of `Any::operator=`
#92
vil02
closed
8 months ago
0
style: use braced-init-list for creating default objects
#91
vil02
closed
8 months ago
0
refactor: use `jule::Str::begin()` in `jule::Str::end()`
#90
vil02
closed
8 months ago
0
refactor: use `std::string::data()` in `jule::Str::begin()`
#89
vil02
closed
8 months ago
0
refactoring: use structures for object code generation
#88
mertcandav
closed
9 months ago
0
fix: avoid infinite recursion
#87
vil02
closed
9 months ago
0
fix: check if `*this` is `src` in `Array::operator==`
#86
vil02
closed
9 months ago
0
fix: add back `outln`
#85
vil02
closed
9 months ago
0
tests: make `array_oop` actually test something
#84
vil02
closed
9 months ago
1
style: prefer `using` when dealing with pointers
#83
vil02
closed
9 months ago
0
fix: cast indicies to `std::size_t` in `Array`
#82
vil02
closed
9 months ago
0
style: remove `const` from template arguments
#81
vil02
closed
9 months ago
0
style: default `~Trait()`
#80
vil02
closed
9 months ago
0
style: use member initializer in the move constructor of `Ptr`
#79
vil02
closed
9 months ago
0
fix: do not use `const` in move constructors
#78
vil02
closed
9 months ago
0
style: use member initializer in the move constructor of `Any`
#77
vil02
closed
9 months ago
1
Add GCC to CI
#76
mertcandav
closed
9 months ago
0
About fixed with integers and PR #73
#75
mertcandav
closed
9 months ago
4
Revert "fix: use fixed width integer types to define jule types"
#74
mertcandav
closed
9 months ago
0
fix: use fixed width integer types to define jule types
#73
vil02
closed
9 months ago
4
style: avoid sign conversion in `utf8_to_runes`
#72
vil02
closed
9 months ago
0
style: avoid sign conversion in `utf16_decode`
#71
vil02
closed
9 months ago
0
style: use `auto` with `static_cast`
#70
vil02
closed
9 months ago
0
style: avoid comparison of ints of different sign
#69
vil02
closed
9 months ago
0
fix: `reinterpret_cast` is not `constexpr`
#68
vil02
closed
9 months ago
0
style: include `cstddef`
#67
vil02
closed
9 months ago
0
Next