about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-06-04Rollup merge of #61135 - czipperz:rc-make_mut-weak-doc, r=Mark-SimulacrumMazdak Farrokhzad-7/+27
2019-06-04Auto merge of #61467 - Manishearth:clippyup, r=Manishearthbors-10/+25
2019-06-03Add regression testEsteban Küber-0/+15
2019-06-03Update clippyManish Goregaokar-10/+25
2019-06-03Auto merge of #59148 - lcnr:unchecked_maths, r=eddybbors-2/+198
2019-06-03Only show methods that appear in the impl block for types in the Implementors...Edward Barnard-8/+13
2019-06-03Fix cfg(test) build for x86_64-fortanix-unknown-sgxJethro Beekman-1/+2
2019-06-03add ui tests for unchecked mathlcnr/Bastian Kauschke-0/+70
2019-06-03get rid of real_intrinsics moduleRalf Jung-27/+16
2019-06-03Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertjbors-42/+136
2019-06-03Fix regression #61475Esteban Küber-7/+11
2019-06-03Treat 0 as special value for codegen-units-stdMark Rousskov-9/+10
2019-06-03Add ui/impl-trait/issues foldervarkor-0/+0
2019-06-03Re-add needed Immediate dependencyTankhouseAle-1/+1
2019-06-03Add a regression test for #53457varkor-0/+15
2019-06-03Re-add type_name.rs changesTankhouseAle-5/+12
2019-06-03Re-add intrinsics.rs changesTankhouseAle-0/+10
2019-06-03Re-add test fileTankhouseAle-0/+37
2019-06-03Do not panic in tidy on unbalanced parentheses in cfg'sMark Rousskov-3/+5
2019-06-03Add nested must_use variantvarkor-1/+11
2019-06-03Specify tuple element in lint messagevarkor-13/+16
2019-06-03Add function call to testvarkor-4/+18
2019-06-03Fix issue with recursively encountering uninhabited typevarkor-11/+10
2019-06-03Use precise span for must_use tuple componentsvarkor-7/+38
2019-06-03Add test for #[must_use] in tuplesvarkor-2/+22
2019-06-03Warn for #[must_use] in tuplesvarkor-36/+53
2019-06-04Update src/libcore/tests/slice.rskennytm-1/+1
2019-06-03ci: Reenable step timings on AppVeyorAlex Crichton-0/+2
2019-06-03Don't canonicalize `'static` in normalizeMatthew Jasper-4/+204
2019-06-03Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPCbors-11/+11
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-1261/+724
2019-06-03Use `UseSpans` in cannot move errorsMatthew Jasper-6/+22
2019-06-03Improve cannot move errorsMatthew Jasper-209/+320
2019-06-03rustc: remove `ArgSource`David Wood-12/+0
2019-06-03rustc: construct statement vector directlyDavid Wood-19/+6
2019-06-03rustc: use lowering helpersDavid Wood-55/+28
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-74/+27
2019-06-03Don't try to lower ReEmpty in NLLMatthew Jasper-0/+18
2019-06-03Add method to note types don't implement `Copy`Matthew Jasper-25/+38
2019-06-03Add `is_ref_for_guard` methodMatthew Jasper-16/+13
2019-06-03Auto merge of #57214 - Zoxc:no-local-interners, r=eddybbors-27/+30
2019-06-03add codegen test for unchecked mathlcnr/Bastian Kauschke-0/+46
2019-06-03add unchecked math intrinsicslcnr/Bastian Kauschke-2/+40
2019-06-03add support for unchecked mathlcnr/Bastian Kauschke-0/+42
2019-06-03ci: retry s3 upload on azure if it failsPietro Albini-1/+2
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-155/+317
2019-06-03syntax/rustc: move `mark_span_with_reason` back.David Wood-37/+35
2019-06-03syntax: revert `ast::AsyncArgument` and associated changes.Eduard-Mihai Burtescu-520/+108
2019-06-03Allow `true` and `false` in const generic argumentsvarkor-3/+9
2019-06-03Allow TraitRef as AnonConst parentvarkor-73/+82