| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-18 | Merge pull request #1903 from mo8it/threads3 | liv | |
| Remove unneeded Arc | |||
| 2024-03-18 | Remove unneeded Arc | mo8it | |
| 2024-03-15 | Merge pull request #1866 from guizo792/guizo792 | liv | |
| docs: Added comment for handling equal numbers in if/if1.rs `bigger` function | |||
| 2024-03-15 | Update exercises/03_if/if1.rs | guizo792 | |
| Co-authored-by: liv <shadows@with.al> | |||
| 2024-03-15 | fix: clean up "return" wording in iterators4 | liv | |
| 2024-03-15 | Merge pull request #1797 from 0Ahmed-0/typos | liv | |
| chore: fix a minor typo | |||
| 2024-03-15 | Merge pull request #1785 from parnavh/main | liv | |
| Cleaned Up Unused Mutability | |||
| 2024-03-15 | Merge branch 'main' into main | liv | |
| 2024-03-15 | Merge pull request #1869 from evanmiller2112/main | liv | |
| Clarify language in hashmap3.rs (sum vs per match) | |||
| 2024-03-15 | Merge pull request #1832 from reifenrath-dev/main | liv | |
| chore: update from_into.rs task description to fit the code | |||
| 2024-03-15 | fix: revert from_into test change | liv | |
| 2024-03-13 | chore: fix a minor typo | Ahmed | |
| 2024-03-04 | Update hashmaps3.rs description for clarity | Evan Miller | |
| I struggled with this exercise and didn't understand that it was looking for a summary of goals scored/conceded per team, instead of per match. My goal here is just to clarify the language, essentially saying "the total number of goals the team scored" to indicate that we are looking for a sum. Updated the exercise description to clarify this point. Relates loosely to closed issue https://github.com/rust-lang/rustlings/issues/1361 | |||
| 2024-02-28 | docs: Added comment for handling equal numbers in if/if1.rs `bigger` function | Guizoul | |
| 2024-02-04 | chore: fixed minor typo | LeverImmy | |
| 2024-01-19 | chore: update from_into.rs task description to fit the code | reifenrath-dev | |
| 2024-01-09 | Correct for more standard English | Sergei Gerasenko | |
| 2023-11-22 | fix(move_semantics): removed unused mut | parnavh | |
| 2023-11-12 | Reword clippy1 exercise to be more readable | Bastian Pedersen | |
| 2023-10-20 | fix(intro2): changed intro2 to be a name error, not a format string error. | Tristram Oaten | |
| 2023-10-16 | fix(intro1.rs): typo in the exercise body | markgreene74 | |
| 2023-10-16 | Update Exercises Directory Names to Reflect Order | Adam Brewer | |
| 2023-10-13 | chore(errors2): minor description wording change | Matt Nield | |
| This commit makes a minor change in the wording of the description of the errors2 exercise to avoid potential confusion, changing: "A player of the game will type in how many items they want to buy, and the `total_cost` function will calculate the total cost of the tokens." to "A player of the game will type in how many items they want to buy, and the `total_cost` function will calculate the total cost of the items." | |||
| 2023-09-21 | chore: fix comment in enums3.rs | Ofir Lauber | |
| 2023-09-18 | Merge pull request #1673 from husjon/fix-enums3-formatting | liv | |
| Fixed formatting of `enums3` with rustfmt | |||
| 2023-09-18 | Merge pull request #1675 from jurglic/fix-rand-typo | liv | |
| fix: test name typo | |||
| 2023-09-15 | remove hint comments when no hint exists | Luka Krmpotic | |
| 2023-09-14 | fix: test name typo | Jurglic | |
| 2023-09-13 | Fixed formatting with rust-analyzer | Jon Erling Hustadnes | |
| 2023-09-09 | Merge pull request #1667 from husjon/update-primitive_types3-requirement | liv | |
| Make `primitive_types3` require at least 100 elements | |||
| 2023-09-08 | Fix compiler error and clarify instructions | Oscar Bonilla | |
| 2023-09-08 | Make primitive_types3 require at least 100 elements | Jon Erling Hustadnes | |
| Made the function panic if it's not long enough | |||
| 2023-09-06 | Merge pull request #1641 from mo8it/move-semantics5-test | liv | |
| Convert exercises with assertions to tests | |||
| 2023-09-04 | Merge pull request #1565 from pksadiq/fix-enum3-message-modification | liv | |
| fix(enums3): modify message string in test | |||
| 2023-09-04 | Merge pull request #1477 from bean5/main | liv | |
| small changes to a few README files | |||
| 2023-09-04 | Merge pull request #1660 from rust-lang/fix/move-semantics-tests | liv | |
| fix: refactor move semantics 1-4 into tests | |||
| 2023-09-04 | fix: refactor move semantics 1-4 into tests | liv | |
| 2023-09-04 | Merge pull request #1599 from szabgab/if1-test-case | liv | |
| add test-case to if/if1 to check equal values | |||
| 2023-09-04 | Merge pull request #1610 from jrcarl624/patch-1 | liv | |
| Updated if3.rs: Added a note that states that the test does not need to be changed. | |||
| 2023-09-04 | fix: add extra line in if3 comment | liv | |
| 2023-09-04 | Merge pull request #1620 from mkovaxx/fix_1611 | liv | |
| Fix 1611 | |||
| 2023-08-29 | Merge pull request #1645 from mo8it/prober-types-structs3 | liv | |
| Use u32 instead of i32 | |||
| 2023-08-29 | Use u32 instead of i32 | mo8it | |
| 2023-08-27 | Convert other exercises that have assertions to test mode | mo8it | |
| 2023-08-27 | Fix typo | mo8it | |
| 2023-08-27 | Make move_semantics5 a test | mo8it | |
| 2023-08-25 | fix(errors1): change Result to Option in exersise description | Ivan Vasiunyk | |
| 2023-08-14 | Fix comment in errors2 | Kevin C | |
| 2023-08-10 | add .to_mut() in test owned_mutation() | Mate Kovacs | |
| 2023-08-07 | Fix from_into.rs tests | Alon Hearter | |
