Merge pull request #42 from zdyxry/master
[rust-101.git] / solutions /
2023-02-04 Ralf Jungre-generate lockfile
2023-02-04 Ralf Jungadd part03 solutions
2018-02-11 Ralf JungMerge pull request #29 from teknico/shorten-lines
2018-02-11 Ralf JungCargo updated the lock files
2017-07-08 Ralf Jung'cargo update' solutions
2017-07-08 Ralf JungMerge pull request #26 from TorstenScheck/fix-typos...
2017-07-03 Ralf JungMerge pull request #27 from TorstenScheck/fix-list...
2017-07-03 Torsten ScheckAdded exemplary unit test for iter_mut().
2017-07-03 Torsten ScheckFix potential invalid memory reference.
2016-08-23 Ralf JungMore comments in solution for cyclic Callbacks
2016-03-06 Ralf Jungfix warnings when compiling with rust 1.7
2016-03-06 Ralf Jungupdate the Cargo.lock files
2015-11-03 Ralf Jungupdate solutions dependencies
2015-08-22 Ralf Jungtypo; emphasis
2015-08-07 Ralf Jungfeedback from Alexis. Thanks!
2015-08-04 Ralf Jungfix solution for BigInt::min. Thanks, Derek!
2015-08-04 Ralf Jungsolutions: add testcases for the minimum stuff
2015-07-24 Ralf Jungshow some more code in the workspace
2015-07-20 Ralf Jungnewline fix
2015-07-18 Ralf Jungwrite part 16
2015-07-18 Ralf Jungtweak parts 11-15 again
2015-07-18 Ralf Jungsplit part 11 into two, and explain interior mutability...
2015-07-14 Ralf JungAdd first version of part 14
2015-07-14 Ralf Jungfinish parts 12, 13
2015-07-13 Ralf Jungpart 13 draft: sorting, external dependencies
2015-07-13 Ralf Jungimplement rgrep, and write part 12 (draft) about it
2015-07-06 Ralf Jungtest that subtraction appropriately panics
2015-07-06 Ralf Jungimplement and test subtraction
2015-07-06 Ralf Jungsome more work on part08, and bigint addition
2015-07-05 Ralf Jungfinalize part 08
2015-06-23 Ralf Jungtuning, exercises and solutions
2015-06-23 Ralf Jungavoid using std::cmp::min, for it doesn't support f32...
2015-06-23 Ralf Jungsome more exercises
2015-06-16 Ralf Jungtune and tweak: part 05-07
2015-06-16 Ralf Jungtweaking here and there, plans for the future
2015-06-15 Ralf Jungstart doing the course-part of BigInt
2015-06-15 Ralf Jungadd a "solutions" crate with a BigInt class