about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-10-19Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichtonkennytm-2/+0
2017-10-18Remove two obsolete min-llvm-version testsJosh Stone-2/+0
2017-10-18Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddybbors-0/+36
2017-10-17Auto merge of #45311 - goffrie:issue-40003, r=alexcrichtonbors-0/+186
2017-10-16restructure the public inhabitedness APIs and remove the cacheNiko Matsakis-0/+36
2017-10-16Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkovbors-0/+51
2017-10-15Add test for #40003.Geoffry Song-0/+186
2017-10-15rustc: Fix some ThinLTO internalizationAlex Crichton-0/+34
2017-10-15Check namespaces when resolving associated items in typeckmatthewjasper-0/+51
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-0/+24
2017-10-13Rollup merge of #45189 - alexcrichton:thinlto-allocators, r=michaelwoeristerkennytm-41/+19
2017-10-12rustc: Handle `#[linkage]` anywhere in a crateAlex Crichton-41/+19
2017-10-11Shorten some test namesVadim Petrochenkov-9/+9
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-3/+1
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-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-3/+1
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