| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-15 | remove references to HM inference | Steve Klabnik | -6/+2 | |
| Fixes #17229. | ||||
| 2014-09-15 | properly annotate C code in the guide | Steve Klabnik | -3/+3 | |
| Without 'notrust,' we were getting a playpen link. Fixes #17228. | ||||
| 2014-09-13 | `rustc main.rs` generates main binary file | Santiago Pastorino | -3/+3 | |
| 2014-09-13 | These two lines are actually three. | Markus Unterwaditzer | -1/+1 | |
| 2014-09-13 | doc: that felt like it needed a stronger break than what comma provides | Tshepang Lekhonkhobe | -2/+2 | |
| Remove trailing whitespace while at it | ||||
| 2014-09-12 | auto merge of #17155 : steveklabnik/rust/dherman_fixes, r=brson | bors | -224/+33 | |
| Fixing more suggestions from @dherman . I made them individual commits in case we want to discuss any of them further. | ||||
| 2014-09-11 | Replace the Tutorial with the Guide. | Steve Klabnik | -12/+3 | |
| The Guide isn't 100% perfect, but it's basically complete. It's certainly better than the tutorial is. Time to start pointing more people its way. I also just made it consistent to call all things 'guides' rather than tutorials. Fixes #9874. This is the big one. And two bugs that just go away. Fixes #14503. Fixes #15009. | ||||
| 2014-09-10 | don't say 'semantic' | Steve Klabnik | -8/+8 | |
| 2014-09-10 | remove rich hickey love | Steve Klabnik | -3/+3 | |
| 2014-09-10 | Remove much of the modules section. | Steve Klabnik | -191/+2 | |
| This part can get _really_ confusing, and we want to make sure that people succeed in the guide. I plan on making a module guide in the future to replace the information here. | ||||
| 2014-09-10 | hello_world.rs -> main.rs | Steve Klabnik | -18/+19 | |
| 2014-09-10 | dave hates jokes :wink: | Steve Klabnik | -4/+1 | |
| 2014-09-09 | Be explicit with rustdoc. | Steve Klabnik | -15/+16 | |
| I missed some annotations, and some were in a different style. | ||||
| 2014-09-08 | guide: Remove reference to uninitialized bindings | Steve Klabnik | -11/+2 | |
| There isn't a good way to fit this in, so let's just not mention it. Fixes #16792. | ||||
| 2014-09-07 | auto merge of #17019 : steveklabnik/rust/remove_compromise, r=thestinger | bors | -1/+1 | |
| @dherman doesn't like it :smile: | ||||
| 2014-09-05 | don't say compromise | Steve Klabnik | -1/+1 | |
| @dherman doesn't like it :smile: | ||||
| 2014-09-05 | Fix formatting in the guide. | Steve Klabnik | -1/+1 | |
| Thanks @dherman. | ||||
| 2014-09-01 | doc: Fix spelling errors. | Joseph Crail | -1/+1 | |
| 2014-08-30 | rollup merge of #16881 : cmr/guide-typo | Alex Crichton | -1/+1 | |
| 2014-08-30 | rollup merge of #16852 : steveklabnik/desugar_destructure | Alex Crichton | -1/+1 | |
| 2014-08-30 | rollup merge of #16849 : nhowell/patch-1 | Alex Crichton | -5/+5 | |
| 2014-08-30 | rollup merge of #16839 : treeman/issue-15358 | Alex Crichton | -1/+1 | |
| 2014-08-30 | rollup merge of #16833 : SebastianZaha/fix-guide-typo | Alex Crichton | -1/+1 | |
| 2014-08-30 | rollup merge of #16832 : SebastianZaha/fix-inconsistent-version-numbering | Alex Crichton | -8/+8 | |
| 2014-08-30 | rollup merge of #16807 : nham/guide_added_ownership_rule | Alex Crichton | -6/+11 | |
| 2014-08-30 | rollup merge of #16726 : tshepang/consistency | Alex Crichton | -1/+1 | |
| 2014-08-30 | rollup merge of #16721 : tshepang/convenience | Alex Crichton | -3/+3 | |
| 2014-08-30 | rollup merge of #16716 : tshepang/temp | Alex Crichton | -1/+1 | |
| 2014-08-30 | doc: Add another restriction to the list of ownership rules. | nham | -6/+11 | |
| 2014-08-30 | guide: function -> closure in explanation of closures | Corey Richardson | -1/+1 | |
| 2014-08-30 | doc: make docs build | Tshepang Lekhonkhobe | -1/+1 | |
| Addresses this comment: https://github.com/rust-lang/rust/pull/16721#issuecomment-53946624 | ||||
| 2014-08-29 | desugar -> destructure | Steve Klabnik | -1/+1 | |
| wrong de- word. | ||||
| 2014-08-29 | Fix spelling mistakes in the guide | Nick Howell | -5/+5 | |
| Also made some opinionated changes such as to prefer license over licence and judgment over judgement. | ||||
| 2014-08-29 | Tweak error message for use of a keyword in ident position. | Jonas Hietala | -1/+1 | |
| Closes #15358 | ||||
| 2014-08-28 | Fix guide typo. | Sebastian Zaha | -1/+1 | |
| 2014-08-28 | Cargo begins version number at 0.0.1 instead of 0.1.0. | Sebastian Zaha | -8/+8 | |
| 2014-08-27 | auto merge of #16752 : MatejLach/rust/more_cargorun, r=steveklabnik | bors | -26/+21 | |
| Use cargo run as much as possible... | ||||
| 2014-08-27 | auto merge of #16724 : tshepang/rust/misleading, r=brson | bors | -2/+1 | |
| We have to specify the module and the function name in the example where the module shares a crate with the executable as well, so remove the redundant (and potentially confusing) mention. | ||||
| 2014-08-26 | Use cargo run in more places | Matej Lach | -26/+21 | |
| 2014-08-26 | auto merge of #16720 : tshepang/rust/trailing-prompt, r=alexcrichton | bors | -10/+0 | |
| because eyesore | ||||
| 2014-08-24 | auto merge of #16722 : tshepang/rust/trailing-spaces, r=pcwalton | bors | -15/+15 | |
| 2014-08-24 | doc: slight consistency fix | Tshepang Lekhonkhobe | -1/+1 | |
| Others in this list are Capitalized, so do it here too. | ||||
| 2014-08-24 | doc: remove misleading/confusing info | Tshepang Lekhonkhobe | -2/+1 | |
| We have to specify the module and the function name in the example where the module shares a crate with the executable as well, so remove the redundant (and potentially confusing) mention. | ||||
| 2014-08-24 | doc: remove trailing spaces from Guide | Tshepang Lekhonkhobe | -15/+15 | |
| 2014-08-24 | doc: use the more convenient 'cargo run' command | Tshepang Lekhonkhobe | -2/+2 | |
| This lovely command has already been introduced, so let's take advantage of it. | ||||
| 2014-08-24 | doc: remove trailing shell prompts | Tshepang Lekhonkhobe | -10/+0 | |
| because eyesore | ||||
| 2014-08-24 | doc: move misplaced comma | Tshepang Lekhonkhobe | -3/+3 | |
| Also: * Remove unseeming repetition. * By now, the reader has already heard that Rust is safe by default, so reduce the overlong sentence, making it easier to read. | ||||
| 2014-08-24 | doc: add missing word | Tshepang Lekhonkhobe | -1/+1 | |
| 2014-08-23 | Guide: Make add_three_times_four() public | Daniel Hofstetter | -1/+2 | |
| 2014-08-22 | auto merge of #16653 : steveklabnik/rust/module_wording, r=alexcrichton | bors | -3/+5 | |
| @kimundi was a bit worried this was misleading. | ||||
