Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.9
/
src
/
test
tag
36870b185fc5f5486636d4515f0e22677493f225
tagger
Brian Anderson <banderson@mozilla.com>
Thu Jan 09 20:34:30 2014
object
7613b15fdbbb9bf770a2c731f4135886b0ff3cf0
0.9 release
97005c0
auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton
by bors
· 12 years ago
430652c
auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton
by bors
· 12 years ago
ad3a179
Fix CodeMap issue in expand_include_str()
by Michael Woerister
· 12 years ago
464d1d0
auto merge of #11405 : huonw/rust/moredocs, r=huonw
by bors
· 12 years ago
fda71f2
auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton
by bors
· 12 years ago
e4804ac
Fix leaking trait imports across modules
by Alex Crichton
· 12 years ago
d323632
'borrowed pointer' -> 'reference'
by Brian Anderson
· 12 years ago
b7ff9c1
libextra: Introduce typed arenas.
by Patrick Walton
· 12 years ago
7dbd12a
auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson
by bors
· 12 years ago
ba6ed00
auto merge of #11347 : alexcrichton/rust/issue-11346, r=brson
by bors
· 12 years ago
bc395bc
auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton
by bors
· 12 years ago
ac2a24e
Support arbitrary stdout/stderr/logger handles
by Alex Crichton
· 12 years ago
6be2bc8
Add lint for unnecessary casts
by Florian Hahn
· 12 years ago
b7e58ce
Don't attempt duplicate outputs
by Alex Crichton
· 12 years ago
8b71b64
auto merge of #11333 : cmr/rust/triage2, r=alexcrichton
by bors
· 12 years ago
c58bb23
auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw
by bors
· 12 years ago
9c8813f
Guarantee that native tasks wait for children
by Alex Crichton
· 12 years ago
2097570
Fix some warnings
by Corey Richardson
· 12 years ago
ccaf0b4
Remove a fixme
by Corey Richardson
· 12 years ago
9b2a8e1
Revert "std: adjust requested stack size for thread-local storage."
by Huon Wilson
· 12 years ago
eadfe0e
Don't abort the process in native::start
by Alex Crichton
· 12 years ago
19cff91
auto merge of #11188 : brson/rust/noderef, r=brson
by bors
· 12 years ago
2d8fbba
rustc: Add error about obsolete struct deref
by Brian Anderson
· 12 years ago
3b1862a
Don't allow newtype structs to be dereferenced. #6246
by Brian Anderson
· 12 years ago
55d4923
auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton
by bors
· 12 years ago
18cef3f
Don't allow single-variant enums to be dereferenced. #6246
by Brian Anderson
· 12 years ago
3dd7c49
auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton
by bors
· 12 years ago
f1b5f59
std: adjust requested stack size for thread-local storage.
by Huon Wilson
· 12 years ago
02c1d2f
test: Make all the run-pass tests use `pub fn main`
by Patrick Walton
· 12 years ago
c3694d7
test: De-`@mut` the test suite
by Patrick Walton
· 12 years ago
df13c64
test: Get rid of some `@mut`s in borrow check tests
by Patrick Walton
· 12 years ago
65d55af
test: Make `borrowck-assign-to-subfield` into a run-pass test, now that
by Patrick Walton
· 12 years ago
179c054
test: Remove all borrow check write guard tests
by Patrick Walton
· 12 years ago
d3ae3a2
auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichton
by bors
· 12 years ago
08321f1
auto merge of #11149 : alexcrichton/rust/remove-either, r=brson
by bors
· 12 years ago
4bea679
Remove std::either
by Alex Crichton
· 12 years ago
11ce6b7
auto merge of #11276 : brson/rust/0.9, r=pcwalton
by bors
· 12 years ago
8d47190
auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwalton
by bors
· 12 years ago
fb46225
auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton
by bors
· 12 years ago
56ec9c2
Bump version to 0.9
by Brian Anderson
· 12 years ago
0df9b85
auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton
by bors
· 12 years ago
3249de8
auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton
by bors
· 12 years ago
645bb32
debuginfo: Add test case for recursive enum types (issue #11083)
by Michael Woerister
· 12 years ago
8ba6151
auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton
by bors
· 12 years ago
a969510
auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton
by bors
· 12 years ago
86835c9
Test column offset for #11184
by Jan Niklas Hasse
· 12 years ago
8965e34
Add linting for `crate_type` attribute values.
by a_m0d
· 12 years ago
f42a36c
Remove `extern mod foo (name="bar")` syntax, closes #9543
by Florian Hahn
· 12 years ago
dd33b14
Fix usage of rustc --ls on invalid files
by Alex Crichton
· 12 years ago
aca1749
Don't leave lingering files in doc tests
by Alex Crichton
· 12 years ago
8f26d0b
syntax: expand impl_pretty_name to handle more cases.
by Huon Wilson
· 12 years ago
1dcc986
auto merge of #11173 : whitequark/rust/master, r=thestinger
by bors
· 12 years ago
bd52e6a
auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwalton
by bors
· 12 years ago
576a851
Mark provided methods in dead-code pass
by Kiet Tran
· 12 years ago
0daaeab
Conservatively export all trait methods and impls
by Alex Crichton
· 12 years ago
870024a
Disallow LTO with a preference to dynamic linking
by Alex Crichton
· 12 years ago
f98f83a
Implement volatile_load and volatile_store intrinsics.
by Peter Zotov
· 12 years ago
8562229
Revert "Embed Windows application manifest."
by Vadim Chugunov
· 12 years ago
a4f30bf
auto merge of #11185 : huonw/rust/doc-ignore, r=cmr
by bors
· 12 years ago
f37b746
auto merge of #11182 : luisbg/rust/crateid, r=cmr
by bors
· 12 years ago
582ad8f
rustdoc: only filter lines starting with '# ' from the shown code.
by Huon Wilson
· 12 years ago
016d52e
Rename uses of PkgId to CrateId in librustpkg
by Luis de Bethencourt
· 12 years ago
0607c13
Stop using @ExtCtxt
by Steven Fackler
· 12 years ago
200c52a
auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton
by bors
· 12 years ago
1763f36
Bring native process bindings up to date
by Alex Crichton
· 12 years ago
981c6b1
Add tests for trait object coercion.
by Luqman Aden
· 12 years ago
9477c49
auto merge of #10965 : alexcrichton/rust/libgreen, r=brson
by bors
· 12 years ago
6cad8f4
Test fixes and rebase conflicts
by Alex Crichton
· 12 years ago
4d5243d
Remove out of date test
by Steven Fackler
· 12 years ago
1c648fc
rustc: Strip struct fields and enum variants
by Alex Crichton
· 12 years ago
282f3d9
Test fixes and rebase problems
by Alex Crichton
· 12 years ago
26f1b4d
rustc: Add a lint for the obsolete crate-level link attribute
by Brian Anderson
· 12 years ago
5772401
auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson
by bors
· 12 years ago
66e3fbe
Allow optional filename argument for --dep-info
by Andreas Neuhaus
· 12 years ago
5d0fea1
Use --crate-file-name to find out the library filename in dep-info test
by Andreas Neuhaus
· 12 years ago
55cbef6
auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton
by bors
· 12 years ago
645fff4b
fix check-fast tests.
by Huon Wilson
· 12 years ago
2e8c522
std::vec: make the sorting closure use `Ordering` rather than just being
by Huon Wilson
· 12 years ago
cd13f4d
auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-linker, r=alexcrichton
by bors
· 12 years ago
67c0222
Guarantee comm primitives are not Freeze
by Alex Crichton
· 12 years ago
9d1de0b
auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr
by bors
· 12 years ago
1b1e4ca
std::vec: add a sugary .sort() method for plain Ord sorting.
by Huon Wilson
· 12 years ago
810c4de
auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson
by bors
· 12 years ago
87add53
rustc: Improve crate id extraction
by Alex Crichton
· 12 years ago
bb02d14
auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton
by bors
· 12 years ago
48fedcb
extra: remove sort in favour of the std method.
by Huon Wilson
· 12 years ago
721609e
std::vec: implement a stable merge sort, deferring to insertion sort for
by Huon Wilson
· 12 years ago
5c24bfa
auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton
by bors
· 12 years ago
73fceca
Purge @-boxes from the reading half of EBML
by Alex Crichton
· 12 years ago
b982f08
librustc: Add missing case for the `Pod` bound in `tydecode`.
by Patrick Walton
· 12 years ago
bfb760c
Accept trailing commas in struct patterns
by Alex Crichton
· 12 years ago
2afa97a
rustc: Handle `#[link(name = "")]` error
by klutzy
· 12 years ago
d760f99
auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack
by bors
· 12 years ago
b25a052
Add some things to inspect crate-id's
by Corey Richardson
· 12 years ago
dee1107
Rename pkgid to crate_id
by Corey Richardson
· 12 years ago
3c2c13b
auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr
by bors
· 12 years ago
f24787d
Fix #10755 - ICE: `--linker=`
by Cadence Marseille
· 12 years ago
b6933f8
auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton
by bors
· 12 years ago
4c79b22
std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.
by Huon Wilson
· 12 years ago
5d45170
Add a rustdoc test
by Corey Richardson
· 12 years ago
Next »