about summary refs log tree commit diff
path: root/library/core/src/ops
AgeCommit message (Expand)AuthorLines
2022-12-19Update coerce_unsized tracking issue from #27732 to #18598Anders Kaseorg-11/+11
2022-12-10Correct wrong note for short circuiting operatorsest31-4/+4
2022-11-15Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er...Matthias Krüger-6/+0
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-3/+6
2022-11-13Remove unused diagnostic itemsMaybe Waffle-6/+0
2022-11-07Fix `const_fn_trait_ref_impl`, add test for itonestacked-10/+15
2022-11-06Fix rebase errorsMark Rousskov-0/+3
2022-11-06cfg-step codeMark Rousskov-3/+3
2022-11-05Merge conflicts and rebase onto masterMichael Goulet-3/+0
2022-11-05Enforce Tuple trait on Fn traitsMichael Goulet-0/+321
2022-11-01Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcmManish Goregaokar-1/+3
2022-10-26Print the precondition we violated, and visible through output captureBen Kimock-1/+6
2022-10-19Derive `Eq` and `Hash` for `ControlFlow`inquisitivecrystal-1/+3
2022-09-30Fixed Documentation for wrap_mut_2_imponestacked-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-83/+2
2022-09-26replace stabilization placeholdersPietro Albini-1/+1
2022-09-23Constify Residual behind const_tryonestacked-0/+1
2022-09-23Constifed Try traitonestacked-8/+12
2022-09-22Constify {FormResidual, Try} for ControlFlowonestacked-2/+4
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-31/+40
2022-09-19Optimize `array::IntoIter`Scott McMurray-0/+169
2022-09-16Add `const_trait` to `Allocator`Deadbeef-0/+3
2022-09-16append_const_msg for std traitsDeadbeef-31/+8
2022-09-16Mark `Drop` with `#[const_trait]`Deadbeef-0/+1
2022-09-16Add more `const_trait` annotationsDeadbeef-3/+21
2022-09-16Add `const_trait`sDeadbeef-0/+8
2022-09-16Require `#[const_trait]` for `const` `impl`sDeadbeef-0/+2
2022-09-14Added Tracking Issue number.onestacked-5/+5
2022-09-14Constify impl Fn* &(mut) Fn*onestacked-10/+15
2022-09-08Generator return doesn't need to be a lang itemMichael Goulet-1/+1
2022-09-04Address nits, rename enclosing_scope => parent_labelMichael Goulet-2/+82
2022-08-27Partially stabilize `bound_as_ref` by stablizing `Bound::as_ref`Ryan Lopopolo-1/+1
2022-08-23Fix links to error codesGuillaume Gomez-1/+1
2022-07-20Add map_continue and continue_value combinators to ControlFlowbenluelo-0/+35
2022-06-20Add a link to the unstable book page on Generator doc commentYuki Okushi-1/+2
2022-05-27Finish bumping stage0Mark Rousskov-1/+0
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+25
2022-04-05Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...Dylan DPC-0/+18
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-3/+6
2022-04-04Fix bogus tidy errorsMichael Howell-0/+3
2022-04-04diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMutMichael Howell-0/+12
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+3
2022-04-03Improve doc example of DerefMutNikolaos Chatzikonstantinou-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-3/+3
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-1/+1
2022-02-24Rollup merge of #94283 - hellow554:stable_flow_control, r=Dylan-DPCMatthias Krüger-2/+0
2022-02-23remove feature gate in control_flow examplesMarcel Hellwig-2/+0
2022-02-22Constify slice indexingDeadbeef-1/+1
2022-02-19rustdoc: several minor fixesmqy-1/+1
2022-02-12Improve error messages even moreDeadbeef-0/+1