Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sa-tasche pushed 30 commits to main mitgedanken-lab/c-c3c
- Fix bug when multiple `$else` clauses followed an `$if` #1824. f65ca07
- Fix regression with contract docs and generics #1821 4e78e32
- Feat: Added exp, log and pow functions as requested in #1632 (#1781) * Feat: Added exp, log and pow functions as req... 2623d7d
- net/url: implement url encoding (RFC 3986) (#1795) * net/url: implement url encoding (RFC 3986) Implement url per... 0e44e63
- use WORKING_DIRECTORY to ensure stability of finding the git hash e0afc0f
- Fix formatter output length calculation. 2797008
- Correctly handle known length slices with index checks. de04c52
- Correctly handle known length slices with index checks... and now works with `$defined` too. a2cde1e
- math: macros to set floating-point numbers with uint (#1826) * math: Setting the bits of floating-point numbers A... 259112e
- Report the correct type as not having a method when access fails #1828. 70606a2
- Prevent temp arena scribbling from causing an asan warning. #1825 4cb984e
- Fix bug where `&i[0] = null` was not detected to be an error. #1833 5ba9aca
- fix the link order to support LLVM_20 change (#1838) * fix the link order to support LLVM_20 change * Update CI t... 2a924ae
- Fix issue with inferred vector output to JSON. #1839 76da793
- Make stringify to recursively enter `#hash` expressions #1834. 8c12f92
- Fix bug with enums with jump tables #1840 also affecting ranged enums entries. 3033295
- Enum associated declarations accidentally allowed declaration in function style. #1841 70da1f7
- Improve error message on incorrect inner struct/union name #1847. 7b2fe92
- Fix unavailable LLVM int128 alignment. 29a6a0d
- Quicksort and insertsort incorrectly allowing arrays and vectors by value. #1845. 2f7d18b
- and 10 more ...