about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-07-22auto merge of #15870 : jakub-/rust/issue-15793, r=alexcrichtonbors-0/+34
2014-07-22Refactoring: Only use `MacroExpander` for expanding outside ofMarvin Löbel-0/+27
2014-07-21Update LLVM to address an issue with range metadata in hoisted loadsJakub Wieczorek-0/+34
2014-07-21privacy: Add publically-reexported foreign item to exported item setKiet Tran-0/+5
2014-07-21Rename to_str to to_stringSteven Fackler-2/+2
2014-07-20auto merge of #15808 : jakub-/rust/use-mod, r=alexcrichtonbors-0/+113
2014-07-20auto merge of #15805 : Sawyer47/rust/issue-8709, r=alexcrichtonbors-0/+24
2014-07-20small typoSteve Klabnik-1/+1
2014-07-20Implement new mod import sugarJakub Wieczorek-0/+113
2014-07-20auto merge of #15785 : treeman/rust/fix-15780, r=alexcrichtonbors-0/+15
2014-07-20Correctly stringify! types and paths inside macrosPiotr Jawniak-0/+24
2014-07-20auto merge of #15767 : pcwalton/rust/lifetime-elision, r=nick29581bors-133/+150
2014-07-19auto merge of #15650 : jakub-/rust/patterns-statics, r=pcwaltonbors-2/+293
2014-07-19librustc: Implement lifetime elision.Patrick Walton-133/+150
2014-07-19auto merge of #15754 : jakub-/rust/diagnostics, r=alexcrichtonbors-2/+2
2014-07-19auto merge of #15686 : alexcrichton/rust/same-crate-name, r=kballardbors-4/+35
2014-07-18rustc: Mix extra-filename in temp outputsAlex Crichton-5/+20
2014-07-19Add support for patterns referencing non-trivial staticsJakub Wieczorek-2/+293
2014-07-18auto merge of #15743 : Ryman/rust/mandelbrot_fix, r=alexcrichtonbors-3/+3
2014-07-18Special case for 0 arguments given in format!Jonas Hietala-3/+7
2014-07-18Assign more diagnostic codesJakub Wieczorek-2/+2
2014-07-18Correct plural of arguments in format_args!Jonas Hietala-0/+11
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-17/+130
2014-07-18rustc: #[crate_name] and --crate-name must matchAlex Crichton-0/+16
2014-07-18auto merge of #15733 : sanxiyn/rust/use-from-type, r=alexcrichtonbors-0/+13
2014-07-18auto merge of #15726 : aturon/rust/macro-stability, r=alexcrichtonbors-2/+17
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-5/+5
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-97/+81
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-5/+5
2014-07-16librustc: Allow the new UFCS explicit self in trait definitions, andPatrick Walton-30/+30
2014-07-17Disallow importing from types when reexport is involvedSeo Sanghyeon-0/+13
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-0/+132
2014-07-16stability lint: ignore code from macro expansionAaron Turon-2/+17
2014-07-16debuginfo: Add LLDB autotests to debuginfo test suite.Michael Woerister-261/+3316
2014-07-16auto merge of #15656 : nick29581/rust/index-bck, r=pnkfelixbors-1/+27
2014-07-16auto merge of #15585 : bgamari/rust/subst-bug, r=pnkfelixbors-0/+23
2014-07-16auto merge of #15695 : alexcrichton/rust/fix-snapshots, r=brsonbors-0/+1
2014-07-15Add test for crash in unsafe destructor checkBen Gamari-0/+23
2014-07-15test: Try to fix a failing snapshot testAlex Crichton-0/+1
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-7/+6
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-5/+3
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+0
2014-07-15Borrow checking for overloaded indexingNick Cameron-1/+27
2014-07-13mandelbrot: fix overlapping buffersKevin Butler-3/+3
2014-07-13auto merge of #15158 : alexcrichton/rust/windows-paths, r=brsonbors-0/+56
2014-07-13native: Search the child's PATH on win32Alex Crichton-0/+56
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-5/+4
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-5/+4