about summary refs log tree commit diff
path: root/src/doc/trpl/hello-world.md
AgeCommit message (Collapse)AuthorLines
2015-11-04Merge first three chapters into one.Steve Klabnik-185/+0
Conceptually, this makes more sense as one introductory chapter.
2015-11-03Make some edits as per No Starch.Steve Klabnik-99/+113
Lots of little details and things.
2015-10-20Remove reference to `hello_world.rs` in TRPL ยง2.2Keshav Kini-2/+3
When reading this paragraph, the beginning Rust programmer is starting to write a Hello World program. We have just told her to name the file `main.rs`, and immediately afterward, a `hello_world.rs` is mentioned. I changed this to an unrelated filename (incidentally one that appears in this repository) to make it clear that this is just an example. Also, wording it as a declarative sentence rather than an imperative one further separates it from the Hello World instructions in this section.
2015-10-09Some tidying upJonathan Hansford-29/+30
Improving the use of 2nd and 3rd person Adding a few contractions to make the text less formal Tidying up some notes Providing a little bit more clarification for Windows users
2015-10-092nd to 3rd personJonathan Hansford-53/+53
Replacing all references to the 2nd person with references to the 3rd person (excluding `authors = [ "Your name <you@example.com>" ]` and `file:///home/yourname/projects/hello_world` in `hello-cargo.md`)
2015-10-03Add missing dotGuillaume Gomez-1/+1
2015-07-24Added link in glossary to expression-oriented languageJonathan Hansford-4/+7
Tidied up glossary.md and added link from hello-world.md to 'expression-oriented language' in glossary.md
2015-04-18Auto merge of #24383 - avdi:patch-1, r=steveklabnikbors-1/+1
"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
2015-04-15Fix link to stack/heap pageBrett Cannon-4/+4
Link spanned a line and was mising the actual link target.
2015-04-13Wording for dynamic languages.Avdi Grimm-1/+1
2015-04-13Refer to Ruby/Python/JS as "dynamically evaluated"Avdi Grimm-1/+1
"Dynamically typed" didn't seem like a relevant distinction; there are statically-compiled dynamically-typed languages. Another term that might work here (despite being notoriously vague) is "scripting languages".
2015-04-10More editing work on TRPLSteve Klabnik-70/+70
Fill out blank section headers. Copy edit the entire first section.
2015-04-07book: Fix a hyperlink to CONFIGS.mdAlex Crichton-1/+3
Right now rustdoc replaces the string ".md)" with ".html)" to fix links between markdown files, so use a different syntax that doesn't get caught in the crossfire. Closes #22900
2015-04-07Update hello-world.mdXue Fuqiao-4/+4
People use programming language *implementations* like Ruby MRI, CPython, and SpiderMonkey for executing programs.
2015-02-15book: link to a file with configs linksElantsev Serj-1/+1
2015-01-12Small grammar fix in the bookSteve Klabnik-2/+2
Fixes #20993
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-8/+8
This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations.
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+164