Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.12.0
/
src
tag
f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
tagger
Brian Anderson <banderson@mozilla.com>
Thu Oct 09 16:33:59 2014
object
ba4081a5a8573875fed17545846f6f6902c8ba8d
0.12.0 release
2288f33
Update html_root_url for 0.12.0 release
by Brian Anderson
· 11 years ago
9509092
auto merge of #17832 : brson/rust/updateversion, r=alexcrichton
by bors
· 11 years ago
a3786db
auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon
by bors
· 11 years ago
e62ef37
auto merge of #17807 : nick29581/rust/slice6, r=aturon
by bors
· 11 years ago
1d6eda30
add missing btree re-exports
by Alexis Beingessner
· 11 years ago
8f4e855
library-level docs for collections
by Alexis Beingessner
· 11 years ago
eb2fdc8
Reinstate AsSlice impls for Option and Result
by Nick Cameron
· 11 years ago
3b0550c
Rename slicing methods
by Nick Cameron
· 11 years ago
cd21e4a
Rename slice::Slice
by Nick Cameron
· 11 years ago
2d38234
Put slicing syntax behind a feature gate.
by Nick Cameron
· 11 years ago
5997694
Use slice syntax instead of slice_to, etc.
by Nick Cameron
· 11 years ago
d007d44
Revise DST test to not require duplicate errors.
by Aaron Turon
· 11 years ago
07cfc25
Remove core::any::AnyPrivate
by Aaron Turon
· 11 years ago
25e81d2
doc: Update output of `rustc --version`
by Brian Anderson
· 11 years ago
b5ba2f5
auto merge of #17820 : pnkfelix/rust/fsk-improve-binary_search-doc2, r=alexcrichton
by bors
· 11 years ago
3a38797f
auto merge of #17798 : tomjakubowski/rust/rustdoc-fix-bounds, r=alexcrichton
by bors
· 11 years ago
3edcdbb
auto merge of #17796 : tomjakubowski/rust/rustdoc-ice-17736, r=alexcrichton
by bors
· 11 years ago
d1e0f72
Add example to doc for `slice::ImmutableSlice::binary_search`.
by Felix S. Klock II
· 11 years ago
7a6eaea
rustdoc: Include lifetimes in re-exported bounds
by Tom Jakubowski
· 11 years ago
0d94fda
auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw
by bors
· 11 years ago
7ce1a17
auto merge of #17812 : thestinger/rust/jemalloc, r=alexcrichton
by bors
· 11 years ago
3bd4475
rustdoc: Remove dummy UnknownBound variant
by Tom Jakubowski
· 11 years ago
7c8fc95
auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton
by bors
· 11 years ago
7be2057
rustdoc: Support unboxed fn sugar in bounds
by Tom Jakubowski
· 11 years ago
2f955c7
rustdoc: Correctly name lifetimes in bounds
by Tom Jakubowski
· 11 years ago
942bed7
rustdoc: make calls of markdown::render safer
by Tom Jakubowski
· 11 years ago
0e2f0ac
auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton
by bors
· 11 years ago
893a114
Fixed iOS build (statics name lint)
by Valerii Hiora
· 11 years ago
8e58771
Remove the #[allow(non_uppercase_statics)] attr from bitflags!
by P1start
· 11 years ago
e3ca987
Rename the file permission statics in std::io to be uppercase
by P1start
· 11 years ago
f50b56c
auto merge of #17414 : jakub-/rust/issue-17405, r=alexcrichton
by bors
· 11 years ago
2421881
update jemalloc
by Daniel Micay
· 11 years ago
6d15f28
auto merge of #17809 : thestinger/rust/windows, r=eddyb
by bors
· 11 years ago
6bb648f
work around yet another MinGW-w64 ASLR bug
by Daniel Micay
· 11 years ago
9978dc8
auto merge of #17794 : SimonSapin/rust/patch-8, r=alexcrichton
by bors
· 11 years ago
b9896cb
Fix handling of struct variants in a couple of places
by Jakub Wieczorek
· 11 years ago
1694bf6
Build regression test for issue #17021 with -g
by Brian Koropoff
· 11 years ago
24d7669
Handle emitting debug info for unboxed closures
by Brian Koropoff
· 11 years ago
f56c1c9
auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton
by bors
· 11 years ago
714c8d8
Add regression test for issue #17734
by Brian Koropoff
· 11 years ago
67d83f3
Fix cfg syntax warnings in libnative
by Michael Gehring
· 11 years ago
80401da
String::truncate doc: also fails if not a char boundary
by Simon Sapin
· 11 years ago
c586490
auto merge of #17785 : P1start/rust/diagnostics, r=alexcrichton
by bors
· 11 years ago
5660db2
auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger
by bors
· 11 years ago
3b8c528
auto merge of #17776 : luqmana/rust/ul, r=alexcrichton
by bors
· 11 years ago
0262066
auto merge of #17774 : lambda/rust/docs-mention-hoedown, r=steveklabnik
by bors
· 11 years ago
675aa76
Add tests for intrinsics::unreachable
by Keegan McAllister
· 11 years ago
401aeaf
Add intrinsics::unreachable
by Keegan McAllister
· 11 years ago
5ca68d4
auto merge of #17772 : bkoropoff/rust/issue-17767, r=alexcrichton
by bors
· 11 years ago
cc31d9c
Give a more descriptive error when marking non-test items as #[test]
by P1start
· 11 years ago
a29df44
Tweak ‘discriminant value already exists’ error message
by P1start
· 11 years ago
dc987ad
auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichton
by bors
· 11 years ago
88baca7
Rename vector patterns to array patterns
by P1start
· 11 years ago
07aeac8
auto merge of #17761 : bkoropoff/rust/issue-17758, r=alexcrichton
by bors
· 11 years ago
a2e7c4d
auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton
by bors
· 11 years ago
e434aa1
auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb
by bors
· 11 years ago
fe8f430
docs: Reference hoedown instead of sundown
by Brian Campbell
· 11 years ago
4b22178
Update LLVM.
by Luqman Aden
· 11 years ago
e364584
Fix infinite recursion in Writer impl for &mut Writer
by Brian Koropoff
· 11 years ago
2d93a04
Register new snapshots
by Björn Steinbrink
· 11 years ago
2bb7956
Make examples for AtomicInt refer to AtomicInt
by Peter Minten
· 11 years ago
749ff5e
auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb
by bors
· 11 years ago
1f7a8bc
Correctly generate drop glue for `Box<str>`
by Brian Koropoff
· 11 years ago
6f6d13a
Add regression test for issue #17758
by Brian Koropoff
· 11 years ago
4c166ab
Handle provided trait methods when giving inference error suggestions
by Brian Koropoff
· 11 years ago
8794107
auto merge of #17754 : O-I/rust/update-guide, r=steveklabnik
by bors
· 11 years ago
404db68
Add regression test for issue #17737
by Brian Koropoff
· 11 years ago
908c9e6
auto merge of #17752 : SimonSapin/rust/patch-6, r=thestinger
by bors
· 11 years ago
8e455ea
Fix type visitor glue for unboxed closures
by Brian Koropoff
· 11 years ago
136ab3c
auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton
by bors
· 11 years ago
1e22b20
test: Fix a test that fails when cross compiling
by Alex Crichton
· 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
80eb616
Fix preallocation amount in String::from_utf16
by Simon Sapin
· 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
3aea7f1
Fix lev_distance
by Till Hoeppner
· 11 years ago
48cdb55
rollup merge of #17739 : eddyb/fix-process-test
by Alex Crichton
· 11 years ago
8993a0a
rollup merge of #17730 : alexcrichton/snapshot
by Alex Crichton
· 11 years ago
79d0e82
rollup merge of #17729 : alexcrichton/issue-17718-start
by Alex Crichton
· 11 years ago
61c4f6d
rollup merge of #17387 : sneves/master
by Alex Crichton
· 11 years ago
2a11f2b
rollup merge of #17215 : P1start/lints
by Alex Crichton
· 11 years ago
ef69388
Fix a race condition between remove_from_env and other io::process tests.
by Eduard Burtescu
· 11 years ago
da7dcee
tests: remove old compile-fail test asserting the removal of `const`.
by Eduard Burtescu
· 11 years ago
521ca31
Add some more test coverage of by-ref unboxed closures
by Brian Koropoff
· 11 years ago
a667a69
Move the lint for the stability lints to the method name only
by P1start
· 11 years ago
f56c67b
Change rustc pretty-printing to print [T, ..n] instead of [T, .. n]
by P1start
· 11 years ago
073a1ab
Report trait/impl sig inconsistency before method/body inconsistency
by P1start
· 11 years ago
042cdee
Correct error message for invalid `ref`/`mut` bindings
by P1start
· 11 years ago
4504412
Improve the `non_snake_case` lint to give better suggestions
by P1start
· 11 years ago
333592e
Update the `unused` lint group to include more lints
by P1start
· 11 years ago
94bcd35
Set the `non_uppercase_statics` lint to warn by default
by P1start
· 11 years ago
9a2286d
auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton
by bors
· 11 years ago
Next »