about summary refs log tree commit diff
path: root/src/doc/guide.md
AgeCommit message (Collapse)AuthorLines
2014-08-21auto merge of #16635 : steveklabnik/rust/ordering_comment, r=huonwbors-5/+4
This way people won't try to copy/paste it in. This is provided as an alternate solution to #16003. What do you think, @treeman?
2014-08-21fix module wording in guideSteve Klabnik-3/+5
@kimundi was a bit worried this was misleading.
2014-08-21auto merge of #16487 : steveklabnik/rust/guide_ownership, r=brsonbors-0/+167
Whew. This section was so important, I saved it for last. /cc @wycats, @nikomatsakis
2014-08-21auto merge of #16471 : EduardoBautista/rust/chapter-14-fixes, r=steveklabnikbors-40/+40
Just some small fixes for the guide. The cargo stuff is probably because of an update.
2014-08-21auto merge of #16447 : steveklabnik/rust/guide_vectors_extra, r=brsonbors-0/+13
Can't believe I forgot this!
2014-08-21auto merge of #16331 : steveklabnik/rust/guide_macros_and_unsafe, r=brsonbors-4/+177
The last two sections of the guide, and a small conclusion. I suck at conclusions. I also realized I never covered strings, so I'm going to put that section up before we're actually 'done.'
2014-08-20Guide: unsafeSteve Klabnik-49/+151
2014-08-20fixes some syntax highlighting annotationsChristoph Burgdorf-4/+4
2014-08-20Make note that Ordering is builtin.Steve Klabnik-6/+5
This way people won't try to copy/paste it in.
2014-08-20Guide: macrosSteve Klabnik-0/+71
2014-08-20auto merge of #16408 : steveklabnik/rust/guide_iterators, r=brsonbors-2/+336
An introduction to iterators. I kinda like this, but I kinda don't. Hmmm.
2014-08-20auto merge of #16257 : steveklabnik/rust/guide_patterns, r=brsonbors-1/+167
Fixes #4417.
2014-08-19Remove repeated section and make file path genericEduardo Bautista-11/+1
2014-08-19Use new Cargo starting version numberEduardo Bautista-21/+21
2014-08-19Use new Cargo file syntaxEduardo Bautista-31/+41
2014-08-19`input_num` is used is used instead of `guess` further in the guideEduardo Bautista-3/+3
2014-08-19Cargo generates "Hello, world!" instead of "Hello world!"Eduardo Bautista-1/+1
2014-08-19Cargo begins version number at 0.0.1 instead of 0.1.0Eduardo Bautista-15/+15
2014-08-19auto merge of #16585 : steveklabnik/rust/random_remarks, r=pcwaltonbors-2/+10
Fixes #15954 and #16354.
2014-08-19auto merge of #16345 : EduardoBautista/rust/fix-error-message-in-guide, ↵bors-2/+2
r=steveklabnik Just some simple changes to the guide.
2014-08-18Make comment about small bias in %.Steve Klabnik-1/+2
Fixes #16354.
2014-08-18Explain modulo in the guide.Steve Klabnik-2/+9
Fixes #15954
2014-08-18Guide: ownershipSteve Klabnik-0/+167
2014-08-18Remove 'static analysis'Steve Klabnik-4/+3
This has certain implications that are wrong. Fixes #16299.
2014-08-14auto merge of #16474 : MatejLach/rust/cargorun_fix, r=steveklabnikbors-26/+30
This fixes #16451. While moving things around, I also removed a bunch of unnecessary whitespace, however I can put it back in if that's undesired. Thanks.
2014-08-14Guide: array subscript notationSteve Klabnik-0/+13
2014-08-14Guide: iteratorsSteve Klabnik-2/+336
2014-08-13Introduce the cargo run command earlier (squashed)Matej Lach-26/+30
2014-08-13Guide: Add missing integer type to section on if expressionsAndreas Tolfsen-1/+1
2014-08-12Guide: patterns.Steve Klabnik-1/+167
Fixes #4417.
2014-08-11auto merge of #16427 : brson/rust/https, r=thestingerbors-3/+3
2014-08-11Guide: vectorsSteve Klabnik-6/+71
2014-08-11Update docs to use HTTPS for static.rust-lang.org addressesBrian Anderson-3/+3
cc #16123
2014-08-11Fix some minor issues in the guide.Peer Aramillo Irizar-6/+6
2014-08-08auto merge of #16333 : steveklabnik/rust/guide_strings, r=brsonbors-0/+80
I _think_ this is the right place to introduce strings. It's a bit hard to talk about without understanding pointers and ownership, but you need to have some idea of what's going on...
2014-08-08Guide: method syntaxSteve Klabnik-0/+88
2014-08-08auto merge of #16309 : steveklabnik/rust/guide_tasks, r=brsonbors-0/+146
I wasn't 100% sure of what level of detail I wanted to go into things here. For example, 1:1 vs M:N tasks seems like a better distinction to leave to the Guide.
2014-08-08Single curly braces instead of double are being usedEduardo Bautista-1/+1
2014-08-08Update error message on compileEduardo Bautista-1/+1
2014-08-08auto merge of #16273 : steveklabnik/rust/guide_generics, r=brsonbors-1/+491
2014-08-07auto merge of #16206 : steveklabnik/rust/guide_lambdas, r=brsonbors-1/+203
2014-08-07Guide: TraitsSteve Klabnik-25/+339
2014-08-07Guide: stringsSteve Klabnik-0/+80
2014-08-07Guide: tasksSteve Klabnik-0/+146
2014-08-07Guide: closuresSteve Klabnik-1/+203
2014-08-06Guide: Fix imports (times_four instead of add_four)Daniel Hofstetter-2/+2
2014-08-05Guide: genericsSteve Klabnik-0/+176
2014-08-05auto merge of #16234 : cakebaker/rust/rename_guessing_game_rs_to_main_rs, ↵bors-17/+17
r=steveklabnik Follow-up to #16215
2014-08-04Rename guessing_game.rs to main.rs in guideDaniel Hofstetter-17/+17
2014-08-04Rename modules.rs to main.rs in guideDaniel Hofstetter-3/+3