1
0
forked from Rativel/BurritOS
Commit Graph

12 Commits

Author SHA1 Message Date
Quentin Legot
8b3a3bebe7 Fix list::remove when trying to remove first element of the list (SIGSEGV) 2023-04-05 13:07:10 +02:00
Quentin Legot
b104bcc6da Fix memory leak 2023-03-22 14:33:56 +01:00
Quentin Legot
b9c329219a Added 2 tests to list.rs, improve semantic and using Default trait instant of function new 2023-03-21 22:40:49 +01:00
Quentin Legot
d3b2d0bac6 List is now a fifo list 2023-03-21 22:03:48 +01:00
François Autin
bed763cf54 📝 Updated mod doc for list and system 2023-03-15 11:01:25 +01:00
Quentin Legot
5a6a70f1b7 Force the compiler and clippy to return a warning when a function isn't documented 2023-03-13 14:51:32 +01:00
François Autin
ec07158633 Added partialeq trait to Node 2023-03-10 19:04:23 +01:00
Quentin Legot
bf4be44676 Add list.remove(T) 2023-03-10 19:04:22 +01:00
François Autin
6b95969c4b Added partialeq trait to List struct 2023-03-10 19:04:22 +01:00
Quentin Legot
83df053dc6 Implement Thread::start and join 2023-03-10 19:01:22 +01:00
Quentin Legot
958407ab77 Improve list by adding iterator trait 2023-03-10 19:01:21 +01:00
Quentin Legot
407480bcd4 Add double linked list 2023-03-10 19:01:21 +01:00