rust-101.git
7 years agoFix innter -> inner typo
Deepak Sirone [Mon, 13 Jun 2016 10:18:58 +0000 (15:48 +0530)]
Fix innter -> inner typo

7 years agoupdate auto-gen files
Ralf Jung [Tue, 7 Jun 2016 13:39:31 +0000 (15:39 +0200)]
update auto-gen files

7 years agoMerge pull request #11 from deepaksirone/fix_typo
Ralf Jung [Tue, 7 Jun 2016 13:39:00 +0000 (15:39 +0200)]
Merge pull request #11 from deepaksirone/fix_typo

Fix typos

7 years agoFix if -> of typo
Deepak Sirone [Tue, 7 Jun 2016 03:59:49 +0000 (09:29 +0530)]
Fix if -> of typo

7 years agoFixed sahred -> shared typo
Deepak Sirone [Tue, 7 Jun 2016 03:47:49 +0000 (09:17 +0530)]
Fixed sahred -> shared typo

7 years agoMakefile: fix a comment
Ralf Jung [Wed, 18 May 2016 08:28:22 +0000 (10:28 +0200)]
Makefile: fix a comment

7 years agonice code block style for small displays
Ralf Jung [Wed, 18 May 2016 08:28:14 +0000 (10:28 +0200)]
nice code block style for small displays

7 years agofix pycco-rs to get rid of empty code blocks
Ralf Jung [Wed, 18 May 2016 08:27:53 +0000 (10:27 +0200)]
fix pycco-rs to get rid of empty code blocks

7 years agoMerge pull request #9 from rwz/patch-1
Ralf Jung [Tue, 17 May 2016 11:35:25 +0000 (13:35 +0200)]
Merge pull request #9 from rwz/patch-1

Fix snipped -> snippet typo

7 years agoFix snipped -> snippet typo
Pavel Pravosud [Mon, 16 May 2016 06:15:50 +0000 (23:15 -0700)]
Fix snipped -> snippet typo

7 years agotry and fail to make the mobile style prettier
Ralf Jung [Wed, 4 May 2016 18:32:37 +0000 (20:32 +0200)]
try and fail to make the mobile style prettier

7 years agofix some language
Ralf Jung [Wed, 4 May 2016 18:28:22 +0000 (20:28 +0200)]
fix some language

7 years agofix pycco-rs
Ralf Jung [Wed, 4 May 2016 18:28:13 +0000 (20:28 +0200)]
fix pycco-rs

7 years agofix pycco monkey-patching
Ralf Jung [Fri, 29 Apr 2016 13:44:54 +0000 (15:44 +0200)]
fix pycco monkey-patching

8 years agoMerge pull request #7 from leesper/master
Ralf Jung [Sun, 10 Apr 2016 20:45:39 +0000 (22:45 +0200)]
Merge pull request #7 from leesper/master

fix typo

8 years agofix typo
leesper [Sat, 9 Apr 2016 08:32:44 +0000 (16:32 +0800)]
fix typo

8 years agoadd a README explaining the purpose of the workspace/ folder
Ralf Jung [Sun, 6 Mar 2016 11:06:04 +0000 (12:06 +0100)]
add a README explaining the purpose of the workspace/ folder

8 years agofix warnings when compiling with rust 1.7
Ralf Jung [Sun, 6 Mar 2016 11:02:20 +0000 (12:02 +0100)]
fix warnings when compiling with rust 1.7

8 years agoupdate the Cargo.lock files
Ralf Jung [Sun, 6 Mar 2016 11:01:05 +0000 (12:01 +0100)]
update the Cargo.lock files

8 years agoMerge pull request #6 from stefandisch/master
Ralf Jung [Sun, 6 Mar 2016 10:54:56 +0000 (11:54 +0100)]
Merge pull request #6 from stefandisch/master

Removed warnings when using rust 1.7.0

8 years agoChanged minimum required rustc version from 1.2 to 1.3.
Stefan Disch [Sun, 6 Mar 2016 10:35:11 +0000 (11:35 +0100)]
Changed minimum required rustc version from 1.2 to 1.3.

8 years agoRemoved warning of rustc 1.7.0 complaining about deprecated usage of std::thread...
Stefan Disch [Sun, 6 Mar 2016 09:54:47 +0000 (10:54 +0100)]
Removed warning of rustc 1.7.0 complaining about deprecated usage of std::thread::sleep_ms.
Now std::thread::sleep is used together with std::time::Duration::from_millis.

8 years agoRemoved warning of rustc 1.7.0 complaining about E0252. Trait Print has to be public...
Stefan Disch [Sun, 6 Mar 2016 09:52:00 +0000 (10:52 +0100)]
Removed warning of rustc 1.7.0 complaining about E0252. Trait Print has to be public when used in a public interface.

