Philipp Oppermann
991c3c863a
Merge branch 'post-11' into post-12
2020-06-08 12:30:28 +02:00
Philipp Oppermann
bd4487cefa
Merge branch 'post-10' into post-11
2020-06-08 12:30:28 +02:00
Philipp Oppermann
e68f7a1d31
Merge branch 'post-09' into post-10
2020-06-08 12:30:28 +02:00
Philipp Oppermann
832ab43bdd
Merge branch 'post-08' into post-09
2020-06-08 12:30:28 +02:00
Philipp Oppermann
2a88224080
Merge branch 'post-07' into post-08
2020-06-08 12:30:28 +02:00
Philipp Oppermann
96a02c441e
Merge branch 'post-06' into post-07
2020-06-08 12:30:28 +02:00
Philipp Oppermann
0dd32e2680
Merge pull request #818 from phil-opp/post-06-prevent-tail-recursion
...
Do a volatile read in stack_overflow test to avoid tail recursion
2020-06-08 12:29:58 +02:00
Philipp Oppermann
5735cb8ec0
Do a volatile read in stack_overflow test to avoid tail recursion
...
This prevents the compiler from transforming the tail recursive function into a loop, which does not lead to a stack overflow. It also avoids the LLVM bug where functions with side-effect-free endless loops are removed. Thus, the test now also works in `--release` mode.
2020-06-08 12:17:06 +02:00
Philipp Oppermann
ae504f6a61
Merge branch 'post-11' into post-12
2020-06-08 12:09:51 +02:00
Philipp Oppermann
cc8ecaadc2
Remove superfluous printing from many_boxes_long_lived test
2020-06-08 12:09:49 +02:00
Philipp Oppermann
07b4e93ec7
Merge branch 'post-11' into post-12
2020-06-08 12:09:01 +02:00
Philipp Oppermann
c66758ccad
Merge branch 'post-10' into post-11
2020-06-08 12:09:01 +02:00
Philipp Oppermann
e7fd27b648
Remove superfluous printing from heap_allocation tests
2020-06-08 12:08:25 +02:00
Philipp Oppermann
0a97c2c97b
Merge branch 'post-11' into post-12
2020-06-08 12:06:49 +02:00
Philipp Oppermann
cecab1a310
Merge branch 'post-08' into post-09
2020-06-08 12:06:37 +02:00
Philipp Oppermann
d26577ad86
Merge branch 'post-07' into post-08
2020-06-08 12:06:37 +02:00
Philipp Oppermann
f54a2d7574
Merge branch 'post-10' into post-11
2020-06-08 12:06:37 +02:00
Philipp Oppermann
9809ea57ae
Merge branch 'post-09' into post-10
2020-06-08 12:06:37 +02:00
Philipp Oppermann
95612c1d3c
Merge branch 'post-06' into post-07
2020-06-08 12:05:05 +02:00
Philipp Oppermann
12d94fd2e9
Adjust stack_overflow test print message
2020-06-08 12:01:04 +02:00
Philipp Oppermann
8c10bbb096
Merge branch 'post-05' into post-06
2020-06-08 11:57:12 +02:00
Philipp Oppermann
7846bd0559
Remove superfluous printing from test_breakpoint_exception
2020-06-08 11:55:24 +02:00
Philipp Oppermann
3ccc602e38
Merge branch 'post-04' into post-05
2020-06-08 11:53:01 +02:00
Philipp Oppermann
bf33685d00
Merge pull request #816 from phil-opp/post-04-testable-trait
...
Create a testable trait for printing test messages automatically
2020-06-08 11:50:57 +02:00
Philipp Oppermann
3ee6badb33
Keep trivial_assertion test
2020-06-08 11:39:09 +02:00
Philipp Oppermann
9f9ff59489
Create a testable trait for printing test messages automatically
2020-06-08 11:04:03 +02:00
Philipp Oppermann
c2790cf352
Merge branch 'post-11' into post-12
2020-06-05 15:52:04 +02:00
Philipp Oppermann
e6c4c63c00
Update post-11 code for #813
2020-06-05 15:52:01 +02:00
Philipp Oppermann
0e7a2dc6ae
Merge branch 'post-11' into post-12
2020-05-22 10:54:54 +02:00
Philipp Oppermann
ed543a4591
Merge branch 'post-10' into post-11
2020-05-22 10:54:54 +02:00
Philipp Oppermann
b567d06108
Improve simple_allocation test
...
Proposed in https://github.com/phil-opp/blog_os/issues/627#issuecomment-632578270 .
2020-05-22 10:54:49 +02:00
Philipp Oppermann
8b90c04c62
Merge branch 'post-08' into post-09
2020-05-21 09:29:56 +02:00
Philipp Oppermann
b9f5b43c04
Merge branch 'post-07' into post-08
2020-05-21 09:29:56 +02:00
Philipp Oppermann
080be9bca6
Merge branch 'post-11' into post-12
2020-05-21 09:29:56 +02:00
Philipp Oppermann
0d661fcfdd
Merge branch 'post-10' into post-11
2020-05-21 09:29:56 +02:00
Philipp Oppermann
384902502c
Merge branch 'post-09' into post-10
2020-05-21 09:29:56 +02:00
Philipp Oppermann
93b96f21ac
Update pic8259_simple to v0.2.0
2020-05-21 09:29:49 +02:00
Philipp Oppermann
f9446883e2
Merge branch 'post-05' into post-06
2020-05-20 14:56:19 +02:00
Philipp Oppermann
735210fc8f
Merge branch 'post-04' into post-05
2020-05-20 14:56:19 +02:00
Philipp Oppermann
5e510e41ee
Merge branch 'post-08' into post-09
2020-05-20 14:56:19 +02:00
Philipp Oppermann
729c56d4ae
Merge branch 'post-07' into post-08
2020-05-20 14:56:19 +02:00
Philipp Oppermann
0404ceb1af
Merge branch 'post-11' into post-12
2020-05-20 14:56:19 +02:00
Philipp Oppermann
6f12524245
Merge branch 'post-10' into post-11
2020-05-20 14:56:19 +02:00
Philipp Oppermann
0db15e5ee5
Merge branch 'post-09' into post-10
2020-05-20 14:56:19 +02:00
Philipp Oppermann
22b49dea49
Merge branch 'post-06' into post-07
2020-05-20 14:56:19 +02:00
Philipp Oppermann
a1c7931a77
Run cargo update for post-04
2020-05-20 14:56:06 +02:00
Philipp Oppermann
60b5f3402e
Merge branch 'post-11' into post-12
2020-05-20 14:31:12 +02:00
Philipp Oppermann
9828ec0eff
Merge branch 'post-10' into post-11
2020-05-20 14:30:53 +02:00
Philipp Oppermann
44ab90f92d
Update allocator code for x86_64 v0.11.0
2020-05-20 14:30:48 +02:00
Philipp Oppermann
7a5d91cb96
Merge branch 'post-09' into post-10
2020-05-20 14:29:43 +02:00