about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-11-15Auto merge of #54906 - qnighy:fix-issue-50452, r=nikomatsakisbors-0/+29
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
2018-11-01Add new tests and update existing for object-safe custom receiversMichael Hewson-0/+135
2018-11-01std: Enable usage of `thread_local!` through importsAlex Crichton-0/+18
2018-11-01Rollup merge of #55575 - parched:trap, r=RalfJungPietro Albini-0/+1
2018-11-01Fixes #46775 -- don't mutate the process's environment in Command::execAlex Gaynor-0/+12
2018-11-01Rollup merge of #55469 - pnkfelix:issue-54477-regression-tests, r=nikomatsakisPietro Albini-0/+25
2018-10-31Fix invalid_const_promotion test on some archsJames Duley-0/+1
2018-10-30Rollup merge of #55487 - nrc:path-fix, r=petrochenkovkennytm-0/+25
2018-10-30Regression test for issue #54477.Felix S. Klock II-0/+25
2018-10-29Rename other occs of (Code/File)Map to Source(Map/File) #51574David Lavati-3/+3
2018-10-30Adjust Ids of path segments in visibility modifiersNick Cameron-0/+25
2018-10-28resolve: Refactor away `legacy_macro_imports`/`LegacyMacroImports`Vadim Petrochenkov-0/+8
2018-10-27Auto merge of #54183 - qnighy:by-value-object-safety, r=oli-obkbors-40/+91
2018-10-27Correct alignment of atomic types and (re)add Atomic{I,U}128Oliver Middleton-0/+46
2018-10-27Add more tests on unsized locals autoderef and borrowck.Masaki Hara-0/+47
2018-10-25Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavisPietro Albini-1/+1
2018-10-25Rollup merge of #54977 - estebank:macro-arg-parse, r=pnkfelixPietro Albini-0/+16
2018-10-24Remove license headers from unsized-locals tests.Masaki Hara-60/+0
2018-10-24Add autoderef tests for by-value trait objects.Masaki Hara-0/+8
2018-10-24Add tests for unsized-locals.Masaki Hara-0/+56
2018-10-23fix typos in various placesMatthias Krüger-1/+1
2018-10-18Rollup merge of #55102 - petrochenkov:trextra, r=nikomatsakiskennytm-1/+1
2018-10-17resolve: Do not skip extern prelude during speculative resolutionVadim Petrochenkov-1/+1
2018-10-16Add ignore-compare-mode-nll to some run-pass tests that become compile-fail u...Felix S. Klock II-0/+46
2018-10-15Rollup merge of #54820 - kleimkuhler:issue-54538-unused_patterns-lint, r=niko...Manish Goregaokar-0/+1
2018-10-12`#[must_use]` for associated functions is supposed to actually workZack M. Davis-1/+1