summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-11-12Disable `mmap` in `libbacktrace` on Apple platformsJohn Colanduoni-0/+34
2017-10-07Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoeristerbors-0/+94
2017-10-07rustc: Implement ThinLTOAlex Crichton-0/+94
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+636
2017-10-06Improve resolution of associated types in macros 2.0Vadim Petrochenkov-0/+34
2017-09-30Auto merge of #44783 - alexcrichton:lto-codegen-units, r=michaelwoeristerbors-0/+15
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-0/+15
2017-09-29Rollup merge of #44287 - Eh2406:master, r=aturonMark Simulacrum-2/+95
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-35/+57
2017-09-23Rollup merge of #44770 - dtolnay:borrowed, r=sfacklerCorey Farwell-0/+12
2017-09-23Rollup merge of #44745 - alexcrichton:no-delim-none, r=estebankCorey Farwell-0/+24
2017-09-22dotdoteq_in_patterns feature gateBadel2-0/+2
2017-09-22Add support for `..=` syntaxAlex Burka-35/+55
2017-09-21Less confusing placeholder when RefCell is exclusively borrowedDavid Tolnay-0/+12
2017-09-21Refactor lifetime name into an enumTaylor Cramer-0/+12
2017-09-21rustc: Don't use DelimToken::None if possibleAlex Crichton-0/+24
2017-09-20Implement underscore lifetimesTaylor Cramer-0/+35
2017-09-21Auto merge of #44551 - scalexm:copy-clone-closures, r=arielb1bors-0/+57
2017-09-20Auto merge of #44392 - Zoxc:yield-order, r=nikomatsakisbors-0/+71
2017-09-20Implement `Copy`/`Clone` for closuresscalexm-0/+57
2017-09-20address review commentsAriel Ben-Yehuda-0/+30
2017-09-20Mark yields after visiting subexpressions. Never ignore yields for scopes in ...John Kåre Alsaker-21/+0
2017-09-20Only consider yields coming after the expressions when computing generator in...John Kåre Alsaker-0/+62
2017-09-18[libstd_unicode] Expose UnicodeVersion typeBehnam Esfahbod-0/+22
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-29/+64
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-26/+36
2017-09-14readd testEh2406-3/+1
2017-09-14Auto merge of #44480 - Zoxc:gen-liveness, r=arielb1bors-0/+30
2017-09-14Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkovbors-0/+14
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+30
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-0/+25
2017-09-13Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakisbors-5/+50
2017-09-12Missing trailing newlineEh2406-1/+1
2017-09-12Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkovbors-0/+14
2017-09-11Auto merge of #44442 - Aaron1011:promote-static-ref, r=eddybbors-0/+18
2017-09-11Auto merge of #44383 - qmx:gh/40473/no-inline-trait-method, r=nikomatsakisbors-0/+25
2017-09-11Parse nested closure with two consecutive parameter lists properlyWonwoo Choi-0/+14
2017-09-09Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichtonbors-3/+1
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-5/+50
2017-09-09Auto merge of #44212 - eddyb:drop-const, r=nikomatsakisbors-2/+20
2017-09-08Fix regression in promotion of rvalues referencing a staticAaron Hill-0/+18
2017-09-06better test documentationDouglas Campos-0/+2
2017-09-06add broken testDouglas Campos-0/+23
2017-09-06Rollup merge of #44327 - Eh2406:FIXME#12808, r=aturonMark Simulacrum-2/+1
2017-09-06Rollup merge of #44326 - Eh2406:FIXME#44590, r=arielb1Mark Simulacrum-3/+2
2017-09-06Rollup merge of #44277 - mattico:test-33185, r=nikomatsakisMark Simulacrum-0/+26
2017-09-06Rollup merge of #44276 - mattico:test-35376, r=alexcrichtonMark Simulacrum-0/+51
2017-09-04#12808 is closed remove the FIXMEEh2406-2/+1
2017-09-04#33490 is closed remove the FIXMEEh2406-3/+2
2017-09-03get ci greenEh2406-1/+3