]> git.lizzy.rs Git - rust.git/history - src/test
librustc: Don't try to perform the magical
[rust.git] / src / test /
2014-06-25 Patrick Waltonlibrustc: Don't try to perform the magical
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 Robert BuonpastoreStabilize version output for rustc and rustdoc
2014-06-25 Alex Crichtonrustc: Don't register syntax crates twice
2014-06-25 Patrick Waltontest: Add a test for regions, traits, and variance.
2014-06-25 Patrick Waltonlibrustc: Check function argument patterns for legality...
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 Edward WangAdd tests for #12470 and #14285
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 Keegan McAllisterTest lint plugins
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 Tom Jakubowskilibrustc: Remove outdated reference to `~` and `@`
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 Kevin Butlerrustc: catch `impl X for Y` where X is not a trait...
2014-06-23 Kevin Butlerrustc: catch non-trait methods before typeck.
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 Benjamin Herrtest: readd TMPDIR to LD_LIBRARY_PATH for run-make
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 Benjamin Herrlibsyntax: don't allow enum structs with no fields
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 Edward WangMake destructuring trait reference work
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 unreachability detection for missized patterns...
2014-06-20 Jakub WieczorekAdd support for fixed size vectors in let/arg patterns
2014-06-20 Jakub WieczorekProvide a witness pattern for non-exhaustive patterns
2014-06-20 Jakub WieczorekCheck pattern refutability the same way exhaustiveness...
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 Aaron TuronAdd stability inheritance
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 Michael Woeristerdebuginfo: Add test case for issue 14411.
2014-06-19 Edward WangFix #14865
2014-06-19 Cameron ZwarichReject double moves out of array elements
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-19 Brendan ZabarauskasMerge the Bitwise and ByteOrder traits into the Int...
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 Alex Crichtontest: Attempt to fix nightly-linux
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 IIAdapt test case to match current set of emitted warning...
2014-06-18 Felix S. Klock IIRegression tests for flowgraph construction bug on...
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
next