about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-05-05auto merge of #13782 : alexcrichton/rust/issue-13775, r=pcwaltonbors-0/+15
2014-05-05auto merge of #13271 : stepancheg/rust/align, r=pcwaltonbors-0/+66
2014-05-05auto merge of #13936 : Armavica/rust/lint_check-range, r=kballardbors-0/+12
2014-05-04Register new snapshotsAlex Crichton-4/+0
2014-05-04auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestingerbors-0/+21
2014-05-04auto merge of #13921 : TeXitoi/rust/shootout-spectralnorm-tweaks, r=alexcrichtonbors-1/+5
2014-05-04Add missing cases to the type_limits lintVirgile Andreani-0/+12
2014-05-04auto merge of #13916 : TeXitoi/rust/shootout-mandelbrot-rewrite, r=pcwaltonbors-55/+52
2014-05-04auto merge of #13908 : pcwalton/rust/box-pattern, r=alexcrichtonbors-0/+20
2014-05-04auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichtobors-0/+42
2014-05-03Skip pretty printing for the regions bound testNiko Matsakis-0/+1
2014-05-03auto merge of #13906 : alexcrichton/rust/issue-13620, r=luqmanabors-0/+50
2014-05-03shootout-spectralnorm tweaksGuillaume Pinot-1/+5
2014-05-03auto merge of #13685 : Ryman/rust/issue7575, r=alexcrichtonbors-0/+104
2014-05-03Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ...Niko Matsakis-0/+41
2014-05-03auto merge of #13904 : pcwalton/rust/box, r=alexcrichtonbors-0/+41
2014-05-03auto merge of #13868 : FlaPer87/rust/opt-in-phase1, r=alexcrichtonbors-19/+33
2014-05-03auto merge of #13903 : alexcrichton/rust/issue-13890, r=thestingerbors-0/+39
2014-05-03shootout-mandelbrot rewriteGuillaume Pinot-55/+52
2014-05-03auto merge of #13899 : bjz/rust/simd, r=pcwaltonbors-16/+87
2014-05-02libsyntax: Add `box PAT` to the pattern grammar. RFC #14.Patrick Walton-0/+20
2014-05-02librustc: Implement the `Box<T>` type syntax. RFC #14. Issue #13885.Patrick Walton-0/+41
2014-05-02auto merge of #13579 : hirschenberger/rust/lint_unsigned_negate, r=alexcrichtonbors-0/+11
2014-05-02rustc: Crawl static initializers for reachabilityAlex Crichton-0/+50
2014-05-02rustc: Remove the session building_library flagAlex Crichton-0/+21
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+11
2014-05-02Provide a note if method lookup fails and there are static definitions with t...Kevin Butler-0/+104
2014-05-02rustc: Use the "real" realpath functionAlex Crichton-0/+39
2014-05-02Implement comparison operators for int and uint SIMD vectorsBrendan Zabarauskas-4/+63
2014-05-02auto merge of #13879 : huonw/rust/more-re, r=alexcrichtonbors-0/+4
2014-05-02syntax: implement ToSource for more things in the quasiquoter.Huon Wilson-0/+4
2014-05-01auto merge of #13886 : japaric/rust/fix-an-typos, r=alexcrichtonbors-1/+1
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-19/+19
2014-05-01remove leftover obsolete string literalsDaniel Micay-19/+19
2014-05-01Allow built-in traits to be derivedFlavio Percoco-0/+33
2014-05-01Add more comprehensive unit tests for SIMD binopsBrendan Zabarauskas-16/+28
2014-05-01auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelixbors-2/+2
2014-04-30rustc: Fix def ids of xcrate-reexported itemsAlex Crichton-0/+62
2014-05-01Allow manual implementations of built-in traitsFlavio Percoco-19/+0
2014-04-30auto merge of #12740 : nical/rust/json-streaming, r=ericktbors-1/+1
2014-04-29auto merge of #13857 : alexcrichton/rust/add-dylib-paths, r=brsonbors-0/+78
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-0/+78
2014-04-29auto merge of #13833 : alexcrichton/rust/ffunction-sections, r=thestingerbors-0/+10
2014-04-29rustc: Enable -f{function,data}-sectionsAlex Crichton-0/+10
2014-04-28Refactor ty_str to use a ~(str) representation.Nick Cameron-2/+2
2014-04-27auto merge of #13811 : alexcrichton/rust/closed-issues, r=sfacklerbors-0/+214
2014-04-27test: Add tests for closed issuesAlex Crichton-0/+214
2014-04-28test: Fix run-make on windowsklutzy-12/+94
2014-04-27Fix test issue-4016.rs with the json API changeNicolas Silva-1/+1