about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-06-04Auto merge of #61454 - lzutao:ice-rotate_left, r=RalfJungbors-1/+35
2019-06-04Fix integer overflow in rotate_leftLzu Tao-1/+35
2019-06-04Auto merge of #61437 - christianpoveda:const-eval-indirects, r=wesleywiser,ol...bors-2/+26
2019-06-04Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelixbors-1261/+724
2019-06-03Add const-eval support for indirectsChristian Poveda-2/+26
2019-06-04Rollup merge of #61499 - varkor:issue-53457, r=oli-obkMazdak Farrokhzad-0/+15
2019-06-04Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasperMazdak Farrokhzad-0/+23
2019-06-04Rollup merge of #61444 - estebank:const-pt-as-ref, r=matthewjasperMazdak Farrokhzad-0/+18
2019-06-04Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddybMazdak Farrokhzad-1/+21
2019-06-04Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obkMazdak Farrokhzad-0/+18
2019-06-03Auto merge of #59148 - lcnr:unchecked_maths, r=eddybbors-0/+116
2019-06-03add ui tests for unchecked mathlcnr/Bastian Kauschke-0/+70
2019-06-03Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertjbors-0/+64
2019-06-03Add ui/impl-trait/issues foldervarkor-0/+0
2019-06-03Add a regression test for #53457varkor-0/+15
2019-06-03Add nested must_use variantvarkor-1/+11
2019-06-03Specify tuple element in lint messagevarkor-10/+10
2019-06-03Add function call to testvarkor-4/+18
2019-06-03Use precise span for must_use tuple componentsvarkor-3/+23
2019-06-03Add test for #[must_use] in tuplesvarkor-0/+20
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-1261/+724
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-1/+1
2019-06-03add codegen test for unchecked mathlcnr/Bastian Kauschke-0/+46
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-0/+20
2019-06-03Allow `true` and `false` in const generic argumentsvarkor-0/+2
2019-06-03Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkorbors-9/+101
2019-06-03Auto merge of #61361 - estebank:infer-type, r=varkorbors-31/+31
2019-06-02Use a type implementing DropChris Gregory-2/+18
2019-06-02Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centrilbors-21/+143
2019-06-02Rollup merge of #61441 - estebank:fn-call-in-match, r=varkorMazdak Farrokhzad-4/+12
2019-06-02Rollup merge of #61438 - estebank:generics-span, r=varkorMazdak Farrokhzad-11/+36
2019-06-02Rollup merge of #61423 - davidtwco:correct-symbol-mangling, r=eddybMazdak Farrokhzad-6/+6
2019-06-02Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddybMazdak Farrokhzad-0/+89
2019-06-01Suggest using `as_ref` on `*const T`Esteban Küber-0/+18
2019-06-02Add regression test for #61422varkor-0/+21
2019-06-02Add error for pattern-matching on arrays without a fixed sizevarkor-0/+26
2019-06-02Fix unwrapping usize issue with transparent MaybeUnit array wrappervarkor-0/+17
2019-06-01Add testChris Gregory-0/+7
2019-06-01Tweak wording when encountering `fn` call in patternEsteban Küber-4/+12
2019-06-01Account for cases where we can find the type arg name, but the local name is `_`Esteban Küber-5/+5
2019-06-01review comment: tweak wordingEsteban Küber-34/+34
2019-06-01Explain that `impl Trait` introduces an implicit type argumentEsteban Küber-1/+5
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-11/+11
2019-06-01Point at individual type arguments on arg count mismatchEsteban Küber-9/+30
2019-06-01codegen: change `$6d$` to `$u6d$`David Wood-6/+6
2019-05-31Make generics always have a valid spanEsteban Küber-4/+4
2019-06-01Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkovMazdak Farrokhzad-214/+142
2019-06-01Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=CentrilMazdak Farrokhzad-10/+8
2019-06-01Rollup merge of #61263 - GuillaumeGomez:valid-html, r=ManishearthMazdak Farrokhzad-3/+3
2019-06-01Rollup merge of #60729 - matthewjasper:leak-after-into, r=nikomatsakisMazdak Farrokhzad-1/+91