8 years agomutable references wording
Ralf Jung [Mon, 18 Jan 2016 18:18:26 +0000 (19:18 +0100)]
mutable references wording

8 years agothe official term is mutable references, be more explicit about that
Ralf Jung [Mon, 18 Jan 2016 09:04:49 +0000 (10:04 +0100)]
the official term is mutable references, be more explicit about that

8 years agoexclusive reference -> unique reference
Ralf Jung [Sun, 17 Jan 2016 14:20:09 +0000 (15:20 +0100)]
exclusive reference -> unique reference

8 years agoterminology: &T and &mut T are the types of *references*. Also, stress the exclusivit...
Ralf Jung [Sun, 17 Jan 2016 14:13:38 +0000 (15:13 +0100)]
terminology: &T and &mut T are the types of *references*. Also, stress the exclusivity of &mut better, and use it to explain interior mutability.

8 years agoMerge pull request #5 from r0e/master
Ralf Jung [Wed, 25 Nov 2015 09:54:48 +0000 (10:54 +0100)]
Merge pull request #5 from r0e/master

Small changes and clarification.

8 years agosmall spelling/grammar errors
r0e [Sun, 22 Nov 2015 22:15:19 +0000 (14:15 -0800)]
small spelling/grammar errors

confusion as to which function was being referred to.

8 years agoupdate solutions dependencies
Ralf Jung [Tue, 3 Nov 2015 10:03:52 +0000 (11:03 +0100)]
update solutions dependencies

8 years agopart 07: fix typo
Ralf Jung [Mon, 12 Oct 2015 20:32:14 +0000 (22:32 +0200)]
part 07: fix typo

thanks to /u/IvoB

8 years agoREADME: different style of headers
Ralf Jung [Thu, 8 Oct 2015 08:28:35 +0000 (10:28 +0200)]
README: different style of headers

8 years agoconvert README to markdown
Ralf Jung [Thu, 8 Oct 2015 08:25:32 +0000 (10:25 +0200)]
convert README to markdown

8 years agoMerge pull request #4 from wimh/PratialEq
Ralf Jung [Sun, 4 Oct 2015 09:43:28 +0000 (11:43 +0200)]
Merge pull request #4 from wimh/PratialEq

fix typo PratialEq

8 years agofix typo PratialEq
wimh [Sat, 3 Oct 2015 21:11:30 +0000 (23:11 +0200)]
fix typo PratialEq

8 years agoMerge pull request #3 from nelsonjchen/typo_fix
Ralf Jung [Sat, 5 Sep 2015 12:12:45 +0000 (14:12 +0200)]
Merge pull request #3 from nelsonjchen/typo_fix

Fix usize typo

8 years agoFix usize typo
Nelson Chen [Sat, 5 Sep 2015 11:29:16 +0000 (04:29 -0700)]
Fix usize typo

8 years agowording
Ralf Jung [Thu, 3 Sep 2015 21:50:28 +0000 (23:50 +0200)]
wording

8 years agoMerge pull request #2 from wheals/master
Ralf Jung [Thu, 3 Sep 2015 21:48:38 +0000 (23:48 +0200)]
Merge pull request #2 from wheals/master

Fix typoes in part 14.

8 years agoFix typoes in part 14.
Shmuale Mark [Thu, 3 Sep 2015 20:24:38 +0000 (16:24 -0400)]
Fix typoes in part 14.

8 years agomake the gray background go all the way to the right
Ralf Jung [Thu, 3 Sep 2015 01:52:26 +0000 (03:52 +0200)]
make the gray background go all the way to the right

8 years agotypos and wording (thanks, Thomas!)
Ralf Jung [Thu, 3 Sep 2015 01:52:06 +0000 (03:52 +0200)]
typos and wording (thanks, Thomas!)

8 years agoEOF is Ctrl-Z on windows
Ralf Jung [Thu, 3 Sep 2015 01:25:08 +0000 (03:25 +0200)]
EOF is Ctrl-Z on windows

8 years ago...but we also don't want the lines to get too long
Ralf Jung [Mon, 24 Aug 2015 12:24:10 +0000 (14:24 +0200)]
...but we also don't want the lines to get too long

8 years agothe default layout needs lots of vertical space...
Ralf Jung [Mon, 24 Aug 2015 12:22:20 +0000 (14:22 +0200)]
the default layout needs lots of vertical space...

8 years agotell mobile devices that we are prepared
Ralf Jung [Mon, 24 Aug 2015 08:56:48 +0000 (10:56 +0200)]
tell mobile devices that we are prepared

8 years agoadd links to raw source
Ralf Jung [Mon, 24 Aug 2015 08:55:59 +0000 (10:55 +0200)]
add links to raw source

