about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2019-08-14move test that shouldn't be in test/run-pass/Mazdak Farrokhzad-17/+0
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+17
2019-08-02Add niche-in-generator testTyler Mandry-0/+17
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-2811/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-90683/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-4/+1022
2019-07-26Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddybMazdak Farrokhzad-5/+5
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-0/+48
2019-07-25Rollup merge of #62707 - JohnTitor:add-test-for-61922, r=tmandryMazdak Farrokhzad-0/+12
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-13/+8
2019-07-25Use Foo instead of raw arraysYuki Okushi-3/+3
2019-07-24syntax_ext: Improve and simplify code generated by `#[global_allocator]`Vadim Petrochenkov-4/+6
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-0/+46
2019-07-22Fix or ignore regressed testsVadim Petrochenkov-24/+9
2019-07-20Remove vector fadd/fmul reduction workaroundsNikita Popov-5/+5
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-0/+34
2019-07-18Auto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrumbors-1183/+10
2019-07-18Rollup merge of #62774 - smaeul:pr/simd-tests, r=petrochenkovMark Rousskov-0/+4
2019-07-18Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message...Mark Rousskov-6/+6
2019-07-18Auto merge of #62682 - alessandrod:issue-58375, r=eddybbors-0/+23
2019-07-17Disable simd_select_bitmask test on big endianSamuel Holland-0/+4
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-6/+6
2019-07-16Change all run-pass hygiene tests to `ui` testsMatthew Jasper-1177/+0
2019-07-16Add tests for overlapping explicitly dropped locals in generatorsYuki Okushi-0/+12
2019-07-15pprust: Fix formatting regressions from the previous commitsVadim Petrochenkov-2/+2
2019-07-15pprust: Use `print_mac_common` for attributesVadim Petrochenkov-1/+1
2019-07-15Add missing trailing newlineAlessandro Decina-1/+1
2019-07-15Normalize type parameters in create_mono_items_for_default_impls.Alessandro Decina-0/+23
2019-07-13Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelixbors-0/+64
2019-07-12Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasperMazdak Farrokhzad-31/+18
2019-07-12Rollup merge of #61535 - ohadravid:test-generic-with-default-assiociated-type...Mazdak Farrokhzad-0/+36
2019-07-12rustc_codegen_ssa: fix range check in codegen_get_discr.Eduard-Mihai Burtescu-0/+64
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-8/+5
2019-07-11Replace unsafe_destructor_blind_to_params with may_dangleLzu Tao-26/+16
2019-07-11Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandryMazdak Farrokhzad-355/+0
2019-07-09Added a test for coherence when a generic type param has a default value from...Ohad Ravid-0/+36
2019-07-07Collect library features from non-exported macrosVadim Petrochenkov-1/+1
2019-07-06Move the test async-fn-size-moved-locals to uiAndrew Xu-98/+0
2019-07-06Remove duplicated arc_wake.rsAndrew Xu-123/+0
2019-07-06Move async-await tests from run-pass to uiAndrew Xu-134/+0
2019-07-06while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet.Mazdak Farrokhzad-10/+0
2019-07-05Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisaMazdak Farrokhzad-0/+82
2019-07-05Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=CentrilMazdak Farrokhzad-0/+328
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-52/+0
2019-07-05Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertjMazdak Farrokhzad-10/+10
2019-07-05Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJungMazdak Farrokhzad-13/+0
2019-07-05rustc_target: avoid negative register counts in the SysV x86_64 ABI.Eduard-Mihai Burtescu-0/+82
2019-07-04Permit use of mem::uninitialized via allow(deprecated)Mark Rousskov-0/+8
2019-07-04Create async version of the dynamic-drop testMatthew Jasper-0/+328
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-13/+0