Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.12.0
/
src
/
test
tag
f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
tagger
Brian Anderson <banderson@mozilla.com>
Thu Oct 09 16:33:59 2014
object
ba4081a5a8573875fed17545846f6f6902c8ba8d
0.12.0 release
e62ef37
auto merge of #17807 : nick29581/rust/slice6, r=aturon
by bors
· 11 years ago
3b0550c
Rename slicing methods
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
7c8fc95
auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton
by bors
· 11 years ago
0e2f0ac
auto merge of #17781 : P1start/rust/bitflags-lints, r=alexcrichton
by bors
· 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
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
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
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
675aa76
Add tests for intrinsics::unreachable
by Keegan McAllister
· 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
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
e434aa1
auto merge of #17760 : bkoropoff/rust/issue-17737, r=eddyb
by bors
· 11 years ago
749ff5e
auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb
by bors
· 11 years ago
6f6d13a
Add regression test for issue #17758
by Brian Koropoff
· 11 years ago
404db68
Add regression test for issue #17737
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
39f4bf7
Test fixes from the rollup
by Alex Crichton
· 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
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
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
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
39344c2
Rehabilitate an unboxed closure test
by Brian Koropoff
· 11 years ago
d911936
Merge branch 'travis' into rollup
by Alex Crichton
· 11 years ago
7e22af3
syntax: Enable parsing of `const` globals
by Alex Crichton
· 11 years ago
06a6ba1
test: Don't depend on /bin/bash
by Alex Crichton
· 11 years ago
f96ee10
Test fixes from the rollup
by Alex Crichton
· 11 years ago
7ae802f
rollup merge of #17666 : eddyb/take-garbage-out
by Alex Crichton
· 11 years ago
9998052
rollup merge of #17722 : jakub-/issue-17169
by Alex Crichton
· 11 years ago
fba72d3
rollup merge of #17721 : jakub-/resolved-issues
by Alex Crichton
· 11 years ago
2bb4455
rollup merge of #17720 : ben0x539/shifts
by Alex Crichton
· 11 years ago
d596aa2
rollup merge of #17702 : nick29581/enable-dots-test
by Alex Crichton
· 11 years ago
51820b6
rollup merge of #17646 : bkoropoff/cast-ice
by Alex Crichton
· 11 years ago
52d2f2a
Add tests for a few resolved issues
by Jakub Wieczorek
· 11 years ago
f2973f63
Fix cross-crate tuple structs in statics
by Jakub Wieczorek
· 11 years ago
af633ce
native: fix passing errno to parent after fork
by Benjamin Herr
· 11 years ago
d2ea031
Revert "Use slice syntax instead of slice_to, etc."
by Aaron Turon
· 11 years ago
c0c6c89
Revert "Remove the `_` suffix from slice methods."
by Aaron Turon
· 11 years ago
7bf56df
Revert "Put slicing syntax behind a feature gate."
by Aaron Turon
· 11 years ago
3f0c483
Disable the Roman numerals test on Android due to cross-compile issues
by Keegan McAllister
· 11 years ago
58bea31
tests: remove uses of Gc.
by Eduard Burtescu
· 11 years ago
db55e70
syntax: mark the managed_boxes feature as Removed.
by Eduard Burtescu
· 11 years ago
b419e9e
auto merge of #17663 : eddyb/rust/method-origin-subst, r=nikomatsakis
by bors
· 11 years ago
84a4a07
auto merge of #17434 : P1start/rust/borrowck-messages, r=nikomatsakis
by bors
· 11 years ago
dd7f00d
auto merge of #17681 : jgallagher/rust/dep-info-escape-spaces, r=alexcrichton
by bors
· 11 years ago
45fd7cd
Enable a test for .. in range patterns.
by Nick Cameron
· 11 years ago
02c6ebd
Change the `use of moved value` error to be more accurate
by P1start
· 11 years ago
95cfc35
Put slicing syntax behind a feature gate.
by Nick Cameron
· 11 years ago
df2f1fa
Remove the `_` suffix from slice methods.
by Nick Cameron
· 11 years ago
40b9f5d
Use slice syntax instead of slice_to, etc.
by Nick Cameron
· 11 years ago
35ff2de
Clarify some borrowck errors
by P1start
· 11 years ago
a8577be
Output a note when lifetimes cannot be elided from functions
by P1start
· 11 years ago
a70a037
auto merge of #17673 : aturon/rust/remove-uv, r=alexcrichton
by bors
· 11 years ago
61bf75b
Add a guide to compiler plugins
by Keegan McAllister
· 11 years ago
b224dfe
auto merge of #17678 : fhahn/rust/issue-17628-infinite-recursion, r=alexcrichton
by bors
· 11 years ago
15966c3
Remove iotest macro
by Aaron Turon
· 11 years ago
60b859a
Remove all use of librustuv
by Aaron Turon
· 11 years ago
2883b76
Make --dep-info escape spaces in filenames
by John Gallagher
· 11 years ago
8ab6fce
auto merge of #17653 : kaini/rust/master, r=alexcrichton
by bors
· 11 years ago
49e976d
Limit recursion depth for macro expansions, closes #17628
by Florian Hahn
· 11 years ago
60e7317
auto merge of #17501 : pcwalton/rust/improve-method-lookup-autoderef, r=nikomatsakis
by bors
· 11 years ago
2f15dcd
auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581
by bors
· 11 years ago
93408be
Add regression test for issue #17444
by Brian Koropoff
· 11 years ago
eb8b369
Add regression test for issue #17458
by Brian Koropoff
· 11 years ago
57a05cf
auto merge of #17634 : jakub-/rust/if_let, r=kballard
by bors
· 11 years ago
496cc4c
librustc: Fix up mutability in method autoderefs if incorrect, and
by Patrick Walton
· 11 years ago
79d4540
Fold `MethodOrigin`s to resolve inference variables they may contain.
by Eduard Burtescu
· 11 years ago
823f108
auto merge of #17639 : brson/rust/windbg2, r=pcwalton
by bors
· 11 years ago
8a60952
Move `if let` behind a feature gate
by Kevin Ballard
· 11 years ago
976438f
Produce a better error for irrefutable `if let` patterns
by Kevin Ballard
· 11 years ago
1bc407f
Add tests for `if let`
by Kevin Ballard
· 11 years ago
40ce87f
Ignore yet another windows debuginfo test
by Brian Anderson
· 11 years ago
416144b
librustc: Forbid `..` in range patterns.
by Patrick Walton
· 11 years ago
065a5b0
Fixes ICE when using reexported unit-like structs
by Michael Kainer
· 11 years ago
d2f8d4c
auto merge of #17563 : brson/rust/wintcbfix, r=thestinger
by bors
· 11 years ago
7409050
auto merge of #17468 : nick29581/rust/dst-bug-nostd, r=nikomatsakis
by bors
· 11 years ago
1c36d1c
Emit an error rather than ICEing for a missing built-in bound lang item.
by Nick Cameron
· 11 years ago
0c66796
auto merge of #17475 : pnkfelix/rust/fix-17303, r=huonw
by bors
· 11 years ago
bdeb1d7
Ignore win-tcb test on non-windows
by Brian Anderson
· 11 years ago
d3e1718
Test fixes from the rollup
by Alex Crichton
· 11 years ago
1a18258
rollup merge of #17619 : wizeman/fix-perm
by Alex Crichton
· 11 years ago
915511e
rollup merge of #17614 : nick29581/slice3
by Alex Crichton
· 11 years ago
Next »