book/listings/ch03-common-programming-con...
Carol (Nichols || Goulding) 940fb140f5 Update to Rust 1.76 2024-02-19 15:39:35 -05:00
..
listing-03-01 Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
listing-03-02 Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
listing-03-03 Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
listing-03-04 Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
listing-03-05 Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-01-variables-are-immutable Update to Rust 1.76 2024-02-19 15:39:35 -05:00
no-listing-02-adding-mut Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-03-shadowing Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-04-shadowing-can-change-types Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-05-mut-cant-change-types Update to Rust 1.76 2024-02-19 15:39:35 -05:00
no-listing-06-floating-point Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-07-numeric-operations Clarify division truncates toward zero. Fixes #2856. 2022-10-20 16:39:55 -04:00
no-listing-08-boolean Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-09-char Chapter 3, section 2 - Add explicit type annotation to example of scalar type char. 2022-04-20 21:30:01 -04:00
no-listing-10-tuples Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-11-destructuring-tuples Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-12-tuple-indexing Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-13-arrays Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-14-array-indexing Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-15-invalid-array-access Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-16-functions Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-17-functions-with-parameters Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-18-functions-with-multiple-parameters Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-19-statements-vs-expressions Update to Rust 1.76 2024-02-19 15:39:35 -05:00
no-listing-20-blocks-are-expressions Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-21-function-return-values Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-22-function-parameter-and-return Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-23-statements-dont-return-values Update to Rust 1.76 2024-02-19 15:39:35 -05:00
no-listing-24-comments-end-of-line Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-25-comments-above-line Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-26-if-true Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-27-if-false Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-28-if-condition-must-be-bool Update to Rust 1.76 2024-02-19 15:39:35 -05:00
no-listing-29-if-not-equal-0 Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-30-else-if Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-31-arms-must-return-same-type Update to Rust 1.76 2024-02-19 15:39:35 -05:00
no-listing-32-5-loop-labels Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-32-loop Update the edition in all the listings' Cargo.toml 2021-12-26 20:32:41 -05:00
no-listing-33-return-value-from-loop Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
no-listing-34-for-range Updating chapter 3 to use new println style 2022-04-20 21:30:01 -04:00
output-only-01-no-type-annotations Update to Rust 1.76 2024-02-19 15:39:35 -05:00