Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Document -Zinstrument-coverage S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#78616 by richkadel was merged Nov 3, 2020 Loading… 1.49.0
Make codegen coverage_context optional, and check A-codegen Area: Code generation S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#78300 by richkadel was merged Oct 24, 2020 Loading… 1.49.0
[WIP] Working expression optimization, and some improvements to branch-level source coverage S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#78040 by richkadel was closed Oct 23, 2020 Loading…
rust-demangler tool strips crate disambiguators with < 16 digits C-bug Category: This is a bug. merged-by-bors This PR was explicitly merged by bors. O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77627 by richkadel was merged Oct 9, 2020 Loading… 1.49.0
Working branch-level code coverage merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#77080 by richkadel was merged Oct 5, 2020 Loading… 1.49.0
Make graphviz font configurable S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76794 by richkadel was merged Sep 16, 2020 Loading… 1.48.0
Optimize behavior of vec.split_off(0) (take all) I-slow Issue: Problems and improvements with respect to performance of generated code. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#76682 by richkadel was merged Sep 15, 2020 Loading… 1.48.0
Add -Zgraphviz_dark_mode and monospace font fix A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html A-pretty Area: Pretty printing (including `-Z unpretty`) B-unstable Blocker: Implemented in the nightly compiler and unstable. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#76500 by richkadel was merged Sep 10, 2020 Loading… 1.48.0
Update llvm-project to include PR 73 merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76341 by richkadel was merged Sep 6, 2020 Loading… 1.48.0
Improved the MIR spanview output S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76313 by richkadel was merged Sep 10, 2020 Loading… 1.48.0
Suppress new profiler_builtins warning since LLVM 11 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#76224 by richkadel was closed Sep 6, 2020 Loading…
Add new -Z dump-mir-spanview option S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76074 by richkadel was merged Sep 2, 2020 Loading… 1.48.0
Tools, tests, and experimenting with MIR-derived coverage counters merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76004 by richkadel was merged Sep 4, 2020 Loading… 1.48.0
Adds two source span utility functions used in source-based coverage S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76003 by richkadel was merged Sep 1, 2020 Loading… 1.48.0
Fix -Z instrument-coverage on MSVC S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76002 by richkadel was merged Sep 1, 2020 Loading… 1.48.0
Adds --bless support to test/run-make-fulldeps S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#76000 by richkadel was merged Aug 28, 2020 Loading… 1.48.0
Add InstrProfilingPlatformFuchsia.c to profiler_builtins S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#75998 by richkadel was merged Aug 28, 2020 Loading… 1.48.0
[Draft] Tools and tests to experimentally add more counters per function S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#75828 by richkadel was closed Aug 27, 2020 Draft
Moved coverage counter injection from BasicBlock to Statement. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#75563 by richkadel was merged Aug 20, 2020 Loading… 1.47.0
Change registered "program name" for -Cllvm-args usage messages S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#75471 by richkadel was merged Aug 14, 2020 Loading… 1.47.0
LLVM IR coverage encoding aligns closer to Clang's merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#75416 by richkadel was merged Aug 14, 2020 Loading… 1.47.0
Completes support for coverage in external crates A-spurious Area: Spurious failures in builds (spuriously == for no apparent reason) merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#75037 by richkadel was merged Aug 5, 2020 Loading… 1.47.0
Rust function-level coverage now works on external crates merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#74959 by richkadel was merged Jul 31, 2020 Loading… 1.47.0
WIP: Injects counters before every block (experimental only) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#74856 by richkadel was closed Aug 24, 2020 Draft
Fixed coverage map issues; better aligned with LLVM APIs merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#74733 by richkadel was merged Jul 29, 2020 Loading… 1.47.0
ProTip! Follow long discussions with comments:>50.