8 years agobetter mobile version
Ralf Jung [Mon, 24 Aug 2015 08:53:36 +0000 (10:53 +0200)]
better mobile version

8 years agofix background scrolling
Ralf Jung [Mon, 24 Aug 2015 08:27:16 +0000 (10:27 +0200)]
fix background scrolling

8 years agotune Makefile for less pointless rebuilding
Ralf Jung [Sun, 23 Aug 2015 11:20:21 +0000 (13:20 +0200)]
tune Makefile for less pointless rebuilding

8 years agore-generate docs when pycco-rs changes
Ralf Jung [Sun, 23 Aug 2015 11:17:28 +0000 (13:17 +0200)]
re-generate docs when pycco-rs changes

8 years agomore https
Ralf Jung [Sun, 23 Aug 2015 11:15:28 +0000 (13:15 +0200)]
more https

8 years agofix the patching monkeys
Ralf Jung [Sat, 22 Aug 2015 19:42:40 +0000 (21:42 +0200)]
fix the patching monkeys

8 years agomore monkey-patching for the website
Ralf Jung [Sat, 22 Aug 2015 19:37:51 +0000 (21:37 +0200)]
more monkey-patching for the website

8 years agotypo; emphasis
Ralf Jung [Sat, 22 Aug 2015 19:37:30 +0000 (21:37 +0200)]
typo; emphasis

8 years agoRust 1.2 is stable now
Ralf Jung [Fri, 7 Aug 2015 18:27:23 +0000 (20:27 +0200)]
Rust 1.2 is stable now

8 years agofeedback from Alexis. Thanks!
Ralf Jung [Fri, 7 Aug 2015 14:05:48 +0000 (16:05 +0200)]
feedback from Alexis. Thanks!

8 years agocorrect the comment on the unsafe powers
Ralf Jung [Thu, 6 Aug 2015 16:35:30 +0000 (18:35 +0200)]
correct the comment on the unsafe powers

8 years agoupdate Rustonomicon link
Ralf Jung [Thu, 6 Aug 2015 16:31:23 +0000 (18:31 +0200)]
update Rustonomicon link

8 years agofix solution for BigInt::min. Thanks, Derek!
Ralf Jung [Tue, 4 Aug 2015 15:18:58 +0000 (17:18 +0200)]
fix solution for BigInt::min. Thanks, Derek!

8 years agosolutions: add testcases for the minimum stuff
Ralf Jung [Tue, 4 Aug 2015 11:25:17 +0000 (13:25 +0200)]
solutions: add testcases for the minimum stuff

8 years agopart10: typo
Ralf Jung [Tue, 28 Jul 2015 15:50:16 +0000 (17:50 +0200)]
part10: typo

8 years agotune part 16
Ralf Jung [Mon, 27 Jul 2015 10:19:42 +0000 (12:19 +0200)]
tune part 16

8 years agoshow some more code in the workspace
Ralf Jung [Fri, 24 Jul 2015 10:25:44 +0000 (12:25 +0200)]
show some more code in the workspace

8 years agoexterior mutability -> inherited mutability, another useful link, warn about transmute
Ralf Jung [Tue, 21 Jul 2015 12:49:37 +0000 (14:49 +0200)]
exterior mutability -> inherited mutability, another useful link, warn about transmute

8 years agoadd more prominent link to the actual tutorial
Ralf Jung [Tue, 21 Jul 2015 10:05:42 +0000 (12:05 +0200)]
add more prominent link to the actual tutorial

8 years agolink to drop RFC
Ralf Jung [Tue, 21 Jul 2015 09:56:39 +0000 (11:56 +0200)]
link to drop RFC

8 years agotune explanation of PhantomData ownership annotation
Ralf Jung [Tue, 21 Jul 2015 09:38:10 +0000 (11:38 +0200)]
tune explanation of PhantomData ownership annotation

8 years agoadd link to the advanced programming guide
Ralf Jung [Tue, 21 Jul 2015 09:14:55 +0000 (11:14 +0200)]
add link to the advanced programming guide

8 years agonewline fix
Ralf Jung [Mon, 20 Jul 2015 12:01:54 +0000 (14:01 +0200)]
newline fix

8 years agoTune part 16
Ralf Jung [Sun, 19 Jul 2015 11:02:09 +0000 (13:02 +0200)]
Tune part 16

8 years agoThis is no longer work-in-progress
Ralf Jung [Sun, 19 Jul 2015 11:00:40 +0000 (13:00 +0200)]
This is no longer work-in-progress

8 years agofinish part 16
Ralf Jung [Sun, 19 Jul 2015 10:54:44 +0000 (12:54 +0200)]
finish part 16

8 years agowrite part 16
Ralf Jung [Sat, 18 Jul 2015 21:26:18 +0000 (23:26 +0200)]
write part 16

