about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-02-13Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centrilMazdak Farrokhzad-0/+21
2019-02-13Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkovMazdak Farrokhzad-4/+39
2019-02-13Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichtonMazdak Farrokhzad-12/+12
2019-02-12Auto merge of #58051 - SimonSapin:str_escape, r=alexcrichtonbors-3/+0
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-34/+36
2019-02-12Added tests.Alexander Regueiro-0/+21
2019-02-12Stabilize linker-plugin based LTO.Michael Woerister-12/+12
2019-02-12Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkovbors-16/+16
2019-02-12Stabilize str::escape_* methodsSimon Sapin-3/+0
2019-02-12Auto merge of #57388 - euclio:runmake-explicit-ignore, r=kennytmbors-297/+118
2019-02-12Auto merge of #58246 - pmccarter:master, r=oli-obkbors-0/+34
2019-02-12Auto merge of #58180 - davidtwco:issue-58053, r=estebankbors-0/+34
2019-02-11use ignore directives for run-make testsAndy Russell-297/+118
2019-02-11rename variable and add test directive for #58030Patrick McCarter-0/+1
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-1/+1
2019-02-11Update fulldeps testOliver Scherer-1/+1
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-15/+15
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-29/+37
2019-02-10Re-blessed tests.Alexander Regueiro-1/+3
2019-02-10tests: doc commentsAlexander Regueiro-33/+33
2019-02-10Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-7/+49
2019-02-10Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=ManishearthGuillaume Gomez-0/+21
2019-02-10Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomezGuillaume Gomez-7/+28
2019-02-10Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertjbors-3/+6
2019-02-10Remove spotlight for trait aliases and fix nitsGuillaume Gomez-1/+1
2019-02-10Add trait alias support in rustdocGuillaume Gomez-0/+21
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-155/+155
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-49/+36
2019-02-09Auto merge of #57885 - arielb1:xform-probe, r=nikomatsakisbors-0/+349
2019-02-09Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkovbors-32/+94
2019-02-08Auto merge of #58161 - davidtwco:issue-57960, r=arielb1bors-0/+39
2019-02-08Fix nll test outputEsteban Küber-1/+1
2019-02-08unused_imports: update testsPietro Albini-29/+37
2019-02-08Allow a dirty MirBuilt for make_extern and make_method_externJohn Kåre Alsaker-2/+2
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-391/+497
2019-02-08Update testsJohn Kåre Alsaker-153/+153
2019-02-07update testMark Mansi-23/+27
2019-02-07Make it an incompatibility lint for nowMark Mansi-46/+35
2019-02-07add a testmark-0/+69
2019-02-07fix existing testsmark-32/+32
2019-02-07Refactor const saturating intrinsics emulation and add unstable feature attri...Patrick McCarter-0/+2
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-52/+34
2019-02-07Add a test forbidding the use of const parameters in inner itemsvarkor-0/+37
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-78/+78
2019-02-07Parse negative literals in const generic argumentsvarkor-0/+4
2019-02-07Add warning for a parameter list with an attribute but no parametersvarkor-3/+9
2019-02-07Add test for generic parameter list solely containing an attributevarkor-0/+5
2019-02-07Adjust generic const param resolutionvarkor-28/+0
2019-02-07Adjust parser generic parameter errorsvarkor-26/+67
2019-02-07Fix ast_validation printing of const genericsvarkor-2/+2