about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-12-06Auto merge of #46192 - arielb1:locally-coherent, r=nikomatsakisbors-0/+68
2017-12-05rustc_trans: don't write discriminants for uninhabited variantsSimon Sapin-0/+37
2017-12-06convert errors to warningsAriel Ben-Yehuda-2/+2
2017-12-05convert the new conflicts to a soft errorAriel Ben-Yehuda-0/+39
2017-12-05refactor a bitAriel Ben-Yehuda-0/+29
2017-12-05Auto merge of #46492 - eddyb:move-ops, r=arielb1bors-0/+4
2017-12-05rustc_mir: don't move temporaries that are still used later.Eduard-Mihai Burtescu-0/+4
2017-12-05Auto merge of #46403 - oli-obk:generic_missing_impl, r=nikomatsakisbors-0/+27
2017-12-05Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddybbors-14/+14
2017-12-04Auto merge of #46319 - nikomatsakis:nll-master-to-rust-master-2, r=pnkfelixbors-6/+240
2017-12-04Auto merge of #46463 - nak3:fix-invalid-docs-path, r=kennytmbors-2/+2
2017-12-04rustc_back: replace tempdir with crates.io version.Irina-Gabriela Popa-10/+10
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-4/+4
2017-12-04constraint_generation: create liveness constraints more thoroughlyNiko Matsakis-4/+4
2017-12-04make `resolve_regions_and_report_errors` take an `OutlivesEnv`Niko Matsakis-0/+37
2017-12-04inform constraint generation using maybe-initPaul Daniel Faria-0/+197
2017-12-04Fix invalid docs path for compiler pluginsKenjiro Nakayama-2/+2
2017-12-04replace constant regions with a post-inference checkNiko Matsakis-2/+2
2017-12-03Add an i128_lowering flag in TargetOptionsScott McMurray-2/+2
2017-12-03Rollup merge of #46462 - sinkuu:copyprop_reg2, r=arielb1Corey Farwell-26/+50
2017-12-03Rollup merge of #45957 - dereckson:unix-agnosticity, r=shepmasterCorey Farwell-2/+2
2017-12-03Auto merge of #46334 - mikhail-m1:slice_pattern_array_drop, r=arielb1bors-1/+37
2017-12-03Auto merge of #46320 - arielb1:always-resume, r=nikomatsakisbors-206/+255
2017-12-03fix tests in wasmAriel Ben-Yehuda-6/+8
2017-12-03Fix MIR CopyPropagation regressionShotaro Yamada-26/+50
2017-12-03Auto merge of #46290 - scottmcm:i128-from-compiler-builtins, r=nagisabors-93/+42
2017-12-02Add ignore-emscripten tooScott McMurray-0/+2
2017-12-03Auto merge of #46428 - eddyb:scalar-pair-unpacking, r=arielb1bors-0/+11
2017-12-02Ignore the lower_128bit tests on asmjsScott McMurray-0/+8
2017-12-02Remove the unneeded #![feature(lang_items)]sScott McMurray-2/+0
2017-12-02Update compiler-builtins and use it the 128-bit lowering MIR testScott McMurray-91/+32
2017-12-03Auto merge of #46384 - ollie27:rustdoc_inline_assoc, r=QuietMisdreavusbors-0/+105
2017-12-03add and unignore testsAriel Ben-Yehuda-2/+24
2017-12-03funnel all unwind paths through a single Resume blockAriel Ben-Yehuda-198/+220
2017-12-03don't track borrows for empty regionsAriel Ben-Yehuda-0/+1
2017-12-03initialize the destination in unit statementsAriel Ben-Yehuda-0/+2
2017-12-02Auto merge of #46382 - alexcrichton:thinlto-default, r=michaelwoeristerbors-10/+10
2017-12-02Auto merge of #46381 - estebank:expected-span, r=nikomatsakisbors-9/+3
2017-12-02create a drop ladder for an array if any value is moved outMikhail Modin-1/+37
2017-12-02Auto merge of #46347 - raventid:did-you-mean-increase-accuracy, r=estebankbors-0/+29
2017-12-02Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrcbors-1/+65
2017-12-02Auto merge of #46326 - GuillaumeGomez:sidebar-text, r=QuietMisdreavusbors-0/+23
2017-12-02Auto merge of #46256 - estebank:suggest-deref, r=arielb1bors-21/+39
2017-12-02Use more convenient and UNIX-agnostic shebangSébastien Santoro-2/+2
2017-12-02Auto merge of #45904 - sunjay:gat-parser, r=nikomatsakisbors-0/+355
2017-12-02rustc: don't unpack newtypes of scalar-pairs with mismatched alignment.Eduard-Mihai Burtescu-0/+11
2017-12-01Use suggestions instead of notes ref mismatchesEsteban Küber-21/+39
2017-12-02Rollup merge of #46412 - chrisduerr:issue-46380, r=QuietMisdreavuskennytm-0/+34
2017-12-02Rollup merge of #46405 - alexcrichton:fix-rustdoc, r=estebankkennytm-0/+15
2017-12-02Rollup merge of #46401 - alexcrichton:wasm-tests, r=arielb1kennytm-1/+0