8 years agotweak parts 11-15 again
Ralf Jung [Sat, 18 Jul 2015 18:17:18 +0000 (20:17 +0200)]
tweak parts 11-15 again

8 years agosplit part 11 into two, and explain interior mutability and Cell and RefCell in the...
Ralf Jung [Sat, 18 Jul 2015 14:42:15 +0000 (16:42 +0200)]
split part 11 into two, and explain interior mutability and Cell and RefCell in the new part 12

8 years agoturns out that one *can* use 'extern crate' in submodules
Ralf Jung [Thu, 16 Jul 2015 20:29:52 +0000 (22:29 +0200)]
turns out that one *can* use 'extern crate' in submodules

8 years agofinish part 14
Ralf Jung [Thu, 16 Jul 2015 15:13:11 +0000 (17:13 +0200)]
finish part 14

8 years agoAdd first version of part 14
Ralf Jung [Tue, 14 Jul 2015 17:56:34 +0000 (19:56 +0200)]
Add first version of part 14

8 years agoadd some structure to the list of parts
Ralf Jung [Tue, 14 Jul 2015 12:50:36 +0000 (14:50 +0200)]
add some structure to the list of parts

8 years agofinish parts 12, 13
Ralf Jung [Tue, 14 Jul 2015 10:42:31 +0000 (12:42 +0200)]
finish parts 12, 13

8 years agopart 13 draft: sorting, external dependencies
Ralf Jung [Mon, 13 Jul 2015 15:19:57 +0000 (17:19 +0200)]
part 13 draft: sorting, external dependencies

8 years agoimplement rgrep, and write part 12 (draft) about it
Ralf Jung [Mon, 13 Jul 2015 13:57:37 +0000 (15:57 +0200)]
implement rgrep, and write part 12 (draft) about it

8 years agosync titles
Ralf Jung [Fri, 10 Jul 2015 16:58:18 +0000 (18:58 +0200)]
sync titles

8 years agofinalize part 11
Ralf Jung [Fri, 10 Jul 2015 15:55:43 +0000 (17:55 +0200)]
finalize part 11

8 years agopart11: first version
Ralf Jung [Fri, 10 Jul 2015 13:51:34 +0000 (15:51 +0200)]
part11: first version

8 years agobe more explicit about dereferencing
Ralf Jung [Thu, 9 Jul 2015 20:56:33 +0000 (22:56 +0200)]
be more explicit about dereferencing

8 years ago*oops* make things actually compile
Ralf Jung [Thu, 9 Jul 2015 15:55:00 +0000 (17:55 +0200)]
*oops* make things actually compile

8 years agocomplete part 10
Ralf Jung [Thu, 9 Jul 2015 14:46:02 +0000 (16:46 +0200)]
complete part 10

8 years agosome iterator tuning
Ralf Jung [Thu, 9 Jul 2015 13:14:20 +0000 (15:14 +0200)]
some iterator tuning

8 years agomake it so that I can actually run stuff that relies on the solution of exercises
Ralf Jung [Wed, 8 Jul 2015 16:06:18 +0000 (18:06 +0200)]
make it so that I can actually run stuff that relies on the solution of exercises

8 years agoStart writing a part on closures
Ralf Jung [Wed, 8 Jul 2015 15:55:46 +0000 (17:55 +0200)]
Start writing a part on closures

8 years agotypos, and a TODO list
Ralf Jung [Wed, 8 Jul 2015 12:40:05 +0000 (14:40 +0200)]
typos, and a TODO list

8 years agocomplete part 09
Ralf Jung [Wed, 8 Jul 2015 12:30:22 +0000 (14:30 +0200)]
complete part 09

8 years agopart 08: new exercise, fix numbering
Ralf Jung [Tue, 7 Jul 2015 11:27:41 +0000 (13:27 +0200)]
part 08: new exercise, fix numbering

8 years agopart 05: clarify exercise
Ralf Jung [Tue, 7 Jul 2015 11:22:38 +0000 (13:22 +0200)]
part 05: clarify exercise

8 years agopart 09: explain how Rust prevents iterator invalidation
Ralf Jung [Mon, 6 Jul 2015 16:32:54 +0000 (18:32 +0200)]
part 09: explain how Rust prevents iterator invalidation

8 years agopart 09: iterator for BigInt
Ralf Jung [Mon, 6 Jul 2015 15:53:42 +0000 (17:53 +0200)]
part 09: iterator for BigInt

8 years agotest that subtraction appropriately panics
Ralf Jung [Mon, 6 Jul 2015 15:17:32 +0000 (17:17 +0200)]
test that subtraction appropriately panics

8 years agoimplement and test subtraction
Ralf Jung [Mon, 6 Jul 2015 15:00:56 +0000 (17:00 +0200)]
implement and test subtraction