Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
HEAD
/
src
/
doc
/
tutorial.md
cfa26da
Update tutorial.md
by Mikela
· 7 years ago
ec0d946
Make sure people know the book is free oline
by Mikela
· 7 years ago
4021924
Re-direct to the right place.
by Steve Klabnik
· 11 years ago
c456cca
only deprecate the guide rather than :fire: :fire: :fire:
by Steve Klabnik
· 11 years ago
eb678ff
librustc: Change the syntax of subslice matching to use postfix `..`
by Patrick Walton
· 11 years ago
67deb2e
libsyntax: Remove the `use foo = bar` syntax from the language in favor
by Patrick Walton
· 11 years ago
21a70b3
Update docs to use HTTPS for static.rust-lang.org addresses
by Brian Anderson
· 11 years ago
4d27b48
auto merge of #15410 : LemmingAvalanche/rust/patch-1, r=alexcrichton
by bors
· 11 years ago
14e245b
Note naming convention of lists (xs, ys, ...)
by LemmingAvalanche
· 11 years ago
aae7901
auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw
by bors
· 11 years ago
1f760d5
Rename `Share` to `Sync`
by Alex Crichton
· 11 years ago
c186b4b
Fix typo in the tutorial
by Adrien Brault
· 11 years ago
662f58f
docs: Fix typo in tutorial.
by Ruud van Asseldonk
· 11 years ago
571f6cf
fix variable name in tutorial
by DJUrsus
· 11 years ago
bb165eb
libsyntax: Remove `~self` and `mut ~self` from the language.
by Patrick Walton
· 11 years ago
320dbc1
auto merge of #15745 : treeman/rust/tutorial-fixup, r=steveklabnik
by bors
· 11 years ago
de70d76
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
by Patrick Walton
· 11 years ago
89e28d3
Small fixes for tutorial.
by Jonas Hietala
· 11 years ago
aa760a8
deprecate Vec::get
by Nick Cameron
· 11 years ago
7a199ba
doc: missing quote in keyword Send
by Yazhong Liu
· 11 years ago
4c9cca4
add a missing closing parens
by dgoon
· 11 years ago
704f11d
correct a few spelling mistakes in the tutorial
by Nathan Froyd
· 11 years ago
a5bb0a3
librustc: Remove the fallback to `int` for integers and `f64` for
by Patrick Walton
· 11 years ago
1702194
auto merge of #15166 : zookoatleastauthoritycom/rust/13570-add-see-below-to-a-reference-to-a-new-concept-2, r=huonw
by bors
· 11 years ago
7be7a8f
auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichton
by bors
· 11 years ago
53627dd
Make an example more clear with sample code.
by Steve Klabnik
· 11 years ago
668bad6
reflow with emacs fill-paragraph (fill-column 71)
by Zooko Wilcox-O'Hearn
· 11 years ago
d6ea862
add "(see below)" to a reference to a new concept
by Zooko Wilcox-O'Hearn
· 11 years ago
5807800
Fix grammar in tutorial
by Michael Zhou
· 11 years ago
3ed78f5
Add the Guide, add warning to tutorial.
by Steve Klabnik
· 11 years ago
85effb9
Improve ambiguous pronoun.
by Steve Klabnik
· 11 years ago
9e3d0b0
librustc: Remove the fallback to `int` from typechecking.
by Niko Matsakis
· 11 years ago
39efe3c
Docs: tutorial: Remove a couple references to `~T`
by Ivan Petkov
· 11 years ago
0b9e4fc
Update few files after comparison traits renaming
by Piotr Jawniak
· 11 years ago
7fec86b
tutorial.md: tiny correction for --crate-type=lib
by Niklas Koep
· 11 years ago
56d7bbe
Update Sublime Rust github link
by Christopher Bergqvist
· 11 years ago
f4ae8a8
Update repo location
by Brian Anderson
· 11 years ago
89b0e6e
Register new snapshots
by Alex Crichton
· 11 years ago
fce98e5
auto merge of #14799 : mcreinhard/rust/tilde-fix, r=alexcrichton
by bors
· 11 years ago
54c2a1e
rustc: Move the AST from @T to Gc<T>
by Alex Crichton
· 11 years ago
a0eca23
Fix deprecated use of ~
by Michael Reinhard
· 11 years ago
cc63d4c
doc: Turn off special features for rustdoc tests
by Alex Crichton
· 11 years ago
760b93a
Fallout from the libcollections movement
by Alex Crichton
· 11 years ago
20fb7c6
docs: Stop using `notrust`
by Florian Gilcher
· 11 years ago
b657af8
Rename variable in tutorial
by Christoph Burgdorf
· 11 years ago
faa7ba7
auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichton
by bors
· 11 years ago
1959925
Remove deprecated owned vector from tutorial.
by Jonathan Reem
· 11 years ago
748bc3c
std: Rename {Eq,Ord} to Partial{Eq,Ord}
by Alex Crichton
· 11 years ago
0e12934
Revert erroneous fix to tutorial
by Randati
· 11 years ago
b53454e
Move std::{reflect,repr,Poly} to a libdebug crate
by Alex Crichton
· 11 years ago
911cc9c
auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcrichton
by bors
· 11 years ago
1f1b2e4
std: Rename strbuf operations to string
by Richo Healey
· 11 years ago
a01bedc
auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler
by bors
· 11 years ago
ca287eb
auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichton
by bors
· 11 years ago
b3fb258
Update tutorial, see issue #13578
by Sean Gillespie
· 11 years ago
68455a1
Fix to tutorial
by Santiago Rodriguez
· 11 years ago
5530745
core: rename strbuf::StrBuf to string::String
by Richo Healey
· 11 years ago
864c501
Get "make check" to work with unused-attribute
by Steven Fackler
· 11 years ago
33c3edd
auto merge of #14362 : zecozephyr/rust/docfixes, r=cmr
by bors
· 11 years ago
12240e5
Fixed incorrect module path extra::arc -> sync::arc
by Jonathan Bailey
· 11 years ago
799ddba
Change static.rust-lang.org to doc.rust-lang.org
by Alex Crichton
· 11 years ago
e549601
Updated doc with correct type.
by Jonathan Bailey
· 11 years ago
cea63ec
Minor doc fixes in various places
by Piotr Jawniak
· 11 years ago
b84c0dc
doc: Remove all uses of `~str` from the documentation.
by Patrick Walton
· 11 years ago
0004953
add a line to the example to clarify semantics
by Zooko Wilcox-O'Hearn
· 11 years ago
5518071
Remove reference to MutexArc
by Derek Chiang (Enchi Jiang)
· 11 years ago
1895ad2
Clarification of Slice, Vector and Array
by moonglum
· 11 years ago
eab6bb2
Handle fallout in documentation
by Kevin Ballard
· 11 years ago
ef6daf9
auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
by bors
· 11 years ago
4a5d390
auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson
by bors
· 11 years ago
090040bf
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
by Patrick Walton
· 11 years ago
949143e1
Update multiple file use statement example
by Brandon Waskiewicz
· 11 years ago
055cbde
doc: Corrected example in 17.8 Deriving implementations for traits
by Mike Boutin
· 11 years ago
e65aea5
doc: Minor example formatting in 11 References
by Mike Boutin
· 11 years ago
81bc32d
doc: Clarified 4.2 Pattern matching
by Mike Boutin
· 11 years ago
72f478f
Update minimum g++ version in documentation
by James Laverack
· 11 years ago
028159e
auto merge of #13676 : mdinger/rust/tutorial_doc, r=pnkfelix
by bors
· 11 years ago
9306e84
rustdoc: Migrate from sundown to hoedown
by Alex Crichton
· 11 years ago
e4bf643
Fix a/an typos
by Jorge Aparicio
· 11 years ago
fb72d7c
auto merge of #13881 : aochagavia/rust/pr, r=alexcrichton
by bors
· 11 years ago
b537028
Fixed outdated note in the tutorial
by Adolfo Ochagavía
· 11 years ago
0006671
rustdoc tutorial: grammar change in list comments
by Justin Noah
· 11 years ago
636f7d2
Suggested revisions to PR 13676.
by Felix S. Klock II
· 11 years ago
f79571f
Remove extra semicolons
by mdinger
· 11 years ago
af0dd16
Fix typo
by mdinger
· 11 years ago
cbf1131
auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson
by bors
· 11 years ago
bc33006
doc: Remove out-of-place debug! note
by Michael Pratt
· 11 years ago
b7dba33
doc: perform some 80-chars wrappings
by Adrien Tétar
· 11 years ago
3ec3c09
auto merge of #13683 : aochagavia/rust/pr, r=alexcrichton
by bors
· 11 years ago
1e33589
auto merge of #13673 : bmac/rust/utorial-fix, r=alexcrichton
by bors
· 11 years ago
f7d2d58
Some more closure changes
by mdinger
· 11 years ago
f495723
Fixed typo in tutorial
by Adolfo Ochagavía
· 11 years ago
e6c8c7c
auto merge of #13587 : adrientetar/rust/more-docs, r=brson
by bors
· 11 years ago
78cdec0
Update the "Additional tutorials" link
by Brendan McLoughlin
· 11 years ago
c54a783
Fix call order to be the same as definition order
by Gary M. Josack
· 11 years ago
36f98fb
Demonstrate accessing external variable in first example
by mdinger
· 11 years ago
fb9ea2e
doc: add webfonts and tweak the styles accordingly
by Adrien Tétar
· 11 years ago
b580964
Give more explanation when introducing closures
by mdinger
· 11 years ago
919889a
Replace all ~"" with "".to_owned()
by Richo Healey
· 11 years ago
675b826
Update the rest of the compiler with ~[T] changes
by Alex Crichton
· 11 years ago
Next »