index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc
/
intro.md
Age
Commit message (
Expand
)
Author
Lines
2015-04-18
Remove the 30 minute intro
Steve Klabnik
-583
/
+2
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-0
/
+4
2015-04-08
Rollup merge of #24139 - xfq:patch-1, r=steveklabnik
Manish Goregaokar
-3
/
+3
2015-04-07
Auto merge of #23277 - aochagavia:intro, r=steveklabnik
bors
-22
/
+14
2015-04-07
Update intro.md
Xue Fuqiao
-3
/
+3
2015-03-22
Re-word explanation on closures in intro
Steve Klabnik
-10
/
+10
2015-03-16
Fix 404 to crates.io's doc on integrating with a native toolchain
Paul ADENOT
-1
/
+1
2015-03-11
Remove unnecessary Arc usage in introduction
Adolfo OchagavĂa
-22
/
+14
2015-03-08
Make concurrent examples actually run concurrently
Jake Goulding
-4
/
+4
2015-03-08
Update example that uses deprecated Thread::scoped
Jake Goulding
-9
/
+9
2015-03-05
Rollup merge of #22947 - ic:master, r=steveklabnik
Manish Goregaokar
-5
/
+8
2015-03-04
Made failing/working examples look alike.
Eric Platon
-5
/
+8
2015-02-28
Change quaranteed -> guaranteed in README.md
Alexander Campbell
-1
/
+1
2015-02-28
Change slithtly -> slightly in README.md
Alexander Campbell
-4
/
+4
2015-02-28
change to iterate over &vet
FuGangqiang
-1
/
+1
2015-02-27
remove the call `.iter()`
FuGangqiang
-2
/
+2
2015-02-22
Update intro.md to fix thread spawning example Closes #22419
Jessy Diamond Exum
-34
/
+30
2015-02-18
Update docs by dropping suffixes except where they served to instruct.
Niko Matsakis
-2
/
+2
2015-02-13
Correct typo for 'underyling'
Duane Edwards
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-3
/
+3
2015-01-21
Fix type inference problems in tests and docs
Aaron Turon
-5
/
+3
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-17
Replace obsolete constructions in into examples
Andrew Barchuk
-12
/
+12
2015-01-17
Remove Thread::detach() call from intro example
Andrew Barchuk
-1
/
+1
2015-01-17
Fix intro concurrency examples compilation warns
Andrew Barchuk
-5
/
+5
2015-01-15
rollup merge of #21075: iKevinY/intro-changes
Alex Crichton
-21
/
+21
2015-01-12
Various changes to Rust Introduction
Kevin Yap
-21
/
+21
2015-01-12
Improve example in the intro.
Steve Klabnik
-10
/
+11
2015-01-10
Updates fixed-size suffix
Duncan Regan
-3
/
+3
2015-01-08
"The Rust Programming Language"
Steve Klabnik
-4
/
+5
2015-01-07
rollup merge of #20693: EchoAce/intro-oboe
Alex Crichton
-2
/
+2
2015-01-07
oboe removed
FakeKane
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-5
/
+4
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-9
/
+17
2014-12-15
rollup merge of #19735: sethpollack/patch-1
Brian Anderson
-4
/
+4
2014-12-15
rollup merge of #19714: steveklabnik/gh16219
Brian Anderson
-2
/
+2
2014-12-14
Update guide/intro to take into account the removal of `proc`.
Niko Matsakis
-24
/
+32
2014-12-11
Update intro.md
Seth Pollack
-4
/
+4
2014-12-10
Fix up some {ignore} and {notrust}s
Steve Klabnik
-2
/
+2
2014-12-09
Test fixes and rebase conflicts from the rollup
Alex Crichton
-4
/
+4
2014-12-09
rollup merge of #19614: steveklabnik/gh19599
Alex Crichton
-2
/
+2
2014-12-07
remove usage of notrust from the docs
Steve Klabnik
-2
/
+2
2014-12-06
Add missing semicolon to hello world program in intro.
jbranchaud
-1
/
+1
2014-11-07
Prepend should be append in the 30 minute intro
Carol Nichols
-1
/
+1
2014-10-31
small fix to output of code sample in intro.md
Rolf van de Krol
-6
/
+6
2014-10-23
Improve code in the intro.
Steve Klabnik
-1
/
+1
2014-10-18
[Docs] more intro typos
Neil Pankey
-7
/
+7
2014-10-18
[Docs] intro typo
Neil Pankey
-4
/
+4
2014-10-03
Re-do the 30 minute intro
Steve Klabnik
-358
/
+499
[next]