Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.10
/
src
/
libstd
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
1c2ccf0
auto merge of #13221 : thestinger/rust/append, r=alexcrichton
by bors
· 11 years ago
cbbc1fc
vec: convert `append` and `append_one` to methods
by Daniel Micay
· 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
d878df0
auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton
by bors
· 11 years ago
df9cf18
auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
by bors
· 11 years ago
a9c6061
Register new snapshot
by Flavio Percoco
· 11 years ago
451e8c1
Convert most code to new inner attribute syntax.
by Brian Anderson
· 11 years ago
c6bbb95
syntax: Accept meta matchers in macros
by Alex Crichton
· 11 years ago
42e1003
auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson
by bors
· 11 years ago
68c2706
native: Ignore SIGPIPE by default
by Alex Crichton
· 11 years ago
0e190b9
native: Use WNOHANG before signaling
by Alex Crichton
· 11 years ago
63b233c
std and green: fix some warnings
by Erick Tryzelaar
· 11 years ago
b8601a3
auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestinger
by bors
· 11 years ago
794ee03
auto merge of #13154 : tomassedovic/rust/patch-1, r=alexcrichton
by bors
· 11 years ago
81ec1f3
Rename Pod into Copy
by Flavio Percoco
· 11 years ago
bb9172d
Fix fallout of removing default bounds
by Alex Crichton
· 11 years ago
5da14c0
auto merge of #13135 : alexcrichton/rust/dox, r=alexcrichton
by bors
· 11 years ago
4d6c47b
Derive TotalEq for std::intrinsics::TypeId
by Tomas Sedovic
· 11 years ago
0908ffa
auto merge of #13134 : alexcrichton/rust/freebsd-libm, r=thestinger
by bors
· 11 years ago
de85948
auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson
by bors
· 11 years ago
6bac560
auto merge of #13039 : Kimundi/rust/iter_by_value_extend, r=alexcrichton
by bors
· 11 years ago
6200e76
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by value
by Marvin Löbel
· 11 years ago
de44732
auto merge of #13070 : huonw/rust/share-doc, r=alexcrichton
by bors
· 11 years ago
fad7717
std: Touch various I/O documentation blocks
by Alex Crichton
· 11 years ago
a424e84
libstd: Document the following modules:
by Patrick Walton
· 11 years ago
d1f8fb2
std: Explicitly link to libm for freebsd
by Alex Crichton
· 11 years ago
e9475b5
std: expand the `Share` docs to make them more precise.
by Huon Wilson
· 11 years ago
56cae9b
comm: Implement synchronous channels
by Alex Crichton
· 11 years ago
6bf3fca
auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson
by bors
· 11 years ago
218461d
std: Unignore atomic tests
by Brian Anderson
· 11 years ago
e06348e
auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw
by bors
· 11 years ago
3ccad75
rustc: Remove all crate map support
by Alex Crichton
· 11 years ago
b19261a
green: Remove the dependence on the crate map
by Alex Crichton
· 11 years ago
2c7f3b8
auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw
by bors
· 11 years ago
8feb2dd
This commit cleans up a few test warnings
by Steven Stewart-Gallus
· 11 years ago
dd64bd8
std: Move NativeMutex from &mut self to &self
by Alex Crichton
· 11 years ago
da118e8
Snapshot cleanup
by Alex Crichton
· 11 years ago
903e838
auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger
by bors
· 11 years ago
cafb7ed
auto merge of #13099 : FlaPer87/rust/master, r=huonw
by bors
· 11 years ago
f6db0ef
std: remove the `equals` method from `TotalEq`.
by Huon Wilson
· 11 years ago
06be5f7
auto merge of #13092 : sfackler/rust/buffer-vec, r=thestinger
by bors
· 11 years ago
576e36e
Register new snapshots
by Flavio Percoco
· 11 years ago
11c6817
auto merge of #13090 : thestinger/rust/iter, r=Aatch
by bors
· 11 years ago
ae42905
iter: remove `to_owned_vec`
by Daniel Micay
· 11 years ago
2ddb605
auto merge of #13088 : thestinger/rust/hashmap, r=cmr
by bors
· 11 years ago
3829ac2
use TotalEq for HashMap
by Daniel Micay
· 11 years ago
31d5ffc
make std::managed private
by Daniel Micay
· 11 years ago
56cf09c
Some cleanup in std::io::buffered
by Steven Fackler
· 11 years ago
7e7a5e3
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
by bors
· 11 years ago
0e6f90e
auto merge of #12995 : Kroisse/rust/vec_ng_mut_slices, r=alexcrichton
by bors
· 11 years ago
5b03050
Add Vec::mut_slice_from(), mut_slice_to(), and mut_split_at()
by Eunchong Yu
· 11 years ago
403e869
auto merge of #13053 : alexcrichton/rust/removing-ref-cell-get, r=huonw
by bors
· 11 years ago
5560383
std: Add an I/O reader method to fill a buffer
by Alex Crichton
· 11 years ago
3fb1ed0
rustc: Remove all usage of manual deref()
by Alex Crichton
· 11 years ago
cd510b3
std: Remove the get() method from RefCell wrappers
by Alex Crichton
· 11 years ago
cffe9e0
std::os: Handle FormatMessage failure
by klutzy
· 11 years ago
b4ddee6
std: Remove the Freeze kind and the NoFreeze marker
by Flavio Percoco
· 11 years ago
034e138
cell: Remove Freeze / NoFreeze
by Flavio Percoco
· 11 years ago
16e0760
std::comm: Remove Freeze / NoFreeze
by Flavio Percoco
· 11 years ago
30165e0
auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton
by bors
· 11 years ago
092afdb
auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson
by bors
· 11 years ago
993dee4
auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestinger
by bors
· 11 years ago
069cede
auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton
by bors
· 11 years ago
f5357cf
auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr
by bors
· 11 years ago
e33676b
Migrate all users of opt_vec to owned_slice, delete opt_vec.
by Huon Wilson
· 11 years ago
ab1dd09
rustc: Switch defaults from libgreen to libnative
by Alex Crichton
· 11 years ago
7b957a8
auto merge of #13056 : huonw/rust/devecing-tests, r=pnkfelix
by bors
· 11 years ago
db5206c
Rewrite rc::Rc using cell::Cell
by Edward Wang
· 11 years ago
0b714b4
libstd: Add some methods to `Vec<T>`.
by Patrick Walton
· 11 years ago
1d98fe1
Clean up marker types and Unsafe initialization
by Steven Fackler
· 11 years ago
e1ca02e
std: Implement Clone/TotalEq for ProcessExit
by Alex Crichton
· 11 years ago
181875c
Remove RefCell::{with, with_mut}
by Steven Fackler
· 11 years ago
811257e
std: Rename {push,read}_bytes to {push,read}_exact
by Alex Crichton
· 11 years ago
9e66f2c
std: Update atomic documentation to remove 'mut'
by Alex Crichton
· 11 years ago
61622dd
std: Remove AtomicU64
by Brian Anderson
· 11 years ago
8748322
std: Make the generic atomics in `sync::atomics` private
by Brian Anderson
· 11 years ago
eb25c42
std: Make the generic atomics take unsafe pointers
by Brian Anderson
· 11 years ago
11ac4df
Register new snapshots
by Alex Crichton
· 11 years ago
f3fef9a
std: Make atomics immutable. #11583
by Brian Anderson
· 11 years ago
da36251
Removing imports of std::vec_ng::Vec
by Alex Crichton
· 11 years ago
0305ed5
std: Add Vec to the prelude
by Alex Crichton
· 11 years ago
8cfef59
auto merge of #13015 : tbu-/rust/pr_remove_immut, r=alexcrichton
by bors
· 11 years ago
8e28520
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
by bors
· 11 years ago
95ee0a0
auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger
by bors
· 11 years ago
cdab8a7
A couple of fixes to vec_ng docs
by Steven Fackler
· 11 years ago
598fc75
Make atomics interior Unsafe<T>
by Flavio Percoco
· 11 years ago
8767c69
Let ArcData use Unsafe<T>
by Flavio Percoco
· 11 years ago
3848021
Make Cell and RefCell use Unsafe<T>
by Flavio Percoco
· 11 years ago
710f13f
Add Unsafe<T> type
by Flavio Percoco
· 11 years ago
21d23ff2
Make `Rc`, `Cell` and `RefCell` NoShare
by Flavio Percoco
· 11 years ago
37154fb
Add a Share kind
by Flavio Percoco
· 11 years ago
14f656d
rename std::vec_ng -> std::vec
by Daniel Micay
· 11 years ago
ce620320
rename std::vec -> std::slice
by Daniel Micay
· 11 years ago
8fee3f6
std: io: flush stdout on stdin read from tty
by Corey Richardson
· 11 years ago
9b588a9
Remove std::cast::transmute_immut_unsafe
by Tobias Bucher
· 11 years ago
8063450
auto merge of #12982 : brson/rust/optiondocs, r=alexcrichton
by bors
· 11 years ago
ff03335
auto merge of #12955 : sfackler/rust/vec_ng-doc, r=alexcrichton
by bors
· 11 years ago
0f2d46f
Docify std::vec_ng
by Steven Fackler
· 11 years ago
Next »