Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.10
/
src
/
test
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
6281299
auto merge of #13206 : TeXitoi/rust/fix-shootout-k-nucleotide, r=alexcrichton
by bors
· 11 years ago
cbbc1fc
vec: convert `append` and `append_one` to methods
by Daniel Micay
· 11 years ago
7c2abe7
make shootout-k-nucleotide.rs pass official test
by Guillaume Pinot
· 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
3eb3a02
auto merge of #13143 : gentlefolk/rust/issue-9227, r=michaelwoerister
by bors
· 11 years ago
b334f7c
auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis
by bors
· 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
e0e8e95
test: remove pure test, which is now redundant with inline tests
by Erick Tryzelaar
· 11 years ago
a47d52c
collections: remove List
by Erick Tryzelaar
· 11 years ago
81ec1f3
Rename Pod into Copy
by Flavio Percoco
· 11 years ago
ff64381
auto merge of #13107 : seanmonstar/rust/encoder-errors, r=erickt
by bors
· 11 years ago
5a68892
auto merge of #13108 : pongad/rust/lintraw, r=huonw
by bors
· 11 years ago
f4518cd
Initial support for emitting DWARF for static vars.
by gentlefolk
· 11 years ago
f1739b1
serialize: use Result
by Sean McArthur
· 11 years ago
13dafa0
auto merge of #13050 : alexcrichton/rust/no-send-default, r=huonw
by bors
· 11 years ago
bb9172d
Fix fallout of removing default bounds
by Alex Crichton
· 11 years ago
3b04fba
auto merge of #13136 : alexcrichton/rust/spawn-deadlock, r=brson
by bors
· 11 years ago
25e5238
auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis
by bors
· 11 years ago
5258e13
test/run-pass/out-of-stack: prevent tco
by Corey Richardson
· 11 years ago
e560db7
auto merge of #13034 : edwardw/rust/match, r=nikomatsakis
by bors
· 11 years ago
4112941
_match.rs: prune sub-match tree too aggressively
by Edward Wang
· 11 years ago
5744556
Added lint for #[deriving] structs and enums with unsafe pointers. #13032.
by Michael Darakananda
· 11 years ago
c329a17
auto merge of #13079 : alexcrichton/rust/colons, r=cmr
by bors
· 11 years ago
c83994e
auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson
by bors
· 11 years ago
8118406
syntax: Tweak parsing bounds on generics paths
by Alex Crichton
· 11 years ago
104aaa4
rustc: Relax restriction on privacy for fields
by Alex Crichton
· 11 years ago
0cbb1ce
Add test using early-bound lifetimes in trait generic parameters.
by Felix S. Klock II
· 11 years ago
e12fda1
bench: Put the spawn bench back on libgreen
by Alex Crichton
· 11 years ago
de85948
auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson
by bors
· 11 years ago
5d5634a
auto merge of #13083 : FlaPer87/rust/issue-13005-borrow-unsafe-static, r=nikomatsakis
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
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
9021a3f
rustc: Completely forbid borrows of unsafe statics
by Flavio Percoco
· 11 years ago
f8f60d8
auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton
by bors
· 11 years ago
841f31e
auto merge of #13074 : pczarn/rust/build-rlib, r=alexcrichton
by bors
· 11 years ago
903e838
auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger
by bors
· 11 years ago
f6db0ef
std: remove the `equals` method from `TotalEq`.
by Huon Wilson
· 11 years ago
f0f5072
rustc: Change the filename of compressed bitcode
by Piotr Czarnecki
· 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
3d9fdf7
auto merge of #13089 : thestinger/rust/managed, r=Aatch
by bors
· 11 years ago
31d5ffc
make std::managed private
by Daniel Micay
· 11 years ago
087ec2a
Implement cross-crate support for autoderef. Closes #13044.
by Eduard Burtescu
· 11 years ago
75d7d52
Implement vtable support for autoderef. Closes #13042.
by Eduard Burtescu
· 11 years ago
7e7a5e3
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
by bors
· 11 years ago
3fb1ed0
rustc: Remove all usage of manual deref()
by Alex Crichton
· 11 years ago
76f0b1a
test: Fix fallout of removing get()
by Alex Crichton
· 11 years ago
90e9d8e
test: Remove Freeze / NoFreeze from tests
by Flavio Percoco
· 11 years ago
069cede
auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton
by bors
· 11 years ago
ab1dd09
rustc: Switch defaults from libgreen to libnative
by Alex Crichton
· 11 years ago
cda3334
syntax: allow `trace_macros!` and `log_syntax!` in item position.
by Huon Wilson
· 11 years ago
6d778ff
Remove outdated and unnecessary std::vec_ng::Vec imports.
by Huon Wilson
· 11 years ago
af79a5a
test: Make manual changes to deal with the fallout from removal of
by Patrick Walton
· 11 years ago
579eb24
test: Automatically remove all `~[T]` from tests.
by Patrick Walton
· 11 years ago
84a91b8
syntax: Tidy up parsing the new attribute syntax
by Alex Crichton
· 11 years ago
4e00cf6
Added new attribute syntax with backward compatibility.
by Daniel Fagnan
· 11 years ago
eb25c42
std: Make the generic atomics take unsafe pointers
by Brian Anderson
· 11 years ago
b568efc
auto merge of #13020 : alexcrichton/rust/vec, r=brson
by bors
· 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
c01e2f0
auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw
by bors
· 11 years ago
8e28520
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
by bors
· 11 years ago
68a3ec0
Allow static items that don't fulfill `Freeze`
by Flavio Percoco
· 11 years ago
ff1c49f
Forbid borrow of static items with unsafe interior
by Flavio Percoco
· 11 years ago
12ecafb
Replace Freeze bounds with Share bounds
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
068740b
rustc: Prevent false positives in crate loading
by Alex Crichton
· 11 years ago
2d31bca
rustc: Fix x86 ffi for empty struct arguments
by klutzy
· 11 years ago
7437995
rustc: Fix x86 ffi for struct arguments
by klutzy
· 11 years ago
87e72c3
auto merge of #13006 : alexcrichton/rust/rollup, r=alexcrichton
by bors
· 11 years ago
20e178c
libsyntax: librustdoc: ignore utf-8 BOM in .rs files Closes #12974
by Liigo Zhuang
· 11 years ago
3301223
Fix linkage1 test which fails due to --as-needed
by Nick Cameron
· 11 years ago
083d423
Move syntax-extension-hexfloat.rs
by Nick Cameron
· 11 years ago
873f740
rustc: test: don't silently ignore bad benches
by Corey Richardson
· 11 years ago
1607871d
rustc: disallow duplicate methods in trait impls
by Corey Richardson
· 11 years ago
6a7306f
test: Fix android tests
by Alex Crichton
· 11 years ago
af93684
auto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton
by bors
· 11 years ago
0a181a8
auto merge of #12742 : FlaPer87/rust/issue-11411-static-mut-slice, r=nikomatsakis
by bors
· 11 years ago
50e3aa3
auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r=alexcrichton
by bors
· 11 years ago
695114e
rustc: disallow trailing parentheses for nullary enum variants
by Laurent Bonnans
· 11 years ago
4e1172e
auto merge of #12937 : sinistersnare/rust/method-error-message, r=huonw
by bors
· 11 years ago
13d73e9
Remove AtomicFlag
by Cadence Marseille
· 11 years ago
8b6592e
Asked if missing (), then asks about an anonymous function. Also added test.
by Davis Silverman
· 11 years ago
cdd4f6e
Fix a test that was missed in the liblog PR
by Edward Wang
· 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
fc7a112
auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson
by bors
· 11 years ago
2682c47
auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton
by bors
· 11 years ago
Next »