Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.10
/
src
/
doc
tag
ac33f2b15782272ae348dbd7b14b8257b2148b5a
tagger
Alex Crichton <alex@alexcrichton.com>
Thu Apr 03 18:18:20 2014
object
46867cc3e4ddcbb1d359a315805de00094dacaf9
0.10 release
a5681d2
Bump version to 0.10
by Alex Crichton
· 11 years ago
ee05219
Rename `from_iterator` to `from_iter` for consistency.
by Brian Anderson
· 11 years ago
c356e3b
Removed deprecated functions `map` and `flat_map` for vectors and slices.
by Marvin Löbel
· 11 years ago
8610e4a
auto merge of #13168 : jankobler/rust/verify-grammar-02, r=brson
by bors
· 11 years ago
81ec1f3
Rename Pod into Copy
by Flavio Percoco
· 11 years ago
8d0be73
doc: Update the tutorial about bounds for traits
by Alex Crichton
· 11 years ago
fdfb9eb
verify-grammar llnextgen
by Jan Kobler
· 11 years ago
2b05263
verify-grammar keyword crate
by Jan Kobler
· 11 years ago
de85948
auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson
by bors
· 11 years ago
e28f081
auto merge of #13106 : CLUSTERfoo/rust/docs/labelled_breaks, r=brson
by bors
· 11 years ago
6bf3fca
auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson
by bors
· 11 years ago
5163a26
test: Update all tests with the sync changes
by Alex Crichton
· 11 years ago
e2ae458
doc: Update the runtime guide with green changes
by Alex Crichton
· 11 years ago
57ac379
Correct overly broad definition of `'static` kind bound.
by Felix S. Klock II
· 11 years ago
4b224af
Added suggested notes
by noam
· 11 years ago
7dfa4b2
docs: named lifetimes
by noam
· 11 years ago
6f430c4
auto merge of #13084 : Havvy/rust/master, r=alexcrichton
by bors
· 11 years ago
7e7a5e3
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
by bors
· 11 years ago
a73d2c7
Unindent stringifier() in tasks guide
by Ryan Scheel (Havvy)
· 11 years ago
a1cb2f5
doc: Remove Freeze / NoFreeze from docs
by Flavio Percoco
· 11 years ago
8da5ed2
Copy-edit a sentence about borrowing references
by Matt Brubeck
· 11 years ago
6eae7df
auto merge of #13023 : thestinger/rust/deep_clone, r=alexcrichton
by bors
· 11 years ago
7b19574
Mention Share in the tutorial
by Flavio Percoco
· 11 years ago
0aebdac
Mention share in guide-unsafe instead of freeze
by Flavio Percoco
· 11 years ago
ce620320
rename std::vec -> std::slice
by Daniel Micay
· 11 years ago
0de6441
rm obsolete references to `DeepClone`
by Daniel Micay
· 11 years ago
783a00e
Typo fixes.
by Lindsey Kuper
· 11 years ago
4ab95bc
`char`: s/character/Unicode scalar value/
by Simon Sapin
· 11 years ago
0015cab
Test fixes and rebase conflicts
by Alex Crichton
· 11 years ago
cc6ec8d
log: Introduce liblog, the old std::logging
by Alex Crichton
· 11 years ago
cdd8d48
doc: Remove reference to the 'extra' library
by Alex Crichton
· 11 years ago
fc7a112
auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson
by bors
· 11 years ago
1218f6d
auto merge of #12887 : huonw/rust/danger-guide, r=alexcrichton
by bors
· 11 years ago
3d6c28a
docs: begin a "low-level & unsafe code" guide.
by Huon Wilson
· 11 years ago
58e4ab2
extra: Put the nail in the coffin, delete libextra
by Alex Crichton
· 11 years ago
42fc32f
auto merge of #12869 : thestinger/rust/cmp, r=brson
by bors
· 11 years ago
4e1c215
cmp: switch `min` and `max` to `TotalOrd`
by Daniel Micay
· 11 years ago
b4d3243
auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson
by bors
· 11 years ago
7858065
std: Rename Chan/Port types and constructor
by Alex Crichton
· 11 years ago
cdc18b9
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefCell<T>>.
by Eduard Burtescu
· 11 years ago
f9ecedb
docs: add two unlisted libraries to the index page.
by Huon Wilson
· 11 years ago
aac6e31
Remove remaining nolink usages.(fixes #12810)
by lpy
· 11 years ago
198caa8
Update users for the std::rand -> librand move.
by Huon Wilson
· 11 years ago
840a270
doc: remove outdated tutorial entry, restore removed Makefile entries
by Adrien Tétar
· 11 years ago
7ec1eb8
doc: auto-generate LaTeX includes
by Adrien Tétar
· 11 years ago
7979ae5
doc: CSS fixes
by Adrien Tétar
· 11 years ago
862aced
doc: remove node.js dependency
by Adrien Tétar
· 11 years ago
bb8ac21
docs: render rustdoc docs with rustdoc, hack around sundown code-fence
by Huon Wilson
· 11 years ago
6d6e2880
tutorial: hack a code snippet to make it compile.
by Huon Wilson
· 11 years ago
f783321
mk: rewrite the documentation handling.
by Huon Wilson
· 11 years ago
2d7d7e5
docs: adjust code blocks to pass with rustdoc.
by Huon Wilson
· 11 years ago
69b8ef8
rustdoc: run on plain Markdown files.
by Huon Wilson
· 11 years ago
71cab04
Add an option to not run rustdoc blocks
by Steven Fackler
· 11 years ago
19ae05f
Added missing possessive apostrophe.
by Mike Boutin
· 11 years ago
1c52c81
fix typos with with repeated words, just like this sentence.
by Kang Seonghoon
· 11 years ago
87a31f6
auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis
by bors
· 11 years ago
bcc5486
Allow overloading explicit dereferences.
by Eduard Burtescu
· 11 years ago
0106a04
doc: use the newer favicon
by Adrien Tétar
· 11 years ago
fd09e91
rustdoc: tweak highlighting
by Adrien Tétar
· 11 years ago
02882fb
std: Change assert_eq!() to use {} instead of {:?}
by Alex Crichton
· 11 years ago
1b5be76
Add `time` crate to index, expand docs of `test`.
by Huon Wilson
· 11 years ago
53e90c1
auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton
by bors
· 11 years ago
1bcd825
Minor modifications to Axel's tutorial improvements (see also #12472).
by Felix S. Klock II
· 11 years ago
d028079
Documentation : Tutorial improvement...
by Axel Viala
· 11 years ago
4c553af
Replaced @List with ~List in Rust's recursive example
by Bruno de Oliveira Abinader
· 11 years ago
3d3dae8
tutorial: Missing tildes around .notrust block
by Johannes Löthberg
· 11 years ago
6c41f99
auto merge of #12547 : jagtalon/rust/jag/rust/tutorial-freezing, r=pnkfelix
by bors
· 11 years ago
3b09469
auto merge of #12539 : gmjosack/rust/master, r=alexcrichton
by bors
· 11 years ago
82747ed
tutorial: clearer explanation of freezing.
by Jag Talon
· 11 years ago
3276090
auto merge of #12537 : kballard/rust/add-test-to-doc-index, r=alexcrichton
by bors
· 11 years ago
7e85431
Remove references to guide-conditions
by Gary M. Josack
· 11 years ago
2003a5e
Add link to libtest in doc index
by Kevin Ballard
· 11 years ago
7fc7c37
Tutorial: Add std::num::sqrt to the example.
by Jag Talon
· 11 years ago
6485917
Move extra::json to libserialize
by Alex Crichton
· 11 years ago
b78b749
Remove all ToStr impls, add Show impls
by Alex Crichton
· 12 years ago
feac422
Merge remote-tracking branch 'tbu/pr_doc_smallfix'
by Brian Anderson
· 12 years ago
0368886
Merge remote-tracking branch 'kud1ing/patch-1'
by Brian Anderson
· 12 years ago
778d032
Tutorial: fix typo
by kud1ing
· 12 years ago
efaf4db
Transition to new `Hash`, removing IterBytes and std::to_bytes.
by Huon Wilson
· 12 years ago
e9bb571
Fix C function FFI example in the Rust cheatsheet
by Tobias Bucher
· 12 years ago
2a14e08
Move std::{trie, hashmap} to libcollections
by Alex Crichton
· 12 years ago
56cf237
auto merge of #12411 : Arcterus/rust/time, r=alexcrichton
by bors
· 12 years ago
d2f73ab
auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton
by bors
· 12 years ago
87c7e15
auto merge of #12362 : liigo/rust/update-rust-manual, r=alexcrichton
by bors
· 12 years ago
6943acd
Reduce reliance on `to_str_radix`
by Brendan Zabarauskas
· 12 years ago
66f9329
Move time out of extra (cc #8784)
by Arcterus
· 12 years ago
4e9df9a
insignificant fix to rust manual and tutorial
by Liigo Zhuang
· 12 years ago
70319f7
Changed NonCamelCaseTypes lint to warn by default
by mr.Shu
· 12 years ago
6532d2f
auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichton
by bors
· 12 years ago
53b9d1a
move extra::test to libtest
by Liigo Zhuang
· 12 years ago
d2f265d
auto merge of #12367 : darnuria/rust/tutorial_removing_do_syntax, r=cmr
by bors
· 12 years ago
1ede49f
Removing '15.3 Do syntax' in tutorial.
by Axel Viala
· 12 years ago
1e60084
auto merge of #12342 : ehsanul/rust/remove-shared-chan-tasks-guide, r=alexcrichton
by bors
· 12 years ago
b609d57
Added more scripts to tidy check
by Derek Guenther
· 12 years ago
b9c476b
Update tasks guide: SharedChan as been removed
by Ehsanul Hoque
· 12 years ago
58a2b7d
doc: Reorganize the library index
by Brian Anderson
· 12 years ago
0c62d9d
auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler
by bors
· 12 years ago
6b025c8
auto merge of #12272 : alexcrichton/rust/snapshot, r=kballard
by bors
· 12 years ago
7762baa
auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonw
by bors
· 12 years ago
49e1163
std: clean up ptr a bit
by Corey Richardson
· 12 years ago
Next »