about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-12-01Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centrilkennytm-2/+0
2018-11-30Removed feature gate.Alexander Regueiro-2/+0
2018-11-30tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro.Eduard-Mihai Burtescu-0/+2
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-1/+35
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+2310
2018-11-27remove uses of feature gateMark Mansi-2/+0
2018-11-25Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisaPietro Albini-1/+1
2018-11-25Rollup merge of #56151 - alexcrichton:move-out-flaky-test, r=nagisaPietro Albini-0/+25
2018-11-25Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnikPietro Albini-1/+2
2018-11-25Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkovPietro Albini-2/+0
2018-11-25Rollup merge of #56045 - qnighy:additional-sizedness, r=cramertjPietro Albini-0/+1
2018-11-25Stabilize the int_to_from_bytes featureSimon Sapin-1/+1
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-0/+1
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-1/+1
2018-11-24Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs`scalexm-0/+1
2018-11-21Move a flaky process test out of libstdAlex Crichton-0/+25
2018-11-21macro_literal_matcher: fixes per petrochenkov's reviewDan Aloni-2/+0
2018-11-21Stabilize macro_literal_matcherDan Aloni-2/+2
2018-11-21Add tests for unsized-locals functions stability.Masaki Hara-0/+1
2018-11-20Incorporate `dyn` into more comments and docs.Corey Farwell-1/+2
2018-11-19Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkovPietro Albini-0/+26
2018-11-19Rollup merge of #55963 - stepancheg:mpsc-take-2, r=alexcrichtonPietro Albini-0/+172
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
2018-11-15Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakisbors-0/+29
2018-11-14Clean up some non-mod-rs stuff.Eric Huss-0/+26
2018-11-15Stress test for MPSCStepan Koltsov-0/+172
2018-11-14std: Synchronize access to global env during `exec`Alex Crichton-0/+36
2018-11-14Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec"Alex Crichton-12/+0
2018-11-11Rollup merge of #55687 - alexreg:fix-24010, r=scalexmPietro Albini-3/+40
2018-11-10Auto merge of #55626 - nikic:update-emscripten, r=alexcrichtonbors-1/+1
2018-11-08Deprecate channel selectionStjepan Glavina-0/+1
2018-11-08Fix some tests for wasm32-unknown-emscriptenNikita Popov-1/+1
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-0/+16
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-1/+1
2018-11-07Added tests.Alexander Regueiro-3/+24
2018-11-07Rollup merge of #55495 - wesleywiser:opt_fuel_rustbuild, r=nikomatsakiskennytm-2/+4
2018-11-06Add explcit `--error-format` options to tests of print-fuel to sidestep compi...Felix S. Klock II-2/+4
2018-11-06Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAuskennytm-0/+18
2018-11-05Auto merge of #55410 - nagisa:atomic-align, r=pnkfelixbors-0/+46
2018-11-04Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichtonbors-7/+7
2018-11-03Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakisbors-0/+124
2018-11-03fix test falloutAlex Burka-7/+7
2018-11-03Fixed bug with Self type param coming before lifetimes.Alexander Regueiro-20/+33
2018-11-03Add more tests.Alexander Regueiro-7/+53
2018-11-03Added tests.Alexander Regueiro-13/+50
2018-11-03Added support for trait aliases as object types.Alexander Regueiro-2/+8
2018-11-03Added support for trait aliases as bounds.Alexander Regueiro-0/+22
2018-11-03Auto merge of #54383 - mikeyhew:custom-receivers-object-safety, r=nikomatsakisbors-0/+132
2018-11-02Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichtonbors-0/+12
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-10/+7