]> git.lizzy.rs Git - rust.git/history - src/test/run-pass
librustc: Don't try to perform the magical
[rust.git] / src / test / run-pass /
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-25 borsauto merge of #15163 : alexcrichton/rust/rollup, r...
2014-06-25 Alex CrichtonTest fixes from the rollup
2014-06-25 Alex Crichtonrustc: Don't register syntax crates twice
2014-06-25 Piotr JawniakRemove few FIXMEs
2014-06-25 Brian AndersonMove core::bool tests to run-pass
2014-06-25 John Clementsadded xfailed test for issue 9737
2014-06-25 John Clementsadded xfailed tests for two other flavors of var hygiene
2014-06-25 Jakub WieczorekFix #15129
2014-06-25 Alex Crichtonrustc: Always include the morestack library
2014-06-25 Niko Matsakislibrustc: Remove the fallback to `int` from typechecking.
2014-06-24 Alex CrichtonRemove the quad_precision_float feature gate
2014-06-24 borsauto merge of #15024 : kmcallister/rust/lint, r=alexcri...
2014-06-24 borsauto merge of #15118 : stepancheg/rust/concat, r=alexcr...
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #15071 : tomjakubowski/rust/fix-15052...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 borsauto merge of #15113 : pnkfelix/rust/fsk-add-regression...
2014-06-24 borsauto merge of #15107 : ipetkov/rust/tutorial-update...
2014-06-24 borsauto merge of #15066 : pcwalton/rust/lang-and-intrinsic...
2014-06-24 Patrick Waltonlibrustc: Feature gate lang items and intrinsics.
2014-06-24 borsauto merge of #15079 : nikomatsakis/rust/issue-5527...
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-24 borsauto merge of #15105 : alexcrichton/rust/snapshots...
2014-06-24 borsauto merge of #14885 : pcwalton/rust/struct-literal...
2014-06-23 Patrick Waltonlibsyntax: Disallow struct literals after `if`, `while...
2014-06-23 borsauto merge of #14974 : Ryman/rust/non_trait_method...
2014-06-23 borsauto merge of #15106 : Sawyer47/rust/rm-duplicated...
2014-06-23 Stepan KoltsovAllow trailing comma in `concat!`
2014-06-23 borsauto merge of #15100 : rapha/rust/master, r=alexcrichton
2014-06-23 borsauto merge of #15098 : ben0x539/rust/nullary-tuple...
2014-06-23 Felix S. Klock IIAdd regression test for ICE from issue 10846.
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-23 borsauto merge of #15061 : pnkfelix/rust/fsk-fix-issue...
2014-06-23 borsauto merge of #15097 : tomjakubowski/rust/fix-feature...
2014-06-23 borsauto merge of #15068 : erickt/rust/mem-inline, r=pcwalton
2014-06-22 borsauto merge of #15081 : jakub-/rust/issue-15080, r=alexc...
2014-06-22 Piotr JawniakRemove duplicated test files
2014-06-22 borsauto merge of #15005 : dotdash/rust/i1_bool, r=alexcrichton
2014-06-21 Jakub WieczorekFix spurious non-exhaustive errors for cross-crate...
2014-06-21 Jakub WieczorekFix a #14731 regression in missing_constructor() for...
2014-06-21 Björn SteinbrinkAdd missing attributes to indirect calls for foreign...
2014-06-21 borsauto merge of #15074 : conradkleinespel/rust/master...
2014-06-21 borsauto merge of #15062 : pcwalton/rust/trailing-plus...
2014-06-21 borsauto merge of #15029 : aturon/rust/stability-index...
2014-06-21 borsauto merge of #14731 : jakub-/rust/pattern-matching...
2014-06-20 Patrick Waltonlibsyntax: Stop parsing `+` with no bounds after it.
2014-06-20 borsauto merge of #14988 : pcwalton/rust/unsafe-destructor...
2014-06-20 Patrick Waltonlibrustc: Put `#[unsafe_destructor]` behind a feature...
2014-06-20 Jakub WieczorekIgnore issue-14393 on Windows
2014-06-20 borsauto merge of #15056 : alexcrichton/rust/issue-15043...
2014-06-20 Alex Crichtonsyntax: Parse GT tokens from `>=` and `>>=`
2014-06-20 Jakub WieczorekAddress review comments
2014-06-20 Jakub WieczorekFix #14393
2014-06-20 Jakub WieczorekAdd support for fixed size vectors in let/arg patterns
2014-06-20 borsauto merge of #15041 : brson/rust/docindex, r=alexcrichton
2014-06-20 borsauto merge of #15039 : huonw/rust/rustdoc-testharnesss...
2014-06-19 borsauto merge of #15037 : zzmp/rust/doc/hotkeys, r=alexcri...
2014-06-19 borsauto merge of #15033 : Sawyer47/rust/old-test, r=alexcr...
2014-06-19 borsauto merge of #14830 : luqmana/rust/cmtrttcbctto, r...
2014-06-19 borsauto merge of #14400 : kballard/rust/lexer_crlf_handlin...
2014-06-19 Kevin BallardHandle CRLF properly in the lexer
2014-06-19 borsauto merge of #15014 : brson/rust/all-crates-experiment...
2014-06-19 borsauto merge of #15025 : alexcrichton/rust/rollup, r...
2014-06-19 Simon SapinDeprecate the bytes!() macro.
2014-06-19 Edward WangFix #14865
2014-06-19 Aaron TuronFallout from TaskBuilder changes
2014-06-19 Aaron TuronRevamp TaskBuilder API
2014-06-19 Luqman Adenlibrustc: Use expr_ty_adjusted in trans_overloaded_call.
2014-06-18 borsauto merge of #15006 : alexcrichton/rust/fix-nightly...
2014-06-18 borsauto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton
2014-06-18 Piotr JawniakRemove obsolete test
2014-06-18 borsauto merge of #14879 : Ryman/rust/resolve_super_hint_cu...
2014-06-18 borsauto merge of #14873 : pnkfelix/rust/fsk-dataflow-revis...
2014-06-18 Felix S. Klock IIsome extra test cases to cover in the borrow checker.
2014-06-18 borsauto merge of #14984 : thestinger/rust/libc, r=alexcrichton
2014-06-18 borsauto merge of #14990 : tomjakubowski/rust/emacs-fix...
2014-06-18 borsauto merge of #14994 : nick29581/rust/comments, r=bstrie
2014-06-18 borsauto merge of #14992 : nathantypanski/rust/collect...
2014-06-18 Luqman Adenlibrustc: Don't overwrite vtables when coercing to...
2014-06-18 borsauto merge of #14880 : SimonSapin/rust/byte-literals...
2014-06-18 borsauto merge of #14869 : nick29581/rust/tstore, r=nmatsakis
2014-06-17 borsauto merge of #14956 : nathantypanski/rust/master,...
2014-06-17 Simon SapinAdd br##"xx"## raw byte string literals.
2014-06-17 Simon SapinAdd a b"xx" byte string literal of type &'static [u8].
2014-06-17 Simon SapinAdd a b'x' byte literal of type u8.
2014-06-17 borsauto merge of #14977 : pcwalton/rust/address-insignific...
2014-06-17 borsauto merge of #14976 : luqmana/rust/focwtc, r=pcwalton
2014-06-17 Luqman Adenlibrustc: Check regions for overloaded calls.
2014-06-17 borsauto merge of #14957 : alexcrichton/rust/rustdoc-fixups...
2014-06-17 borsauto merge of #14818 : tomjakubowski/rust/emacs-attribu...
2014-06-17 borsauto merge of #14945 : alexcrichton/rust/issue-14940...
2014-06-17 Alex Crichtonstd: Chunk writing to stdout on windows
2014-06-17 borsauto merge of #14947 : zwarich/rust/check-loans-not...
2014-06-17 borsauto merge of #14955 : alexcrichton/rust/rollup, r...
2014-06-17 Alex CrichtonFix --disable-rpath and tests
2014-06-17 Alex Crichtonrustc: Don't mark type parameters as exported
2014-06-17 borsauto merge of #14855 : TeXitoi/rust/relicense-shootout...
next