summary refs log tree commit diff
path: root/src/doc/book/getting-started.md
AgeCommit message (Collapse)AuthorLines
2016-03-31Using only one Mibbit link for access the two channelsDavid AO Lozano-8/+6
2016-03-31Adding #rust-beginners to README and pointing the two channels on ↵David AO Lozano-7/+11
getting-started
2016-03-31Misspelled beginners in one placeDavid AO Lozano-1/+1
2016-03-31Book: in beginner guide change irc channel #rust → #rust-beginnersDavid AO Lozano-3/+3
2016-03-27Getting Started: "copy" -> "move"Christian Wesselhoeft-1/+1
2016-03-16FreeBSD has already supported CargoTang Chenglong-2/+2
Both Packages and Ports of FreeBSD have Cargo in present.
2016-03-13Rollup merge of #32218 - cantino:minor_book_typo_fixes, r=steveklabnikManish Goregaokar-1/+1
Fix minor typos in doc.rust-lang.org/book I've made a few typo and grammar fixes as I've been working through the book.
2016-03-12Fix minor typos in doc.rust-lang.org/bookAndrew Cantino-1/+1
2016-03-10Update getting-started.mdNoah-13/+1
In `rustc 1.7.0` the message that is displayed is now `Rust is ready to roll.`
2016-02-02Rollup merge of #31348 - alexcrichton:shuffle-tiers, r=steveklabnikSteve Klabnik-1/+5
Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now.
2016-02-01doc: Move 32-bit MSVC to a tier 1 platformAlex Crichton-1/+5
Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now.
2016-02-01Fix typo in doc/book/getting-started.mdPrayag Verma-1/+1
Spelling mistake - `familliar` > `familiar`
2016-01-26Rollup merge of #31199 - steveklabnik:gh31181, r=ManishearthManish Goregaokar-0/+4
Fixes #31181
2016-01-25Mention the need for a linkerSteve Klabnik-0/+4
Fixes #31181
2016-01-25Replace link to learn-rust in the bookOliver Middleton-3/+3
It was removed in #30595. Also delete the old learn-rust.md.
2016-01-23Clarify when `Cargo.lock` is created by `cargo build` in the bookDirk Gadsden-3/+5
Also remove a "finally" in the section about building for release to make it feel a bit friendlier.
2016-01-22Fix typo in "Getting Started" section of the bookAndrew Paseltiner-1/+1
Closes #31103
2016-01-15Clarify what a crate is, within the "Getting Started" chapter.Luke Jones-3/+5
* ref: Issue #30825 Small punctuation change in "Crates and Modules".
2016-01-11Rollup merge of #30812 - D101101:patch-2, r=steveklabnikSimonas Kazlauskas-4/+4
r? @steveklabnik
2016-01-11Fix link in getting-started.mdSergey Veselkov-4/+4
2016-01-09Remove many instances of 'just'Steve Klabnik-6/+6
Doing so is considered weaker writing. Thanks @Charlotteis! Fixes #28810
2016-01-06Be consistent about what is a "chapter" versus a "section"Michael F. Lamb-2/+2
2015-12-10book: Update Tier 2 platformsAlex Crichton-24/+24
We've got lots of new automation set up in the past few months, so these platforms are now all tier 2 as we're building artifacts and gating on them.
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+610
The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc.