about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-0/+17
2014-05-07auto merge of #13726 : michaelwoerister/rust/lldb-autotests, r=alexcrichtonbors-3301/+3294
2014-05-07auto merge of #13901 : alexcrichton/rust/facade, r=brsonbors-10/+10
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-3301/+3294
2014-05-07test: Update with std => core movementAlex Crichton-10/+10
2014-05-07auto merge of #13832 : alexcrichton/rust/cfail-full, r=brsonbors-0/+0
2014-05-07auto merge of #13967 : richo/rust/features/ICE-fails, r=alexcrichtonbors-0/+6
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-802/+929
2014-05-06Ignore tests broken by failing on ICERicho Healey-0/+6
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-0/+17
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-9/+152
2014-05-06log: Use writeln!() instead of write!()Alex Crichton-0/+44
2014-05-05auto merge of #13940 : edwardw/rust/refutable-match, r=pcwaltonbors-0/+73
2014-05-05auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichtonbors-4/+8
2014-05-05auto merge of #13782 : alexcrichton/rust/issue-13775, r=pcwaltonbors-0/+15
2014-05-05log: Logger receiveis a LogRecordSean McArthur-4/+8
2014-05-05auto merge of #13271 : stepancheg/rust/align, r=pcwaltonbors-0/+66
2014-05-05Adjust codegen logic for range and guarded armsEdward Wang-0/+73
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-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-9/+152
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