about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-06-02Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-1/+1
2017-06-02Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddybbors-0/+9
2017-06-02Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakisMark Simulacrum-1/+1
2017-06-02Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisabors-0/+75
2017-06-01fix ui referenceNiko Matsakis-1/+1
2017-06-01remove `layout_cache` and fix `-Z print-type-sizes`Niko Matsakis-0/+9
2017-06-01Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakisbors-24/+19
2017-06-01Adding support for the llvm `prefetch` intrinsicFalco Hirschenberger-0/+75
2017-06-01tests: fix fallout from changing the span of binop errors.Eduard-Mihai Burtescu-24/+19
2017-06-01Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakisCorey Farwell-0/+57
2017-06-01Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=SusurrusCorey Farwell-7/+7
2017-06-01Rollup merge of #42286 - ollie27:rustdoc_assoc_const, r=GuillaumeGomezCorey Farwell-0/+18
2017-06-01Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakisCorey Farwell-10/+8
2017-06-01Rollup merge of #42136 - petrochenkov:oldhard, r=nikomatsakisCorey Farwell-64/+52
2017-05-31rustdoc: Cleanup associated const value renderingOliver Middleton-0/+18
2017-05-31Improve error message for const extern fnManish Goregaokar-1/+1
2017-05-31Rollup merge of #42330 - qnighy:macro-named-default, r=petrochenkovMark Simulacrum-0/+27
2017-05-31Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakisMark Simulacrum-2/+7
2017-05-31Parse macros named "default" correctly.Masaki Hara-0/+27
2017-05-31Update closure errors to use `span_note`Tommy Ip-4/+5
2017-05-30associated_consts: check trait obligations and regionck for associated constsSean McArthur-0/+57
2017-05-30Fix signature by adding parens when neededGuillaume Gomez-0/+15
2017-05-30Turn `invalid_type_param_default` into a lint againVadim Petrochenkov-0/+5
2017-05-30Turn public reexporting of private extern crates into a lint againVadim Petrochenkov-0/+4
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-65/+44
2017-05-30Add new error codeGuillaume Gomez-7/+7
2017-05-30Update fn_once-moved testTommy Ip-2/+6
2017-05-30Auto merge of #42282 - Mark-Simulacrum:issue-40342, r=arielb1bors-2/+8
2017-05-29Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrusbors-156/+202
2017-05-29Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=...bors-1/+102
2017-05-29Auto merge of #42262 - Mark-Simulacrum:issue-40350, r=eddybbors-0/+24
2017-05-28Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakisbors-0/+3
2017-05-28Don't warn on lifetime generic no_mangle functions.Mark Simulacrum-2/+8
2017-05-28Auto merge of #41917 - arielb1:mir-array, r=nagisabors-0/+265
2017-05-28use Eq instead of Lt in loopAriel Ben-Yehuda-0/+43
2017-05-28move "ADT master drop flag" logic to `open_drop_for_adt_contents`Ariel Ben-Yehuda-0/+211
2017-05-28translate array drop glue using MIRAriel Ben-Yehuda-0/+11
2017-05-27Rollup merge of #42251 - nikomatsakis:issue-42210-regr-unsized-tail, r=eddybMark Simulacrum-0/+29
2017-05-27Rollup merge of #42249 - Mark-Simulacrum:issue-40244, r=eddybMark Simulacrum-5/+9
2017-05-27Rollup merge of #42217 - venkatagiri:issue_39974, r=Mark-SimulacrumMark Simulacrum-0/+21
2017-05-27Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddybMark Simulacrum-529/+0
2017-05-27Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturonbors-52/+0
2017-05-27Add invalid unary operator usage error codeGuillaume Gomez-2/+15
2017-05-27Fix ICE on inner enum in missing docs lint.Mark Simulacrum-0/+24
2017-05-27Add new error codes and update testsGuillaume Gomez-154/+154
2017-05-27Auto merge of #42103 - jorendorff:master, r=estebankbors-2/+5
2017-05-27Add new error codesGuillaume Gomez-0/+33
2017-05-27Allow variadic functions with cdecl calling convention.Mark Simulacrum-5/+9
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-54/+21
2017-05-26extend `struct_tail` to operate over closuresNiko Matsakis-0/+29