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
Ralf Jung [Mon, 24 Aug 2015 12:22:20 +0000 (14:22 +0200)]
the default layout needs lots of vertical space...
Ralf Jung [Mon, 24 Aug 2015 08:56:48 +0000 (10:56 +0200)]
tell mobile devices that we are prepared
Ralf Jung [Mon, 24 Aug 2015 08:55:59 +0000 (10:55 +0200)]
add links to raw source
Ralf Jung [Mon, 24 Aug 2015 08:53:36 +0000 (10:53 +0200)]
better mobile version
Ralf Jung [Mon, 24 Aug 2015 08:27:16 +0000 (10:27 +0200)]
fix background scrolling
Ralf Jung [Sun, 23 Aug 2015 11:20:21 +0000 (13:20 +0200)]
tune Makefile for less pointless rebuilding
Ralf Jung [Sun, 23 Aug 2015 11:17:28 +0000 (13:17 +0200)]
re-generate docs when pycco-rs changes
Ralf Jung [Sun, 23 Aug 2015 11:15:28 +0000 (13:15 +0200)]
more https
Ralf Jung [Sat, 22 Aug 2015 19:42:40 +0000 (21:42 +0200)]
fix the patching monkeys
Ralf Jung [Sat, 22 Aug 2015 19:37:51 +0000 (21:37 +0200)]
more monkey-patching for the website
Ralf Jung [Sat, 22 Aug 2015 19:37:30 +0000 (21:37 +0200)]
typo; emphasis
Ralf Jung [Fri, 7 Aug 2015 18:27:23 +0000 (20:27 +0200)]
Rust 1.2 is stable now
Ralf Jung [Fri, 7 Aug 2015 14:05:48 +0000 (16:05 +0200)]
feedback from Alexis. Thanks!
Ralf Jung [Thu, 6 Aug 2015 16:35:30 +0000 (18:35 +0200)]
correct the comment on the unsafe powers
Ralf Jung [Thu, 6 Aug 2015 16:31:23 +0000 (18:31 +0200)]
update Rustonomicon link
Ralf Jung [Tue, 4 Aug 2015 15:18:58 +0000 (17:18 +0200)]
fix solution for BigInt::min. Thanks, Derek!
Ralf Jung [Tue, 4 Aug 2015 11:25:17 +0000 (13:25 +0200)]
solutions: add testcases for the minimum stuff
Ralf Jung [Tue, 28 Jul 2015 15:50:16 +0000 (17:50 +0200)]
part10: typo
Ralf Jung [Mon, 27 Jul 2015 10:19:42 +0000 (12:19 +0200)]
tune part 16
Ralf Jung [Fri, 24 Jul 2015 10:25:44 +0000 (12:25 +0200)]
show some more code in the workspace
Ralf Jung [Tue, 21 Jul 2015 12:49:37 +0000 (14:49 +0200)]
exterior mutability -> inherited mutability, another useful link, warn about transmute
Ralf Jung [Tue, 21 Jul 2015 10:05:42 +0000 (12:05 +0200)]
add more prominent link to the actual tutorial
Ralf Jung [Tue, 21 Jul 2015 09:56:39 +0000 (11:56 +0200)]
link to drop RFC
Ralf Jung [Tue, 21 Jul 2015 09:38:10 +0000 (11:38 +0200)]
tune explanation of PhantomData ownership annotation
Ralf Jung [Tue, 21 Jul 2015 09:14:55 +0000 (11:14 +0200)]
add link to the advanced programming guide
Ralf Jung [Mon, 20 Jul 2015 12:01:54 +0000 (14:01 +0200)]
newline fix
Ralf Jung [Sun, 19 Jul 2015 11:02:09 +0000 (13:02 +0200)]
Tune part 16
Ralf Jung [Sun, 19 Jul 2015 11:00:40 +0000 (13:00 +0200)]
This is no longer work-in-progress
Ralf Jung [Sun, 19 Jul 2015 10:54:44 +0000 (12:54 +0200)]
finish part 16
Ralf Jung [Sat, 18 Jul 2015 21:26:18 +0000 (23:26 +0200)]
write part 16
Ralf Jung [Sat, 18 Jul 2015 18:17:18 +0000 (20:17 +0200)]
tweak parts 11-15 again
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
Ralf Jung [Thu, 16 Jul 2015 20:29:52 +0000 (22:29 +0200)]
turns out that one *can* use 'extern crate' in submodules
Ralf Jung [Thu, 16 Jul 2015 15:13:11 +0000 (17:13 +0200)]
finish part 14
Ralf Jung [Tue, 14 Jul 2015 17:56:34 +0000 (19:56 +0200)]
Add first version of part 14
Ralf Jung [Tue, 14 Jul 2015 12:50:36 +0000 (14:50 +0200)]
add some structure to the list of parts
Ralf Jung [Tue, 14 Jul 2015 10:42:31 +0000 (12:42 +0200)]
finish parts 12, 13
Ralf Jung [Mon, 13 Jul 2015 15:19:57 +0000 (17:19 +0200)]
part 13 draft: sorting, external dependencies
Ralf Jung [Mon, 13 Jul 2015 13:57:37 +0000 (15:57 +0200)]
implement rgrep, and write part 12 (draft) about it
Ralf Jung [Fri, 10 Jul 2015 16:58:18 +0000 (18:58 +0200)]
sync titles
Ralf Jung [Fri, 10 Jul 2015 15:55:43 +0000 (17:55 +0200)]
finalize part 11
Ralf Jung [Fri, 10 Jul 2015 13:51:34 +0000 (15:51 +0200)]
part11: first version
Ralf Jung [Thu, 9 Jul 2015 20:56:33 +0000 (22:56 +0200)]
be more explicit about dereferencing
Ralf Jung [Thu, 9 Jul 2015 15:55:00 +0000 (17:55 +0200)]
*oops* make things actually compile
Ralf Jung [Thu, 9 Jul 2015 14:46:02 +0000 (16:46 +0200)]
complete part 10
Ralf Jung [Thu, 9 Jul 2015 13:14:20 +0000 (15:14 +0200)]
some iterator tuning
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
Ralf Jung [Wed, 8 Jul 2015 15:55:46 +0000 (17:55 +0200)]
Start writing a part on closures
Ralf Jung [Wed, 8 Jul 2015 12:40:05 +0000 (14:40 +0200)]
typos, and a TODO list
Ralf Jung [Wed, 8 Jul 2015 12:30:22 +0000 (14:30 +0200)]
complete part 09
Ralf Jung [Tue, 7 Jul 2015 11:27:41 +0000 (13:27 +0200)]
part 08: new exercise, fix numbering
Ralf Jung [Tue, 7 Jul 2015 11:22:38 +0000 (13:22 +0200)]
part 05: clarify exercise
Ralf Jung [Mon, 6 Jul 2015 16:32:54 +0000 (18:32 +0200)]
part 09: explain how Rust prevents iterator invalidation
Ralf Jung [Mon, 6 Jul 2015 15:53:42 +0000 (17:53 +0200)]
part 09: iterator for BigInt
Ralf Jung [Mon, 6 Jul 2015 15:17:32 +0000 (17:17 +0200)]
test that subtraction appropriately panics
Ralf Jung [Mon, 6 Jul 2015 15:00:56 +0000 (17:00 +0200)]
implement and test subtraction
Ralf Jung [Mon, 6 Jul 2015 14:45:34 +0000 (16:45 +0200)]
some more work on part08, and bigint addition
Ralf Jung [Sun, 5 Jul 2015 15:49:39 +0000 (17:49 +0200)]
*oops*
Ralf Jung [Sun, 5 Jul 2015 15:28:23 +0000 (17:28 +0200)]
run tests on solutions; tune CSS for wider text
Ralf Jung [Sun, 5 Jul 2015 15:26:09 +0000 (17:26 +0200)]
finalize part 08
Ralf Jung [Wed, 1 Jul 2015 21:11:31 +0000 (23:11 +0200)]
add trim() to reading from stdin, so that it also works on Windows
Ralf Jung [Sat, 27 Jun 2015 11:24:31 +0000 (13:24 +0200)]
document 'make workspace'
Ralf Jung [Sat, 27 Jun 2015 08:31:06 +0000 (10:31 +0200)]
add CSS for printing
Ralf Jung [Fri, 26 Jun 2015 21:01:59 +0000 (23:01 +0200)]
gitignore hidden files in the workspace
Ralf Jung [Fri, 26 Jun 2015 21:01:31 +0000 (23:01 +0200)]
add all the parts in workspace's main.rs
Ralf Jung [Fri, 26 Jun 2015 20:54:04 +0000 (22:54 +0200)]
also build workspace crate
Ralf Jung [Fri, 26 Jun 2015 20:42:54 +0000 (22:42 +0200)]
tuning
Ralf Jung [Fri, 26 Jun 2015 18:56:02 +0000 (20:56 +0200)]
@-ify all the things
Ralf Jung [Fri, 26 Jun 2015 18:00:38 +0000 (20:00 +0200)]
*oops* typos
Ralf Jung [Fri, 26 Jun 2015 17:57:33 +0000 (19:57 +0200)]
@-ify part 01; update main for non-Linux users
Ralf Jung [Fri, 26 Jun 2015 17:55:59 +0000 (19:55 +0200)]
ship generated workspace files for the benefit of non-Linux users
Ralf Jung [Fri, 26 Jun 2015 17:19:20 +0000 (19:19 +0200)]
explain how to get a workspace
Ralf Jung [Fri, 26 Jun 2015 16:43:36 +0000 (18:43 +0200)]
add some @-magic to generate a workspace
Ralf Jung [Wed, 24 Jun 2015 18:46:29 +0000 (20:46 +0200)]
fix the main file(s)
Ralf Jung [Tue, 23 Jun 2015 16:00:43 +0000 (18:00 +0200)]
Makefile Magic
Ralf Jung [Tue, 23 Jun 2015 16:00:35 +0000 (18:00 +0200)]
tuning, exercises and solutions
Ralf Jung [Tue, 23 Jun 2015 15:27:36 +0000 (17:27 +0200)]
avoid using std::cmp::min, for it doesn't support f32...
Ralf Jung [Tue, 23 Jun 2015 13:23:17 +0000 (15:23 +0200)]
some more exercises
Ralf Jung [Mon, 22 Jun 2015 11:39:08 +0000 (13:39 +0200)]
Java actually doesn't do pointer checks all the time
Ralf Jung [Fri, 19 Jun 2015 20:51:00 +0000 (22:51 +0200)]
extend ex01.1 hint
Ralf Jung [Thu, 18 Jun 2015 15:36:24 +0000 (17:36 +0200)]
typos
Ralf Jung [Thu, 18 Jun 2015 11:33:45 +0000 (13:33 +0200)]
*oops* sync titles
Ralf Jung [Thu, 18 Jun 2015 11:33:07 +0000 (13:33 +0200)]
some things are no longer WIP
Ralf Jung [Thu, 18 Jun 2015 11:31:32 +0000 (13:31 +0200)]
document intended usage of 'workspace'
Ralf Jung [Thu, 18 Jun 2015 11:07:29 +0000 (13:07 +0200)]
remove outdated reference to docco
Ralf Jung [Thu, 18 Jun 2015 11:01:22 +0000 (13:01 +0200)]
look for python in the PATH
Ralf Jung [Tue, 16 Jun 2015 17:15:56 +0000 (19:15 +0200)]
tune and tweak: part 05-07
Ralf Jung [Tue, 16 Jun 2015 16:22:39 +0000 (18:22 +0200)]
tweaking here and there, plans for the future
Ralf Jung [Tue, 16 Jun 2015 16:22:07 +0000 (18:22 +0200)]
work on parts 6-8
Ralf Jung [Tue, 16 Jun 2015 11:45:35 +0000 (13:45 +0200)]
lots of work on parts 05 and 06
Ralf Jung [Tue, 16 Jun 2015 08:53:34 +0000 (10:53 +0200)]
write a lot on Copy and Clone. Now part 05 is too long...
Ralf Jung [Mon, 15 Jun 2015 20:46:30 +0000 (22:46 +0200)]
start doing the course-part of BigInt
Ralf Jung [Mon, 15 Jun 2015 15:40:22 +0000 (17:40 +0200)]
add a "solutions" crate with a BigInt class
Ralf Jung [Mon, 15 Jun 2015 11:57:38 +0000 (13:57 +0200)]
work on part04
Ralf Jung [Mon, 15 Jun 2015 11:39:39 +0000 (13:39 +0200)]
refine parts 02 and 03
Ralf Jung [Sat, 13 Jun 2015 12:01:34 +0000 (14:01 +0200)]
start on a BigInt class
Ralf Jung [Sat, 13 Jun 2015 11:58:37 +0000 (13:58 +0200)]
add part of ownership and borrowing
Ralf Jung [Sat, 13 Jun 2015 11:58:20 +0000 (13:58 +0200)]
work on Intro; import code from previous parts where appropriate
Ralf Jung [Wed, 10 Jun 2015 21:18:03 +0000 (23:18 +0200)]
part_main -> main