about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-566/+566
2014-05-27auto merge of #14444 : huonw/rust/nice-for-errors, r=alexcrichtonbors-0/+48
2014-05-27std: Rename strbuf operations to stringRicho Healey-404/+404
2014-05-27auto merge of #14428 : alexcrichton/rust/issue-14422, r=pcwaltonbors-0/+111
2014-05-27std: Remove String's to_ownedRicho Healey-162/+162
2014-05-27rustc: Account for typedefs in privacyAlex Crichton-0/+111
2014-05-27rustc: provide more precise information about refutable patterns.Huon Wilson-0/+32
2014-05-27syntax: desugar a `for` loop to a let binding to get better errorHuon Wilson-0/+16
2014-05-26auto merge of #14300 : cmr/rust/enum-size-lint, r=kballardbors-0/+42
2014-05-25Allow $foo:block nonterminals in expression positionKevin Ballard-0/+21
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-364/+364
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-17/+15
2014-05-24auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfacklerbors-3/+3
2014-05-24auto merge of #14389 : Ryman/rust/14303, r=alexcrichtonbors-0/+94
2014-05-24auto merge of #14388 : kballard/rust/nonfatal_lexer_errors, r=alexcrichtonbors-68/+44
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-3/+3
2014-05-23Make most lexer errors non-fatalKevin Ballard-68/+44
2014-05-23auto merge of #14379 : brson/rust/simd, r=alexcrichtonbors-13/+13
2014-05-23auto merge of #14317 : P1start/rust/lifetime-formatting, r=alexcrichtonbors-0/+19
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-12/+12
2014-05-23Improve error message for lifetimes after type params.Kevin Butler-0/+94
2014-05-23auto merge of #14313 : kballard/rust/tuple_dotdot_match_ice, r=cmrbors-0/+32
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-34/+5
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-34/+5
2014-05-23Fix lifetime error to print `'a` instead of `&'a`P1start-0/+19
2014-05-22rustc: add a lint for large enum variantsCorey Richardson-0/+42
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-141/+91
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-64/+55
2014-05-22auto merge of #14350 : zwarich/rust/let-suggestion, r=pcwaltonbors-0/+20
2014-05-21auto merge of #14321 : alexcrichton/rust/ices, r=pcwaltonbors-0/+272
2014-05-21Add a suggestion to use a `let` binding on some borrowck errors.Cameron Zwarich-0/+20
2014-05-21rustc: Fix an ICE with box-placement syntaxAlex Crichton-0/+14
2014-05-21rustc: Turn a Box ICE into an errorAlex Crichton-0/+14
2014-05-20auto merge of #14259 : alexcrichton/rust/core-mem, r=brsonbors-1/+1
2014-05-20core: Stabilize the mem moduleAlex Crichton-1/+1
2014-05-20test: Add test for fixed issue #12796Alex Crichton-0/+20
2014-05-20test: Add a test for fixed issue #12567Alex Crichton-0/+23
2014-05-20rustc: Avoid an unwrap() in check_matchAlex Crichton-0/+19
2014-05-20auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brsonbors-4/+84
2014-05-20rustc: Avoid out of bounds in check_matchAlex Crichton-0/+25
2014-05-20test: Add a test for fixed issue #11844Alex Crichton-0/+19
2014-05-20test: Add test for fixed issue #11736Alex Crichton-0/+35
2014-05-20test: Add a test for fixed issue #10763Alex Crichton-0/+13
2014-05-20rustc: Fix a dynamic borrow error in resolveAlex Crichton-0/+17
2014-05-20rustc: Prevant an out of bounds access in typeckAlex Crichton-0/+22
2014-05-20syntax: Parse global paths in patternsAlex Crichton-0/+51
2014-05-20Add run-pass case for issue #14308Kevin Ballard-0/+32
2014-05-20auto merge of #13975 : nikomatsakis/rust/issue-13794-fn-subtyping-and-static,...bors-0/+60
2014-05-20rustc: Better resolve errors for &T, &mut T, remove failure condition.Kevin Butler-0/+213