Commit Graph

138 Commits

Author SHA1 Message Date
dependabot[bot] d156639604
Bump smoltcp from 0.8.1 to 0.8.2 (#443) 2022-11-28 18:22:45 +00:00
dependabot[bot] c5b1241812
Bump object from 0.29.0 to 0.30.0 (#441) 2022-11-28 18:21:48 +00:00
Vincent Ollivier da9fca121b Publish version 0.9.0 2022-11-11 10:49:42 +01:00
dependabot[bot] 5a0bcc6481
Bump libm from 0.2.5 to 0.2.6 (#436) 2022-11-09 22:30:45 +00:00
dependabot[bot] c3b0a4986d
Bump base64 from 0.13.0 to 0.13.1 (#422) 2022-10-27 05:06:26 +00:00
Vincent Ollivier 4d0d742ff4
Update pc-keyboard from 0.5.1 to 0.6.1 (#423) 2022-10-27 07:04:50 +02:00
Vincent Ollivier 892b697bd3
Add BigInt support to Lisp (#415)
* Add bigint support to Lisp

* Remove Box

* Replace BigInt by i64

* Add back big int

* Work around big int errors

* Print floats with a dot

* Add conversion to f64

* Use Number#parse instead of double

* Add trigo functions to Number

* Add conversion from number to byte

* Add addition to Number

* Add multiplication to Number

* Add negation and substraction to Number

* Add division to Number

* Add reminder to Number

* Add pow to Number

* Fix tests

* Re-enable BigInt

* Add parsing and printing of BigInt

* Add sign

* Add operations on BigInt

* Fix compilation issues

* Add support for add and mul overflow

* Fix bigint conversion to and from str

* Add number-type function

* Add tests

* Add support for pow overflow

* Fix tests

* Add more checks for overflow

* Add check for division by zero

* Fix typo

* Return inf for large exponential operations

* Check for division by zero in modulo

* Add shift operations

* Rewrite comparisons

* Add lazy eval to cond expressions

* Add set fonction

* Add loop function

* Add pi example

* Add builtin pi example to shell

* Update allocation error messages

* Rewrite number conversions

* Remove debug output from pi example

* Move pi command to a dedicated file

* Rewrite bytes->number and number->bytes

* Update doc

* Move op impl to Number

* Add macros to dry code

* Add more macros

* Run clippy
2022-10-17 20:58:08 +02:00
dependabot[bot] cbd8d9b479
Bump linked_list_allocator from 0.10.3 to 0.10.4 (#416) 2022-10-11 18:31:58 +00:00
dependabot[bot] a37e3dddf7
Bump bootloader from 0.9.22 to 0.9.23 (#414) 2022-10-01 08:20:23 +00:00
dependabot[bot] 46137e6244
Bump sha2 from 0.10.5 to 0.10.6 (#413) 2022-09-16 06:26:58 +00:00
dependabot[bot] b4e83a5bf4
Bump raw-cpuid from 10.5.0 to 10.6.0 (#411) 2022-09-16 06:20:29 +00:00
dependabot[bot] 0abdeb2633
Bump sha2 from 0.10.3 to 0.10.5 (#407) 2022-09-08 07:29:23 +00:00
dependabot[bot] 54c7419b70
Bump linked_list_allocator from 0.10.1 to 0.10.3 (#408) 2022-09-08 07:28:06 +00:00
dependabot[bot] 8d4b982653
Bump sha2 from 0.10.2 to 0.10.3 (#403) 2022-09-04 16:35:35 +00:00
dependabot[bot] 8526e67174
Bump raw-cpuid from 10.4.0 to 10.5.0 (#390) 2022-08-21 22:05:53 +00:00
dependabot[bot] 38557b286e
Bump libm from 0.2.3 to 0.2.5 (#386) 2022-08-14 09:51:39 +00:00
Vincent Ollivier dbe75aa9d8 Publish version 0.8.0 2022-08-05 18:09:38 +02:00
Vincent Ollivier 73f7ccb240 Run cargo update 2022-08-05 18:09:38 +02:00
dependabot[bot] fa04b8ba81
Bump raw-cpuid from 10.3.0 to 10.4.0 (#375) 2022-08-03 05:21:52 +00:00
dependabot[bot] 4431a3ef34
Bump libm from 0.2.2 to 0.2.3 (#372) 2022-08-01 06:32:53 +00:00
dependabot[bot] 5cd83ca0fb
Bump x86_64 from 0.14.9 to 0.14.10 (#368) 2022-07-21 09:34:21 +00:00
dependabot[bot] 95bdd0f0b3
Bump spin from 0.9.3 to 0.9.4 (#369) 2022-07-21 09:30:16 +00:00
dependabot[bot] ea04b983af
Bump vte from 0.10.1 to 0.11.0 (#371) 2022-07-21 09:24:49 +00:00
Vincent Ollivier 2426d2ff94
Upgrade linked list allocator (#363)
* Bump linked_list_allocator from 0.9.1 to 0.10.0

Bumps [linked_list_allocator](https://github.com/phil-opp/linked-list-allocator) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/phil-opp/linked-list-allocator/releases)
- [Changelog](https://github.com/rust-osdev/linked-list-allocator/blob/main/Changelog.md)
- [Commits](https://github.com/phil-opp/linked-list-allocator/compare/v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: linked_list_allocator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Convert HEAP_START addr to ptr

* Bump to 0.10.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-08 08:43:13 +02:00
dependabot[bot] cd6cdceb73
Bump object from 0.28.4 to 0.29.0 (#358) 2022-06-23 18:50:31 +00:00
dependabot[bot] b2dcb5dd8d
Bump smoltcp from 0.8.0 to 0.8.1 (#342) 2022-05-21 08:46:41 +00:00
dependabot[bot] 8d2448281d
Bump object from 0.28.3 to 0.28.4 (#339) 2022-05-11 07:48:10 +00:00
Vincent Ollivier adb5390cbc
Replace ChaCha RNG by HC-128 (#338) 2022-05-11 09:47:35 +02:00
dependabot[bot] 0ed6579f49
Bump uart_16550 from 0.2.17 to 0.2.18 (#332) 2022-04-18 15:41:56 +00:00
dependabot[bot] da699ff96c
Bump spin from 0.9.2 to 0.9.3 (#331) 2022-04-18 15:31:35 +00:00
Vincent Ollivier d365e18ec9 Publish version 0.7.1 2022-04-10 09:35:47 +02:00
dependabot[bot] 83d5b03b20
Bump object from 0.27.1 to 0.28.3 (#305) 2022-04-05 11:04:29 +00:00
Vincent Ollivier 3bef35b707
Upgrade smoltcp (#293)
* Upgrade smoltcp

* Fix issues

* Add back net monitor

* Update doc

* Fix net command help
2022-04-05 13:03:55 +02:00
dependabot[bot] b7fe97985c
Bump uart_16550 from 0.2.16 to 0.2.17 (#318) 2022-04-05 10:16:38 +00:00
dependabot[bot] 4a8d5edcf5
Bump x86_64 from 0.14.8 to 0.14.9 (#319) 2022-04-05 10:10:58 +00:00
Vincent Ollivier e785942792
Update rust toolchain (#320)
* Update rust-toolchain file

* Remove stable features

* Update bootloader crate

* Remove toolchain from GitHub Actions

* Avoid running installer interactively

* Remove rustup component add commands
2022-04-05 12:03:31 +02:00
dependabot[bot] 2eca645965
Bump raw-cpuid from 10.2.0 to 10.3.0 (#317) 2022-03-31 20:01:57 +00:00
dependabot[bot] 65d823467f
Bump pbkdf2 from 0.10.0 to 0.11.0 (#316) 2022-03-20 12:46:25 +00:00
dependabot[bot] f87a65d7a0
Bump x86_64 from 0.14.7 to 0.14.8 (#308) 2022-03-19 18:38:30 +00:00
dependabot[bot] 6a893133a1
Bump libm from 0.2.1 to 0.2.2 (#309) 2022-03-19 18:38:08 +00:00
dependabot[bot] 59034e6c8f
Bump rand from 0.8.4 to 0.8.5 (#310) 2022-03-19 18:34:57 +00:00
dependabot[bot] d789af6042
Bump sha2 from 0.10.1 to 0.10.2 (#312) 2022-03-19 18:29:20 +00:00
dependabot[bot] cc59aeec49
Bump hmac from 0.12.0 to 0.12.1 (#313) 2022-03-19 18:29:03 +00:00
dependabot[bot] 38e13e66cf
Bump nom from 7.1.0 to 7.1.1 (#315) 2022-03-19 18:28:29 +00:00
dependabot[bot] 00f1211194
Bump rand_chacha from 0.3.0 to 0.3.1 (#175) 2022-01-12 18:15:50 +00:00
dependabot[bot] 741c8d35dc
Bump aml from 0.16.0 to 0.16.1 (#297) 2022-01-12 08:56:04 +00:00
dependabot[bot] 84583ee87c
Bump sha2 from 0.10.0 to 0.10.1 (#299) 2022-01-12 08:39:16 +00:00
dependabot[bot] 3e997678b8
Bump uart_16550 from 0.2.15 to 0.2.16 (#301) 2022-01-12 08:32:32 +00:00
dependabot[bot] 0d1fce6a30
Bump bootloader from 0.9.20 to 0.9.21 (#302) 2022-01-12 08:28:48 +00:00
dependabot[bot] ee5779724b
Bump bootloader from 0.9.19 to 0.9.20 (#290) 2021-12-22 23:44:23 +00:00