Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.12.0
/
src
/
doc
tag
f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
tagger
Brian Anderson <banderson@mozilla.com>
Thu Oct 09 16:33:59 2014
object
ba4081a5a8573875fed17545846f6f6902c8ba8d
0.12.0 release
9509092
auto merge of #17832 : brson/rust/updateversion, r=alexcrichton
by bors
· 11 years ago
2d38234
Put slicing syntax behind a feature gate.
by Nick Cameron
· 11 years ago
25e81d2
doc: Update output of `rustc --version`
by Brian Anderson
· 11 years ago
fe8f430
docs: Reference hoedown instead of sundown
by Brian Campbell
· 11 years ago
8794107
auto merge of #17754 : O-I/rust/update-guide, r=steveklabnik
by bors
· 11 years ago
c348550
auto merge of #17743 : steveklabnik/rust/receiver_fix, r=alexcrichton
by bors
· 11 years ago
9040948
Adds comma
by Rahul Horé
· 11 years ago
083b46d
Fixes wording
by Rahul Horé
· 11 years ago
0eb4df9
Removes extra .
by Rahul Horé
· 11 years ago
d3f8f8a
Adds missing cd
by Rahul Horé
· 11 years ago
39f4bf7
Test fixes from the rollup
by Alex Crichton
· 11 years ago
816c56e
Use similar syntax in all arms
by Rahul Horé
· 11 years ago
060224a
Fixes output
by Rahul Horé
· 11 years ago
e8ddad1
Adds trailing comma
by Rahul Horé
· 11 years ago
8a6342f
Fixes spacing
by Rahul Horé
· 11 years ago
71f752b
Update signature of try_recv()
by Steve Klabnik
· 11 years ago
9a2286d
auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton
by bors
· 11 years ago
7ae802f
rollup merge of #17666 : eddyb/take-garbage-out
by Alex Crichton
· 11 years ago
005ae8e
rollup merge of #17717 : steveklabnik/gh17190
by Alex Crichton
· 11 years ago
6ee3c28
rollup merge of #17698 : jistr/guide_export
by Alex Crichton
· 11 years ago
979f7cd
rollup merge of #17695 : steveklabnik/various_docs
by Alex Crichton
· 11 years ago
85a8b92
extra comment about macros
by Steve Klabnik
· 11 years ago
16cca6d
I am bad at math
by Steve Klabnik
· 11 years ago
7bf56df
Revert "Put slicing syntax behind a feature gate."
by Aaron Turon
· 11 years ago
aa0b350
docs: remove mentions of Gc.
by Eduard Burtescu
· 11 years ago
95cfc35
Put slicing syntax behind a feature gate.
by Nick Cameron
· 11 years ago
dc35a53
Fix incorrect statement about ok()
by Steve Klabnik
· 11 years ago
e2357cf
Don't compare () to null.
by Steve Klabnik
· 11 years ago
ee1cbb9
use similar syntax in all arms
by Steve Klabnik
· 11 years ago
fc818ff
:fire: τ
by Steve Klabnik
· 11 years ago
eb1cbf3
Link plugins guide from elsewhere
by Keegan McAllister
· 11 years ago
61bf75b
Add a guide to compiler plugins
by Keegan McAllister
· 11 years ago
58c428f
Add a red-box warning to the macros guide
by Keegan McAllister
· 11 years ago
dfcfd00
Update some old references to rust.md
by Keegan McAllister
· 11 years ago
e382802
Use relative doc URLs in top-level guides
by Keegan McAllister
· 11 years ago
4ced7a9
Add some notes about macro scoping
by Keegan McAllister
· 11 years ago
ac956c0
Guide: clarify exporting
by Jiří Stránský
· 11 years ago
c8bdba7
rust.css: Make it more clear when code spans are links
by Keegan McAllister
· 11 years ago
60b859a
Remove all use of librustuv
by Aaron Turon
· 11 years ago
2f15dcd
auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581
by bors
· 11 years ago
e53f4a6
Add `if let` to the reference
by Jakub Wieczorek
· 11 years ago
13e00e4
Update based on PR feedback
by Kevin Ballard
· 11 years ago
8a60952
Move `if let` behind a feature gate
by Kevin Ballard
· 11 years ago
416144b
librustc: Forbid `..` in range patterns.
by Patrick Walton
· 11 years ago
1ebf456
rollup merge of #17510 : MatejLach/find_fix
by Alex Crichton
· 11 years ago
eb816ee
auto merge of #17535 : Manishearth/rust/patch-2, r=steveklabnik
by bors
· 11 years ago
34dfa45
auto merge of #17511 : MatejLach/rust/iter_guide_typo, r=alexcrichton
by bors
· 11 years ago
6cde5c34
auto merge of #17512 : nodakai/rust/fix-ptr-guide, r=alexcrichton
by bors
· 11 years ago
43d7d7c
auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton
by bors
· 11 years ago
1f4cd80
Mention array sugar in guide
by Manish Goregaokar
· 11 years ago
6473909
Fix various places that were affected by adding core as dep of libc
by Niko Matsakis
· 11 years ago
9ca399f
Correct tense
by Matej Lach
· 11 years ago
1c7d253
Rename `fail_` lang item to `fail`, closes #16114
by Florian Hahn
· 11 years ago
9a01da9
Rename `begin_unwind` lang item to `fail_fmt`, refs #16114
by Florian Hahn
· 11 years ago
de027a8
guide-pointers.md: C sample code should match the Rust version.
by NODA, Kai
· 11 years ago
5a25537
Correct typo in the Iterator adapters section
by Matej Lach
· 11 years ago
3c47d89
Remove unnecessary code from an example
by Matej Lach
· 11 years ago
65cca7c
Deprecate `#[ignore(cfg(...))]`
by Steven Fackler
· 11 years ago
c669411af
auto merge of #17402 : steveklabnik/rust/update_manual, r=brson
by bors
· 11 years ago
7fbbfe6
auto merge of #17366 : ohazi/rust/master, r=steveklabnik
by bors
· 11 years ago
c765178
clean up some references to 'owned'
by Steve Klabnik
· 11 years ago
64813d3
vectors are not in the language
by Steve Klabnik
· 11 years ago
c94d479
die 'managed'
by Steve Klabnik
· 11 years ago
84bd6bb
logging is an external crate
by Steve Klabnik
· 11 years ago
68b8901
no it won't
by Steve Klabnik
· 11 years ago
7866f51
runtime has no C++
by Steve Klabnik
· 11 years ago
6672760
Remove lies about task scheduling
by Steve Klabnik
· 11 years ago
fdd511d
Fix terminology around boxes
by Steve Klabnik
· 11 years ago
72c27ab
fix example
by Steve Klabnik
· 11 years ago
f95958b
glob imports are an external crate
by Steve Klabnik
· 11 years ago
6c348df
rust -> Rust
by Steve Klabnik
· 11 years ago
19e814e
uhhh weird triple backticks
by Steve Klabnik
· 11 years ago
96180d7
'merican English
by Steve Klabnik
· 11 years ago
64a77b1
move keywords to table
by Steve Klabnik
· 11 years ago
68227d0
'. ' -> '. '
by Steve Klabnik
· 11 years ago
bfb5fb3
Remove disclaimer
by Steve Klabnik
· 11 years ago
eaa7b8e
make note of language vs libraries
by Steve Klabnik
· 11 years ago
1f2b506
modernize code blocks
by Steve Klabnik
· 11 years ago
47682f9
manual -> reference & formatting
by Steve Klabnik
· 11 years ago
9d95729
doc: Removing repeated variable name to make it less ambiguious
by Alfie John
· 11 years ago
0169218
Fix fallout from Vec stabilization
by Alex Crichton
· 11 years ago
dbaa930
rollup merge of #17350 : pablobm/doc-fix
by Alex Crichton
· 11 years ago
c942df9
from_str has an impl for uint, not Option<uint>
by Oren Hazi
· 11 years ago
78a8418
librustc: Implement associated types behind a feature gate.
by Patrick Walton
· 11 years ago
17674e0
Fix warning and make code follow the text better
by Pablo Brasero
· 11 years ago
1921055
rollup merge of #17294 : theevocater/master
by Alex Crichton
· 11 years ago
9dfcb41
rollup merge of #17292 : thestinger/tasks
by Alex Crichton
· 11 years ago
b27947a
rollup merge of #17278 : steveklabnik/gh17242
by Alex Crichton
· 11 years ago
b4bff57
rollup merge of #17277 : steveklabnik/doc_fix_rollup
by Alex Crichton
· 11 years ago
ff613ab
auto merge of #17227 : tshepang/rust/stronger-break, r=aturon
by bors
· 11 years ago
0e784e1
auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton
by bors
· 11 years ago
fc525ee
Fallout from renaming
by Aaron Turon
· 11 years ago
ceb9bbf
auto merge of #17213 : mo/rust/fix_typos, r=aturon
by bors
· 11 years ago
7d00eb6
Update triple per comments
by Jake Kaufman
· 11 years ago
946654a
auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r=pcwalton
by bors
· 11 years ago
c09437a
auto merge of #17244 : spastorino/rust/patch-1, r=alexcrichton
by bors
· 11 years ago
e6a3dab
auto merge of #17232 : untitaker/rust/patch-1, r=alexcrichton
by bors
· 11 years ago
2f35723
Correct windows install link in guide
by Jake Kaufman
· 11 years ago
7ce2ea0
stop spawning so many tasks in guide-tasks
by Daniel Micay
· 11 years ago
eafeb33
Update docs to include Sized trait, which is needed
by Niko Matsakis
· 11 years ago
Next »