about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-11-01Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakisbors-0/+55
2017-10-31rustc_typeck: use subtyping on the LHS of binops.Eduard-Mihai Burtescu-0/+55
2017-10-31Count type aliases in patternssinkuu-0/+18
2017-10-27Implement RFC 1861: Extern typesPaul Lietar-0/+207
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-0/+0
2017-10-26Auto merge of #45488 - oli-obk:ctfe_resolve, r=eddybbors-0/+28
2017-10-26Auto merge of #45464 - sinkuu:ice_44851, r=jseyfriedbors-0/+24
2017-10-25Rename some run-pass tests so they don't crash when executed from eCryptfs.Michael Woerister-0/+0
2017-10-25Add a regression test for the const eval type resolutionOliver Schneider-0/+28
2017-10-23Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor`sinkuu-0/+24
2017-10-22`crate` shorthand visibility modifierZack M. Davis-1/+13
2017-10-20Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoeristerbors-0/+52
2017-10-20Auto merge of #45359 - arielb1:escaping-borrow, r=eddybbors-1/+35
2017-10-20Auto merge of #45316 - goffrie:exitable-breakable-block, r=nikomatsakisbors-0/+24
2017-10-20Rollup merge of #45352 - alexcrichton:emscripten-tests, r=nikomatsakiskennytm-56/+55
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-18rustc: Add `_imp_` symbols later in compilationAlex Crichton-0/+52
2017-10-18Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddybbors-0/+36
2017-10-17test: Update Emscripten failures/passingAlex Crichton-56/+55
2017-10-17look past the next drop for the drop panic targetAriel Ben-Yehuda-5/+17
2017-10-17fix generator drop cachingAriel Ben-Yehuda-1/+23
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-15Mark block exits as reachable if the block can break.Geoffry Song-0/+24
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