summaryrefslogtreecommitdiff
path: root/core/ops_metrics.rs
AgeCommit message (Expand)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-07-01fix(core): remove unsafe in OpsTracker (#15025)Nugine
2022-06-26build: require safety comments on unsafe code (#13870)Luca Casonato
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-03-08perf(core): micro-optimize OpsTracker (#13868)Aaron O'Mullan
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek IwaƄczuk
2021-10-24fix(core): avoid op_state.borrow_mut() for OpsTracker (#12525)Aaron O'Mullan
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan