Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / nikomatsakis/cargo-incremental issues and pull requests
#59 - error: unknown debugging option: `incremental`
Issue -
State: open - Opened by matthiaskrgr about 4 years ago
#58 - Update build time parsing and git2 dependency.
Pull Request -
State: closed - Opened by michaelwoerister almost 7 years ago
#57 - Always set CARGO_INCREMENTAL to zero.
Pull Request -
State: closed - Opened by michaelwoerister about 7 years ago
#56 - Bump version.
Pull Request -
State: closed - Opened by michaelwoerister about 7 years ago
#55 - Fix after incremental compilation has become default for some kinds of builds.
Pull Request -
State: closed - Opened by michaelwoerister about 7 years ago
#54 - Enable -Zincremental-verify-ich for all tests.
Pull Request -
State: closed - Opened by michaelwoerister about 7 years ago
#53 - Enable -Zincremental-queries
Pull Request -
State: closed - Opened by michaelwoerister over 7 years ago
#52 - Turn off -Zincremental-cc now that red/green is active.
Pull Request -
State: closed - Opened by michaelwoerister over 7 years ago
- 1 comment
#51 - Adapt to new output format of `cargo test`
Pull Request -
State: closed - Opened by michaelwoerister over 7 years ago
#50 - Drop rustc-serialize dependency
Issue -
State: open - Opened by dtolnay almost 8 years ago
#49 - bump version
Pull Request -
State: closed - Opened by michaelwoerister almost 8 years ago
#48 - Always add the -Zincremental-cc flag now that metadata hashing is implemented.
Pull Request -
State: closed - Opened by michaelwoerister almost 8 years ago
#47 - Bump version
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#46 - Abort build if repo is on invalid branch
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#45 - Provide a way to forward cli-args to cargo
Issue -
State: open - Opened by michaelwoerister about 8 years ago
#44 - The `build` and `replay` subcommands take the same cli args but shouldn't.
Issue -
State: open - Opened by michaelwoerister about 8 years ago
#43 - The `build` command can mess up the git index.
Issue -
State: closed - Opened by michaelwoerister about 8 years ago
- 1 comment
#42 - Implement a "test" subcommand.
Issue -
State: open - Opened by michaelwoerister about 8 years ago
- 2 comments
#41 - Add --skip-reuse-check commandline flag
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#40 - bump version
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#39 - Always run `cargo clean` before compiling to make sure rustc always runs.
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#38 - bump version
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#37 - Fix the --just-current option.
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#36 - Add --verbose flag for more commandline output.
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#35 - Add time stamps to console output.
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#34 - Immediately forward cargo output in build-mode.
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#33 - Let *build* not create a checkpoint if there are no changes.
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#32 - Fix re use tests
Pull Request -
State: closed - Opened by michaelwoerister about 8 years ago
#31 - Fix issues occuring on OS X
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#30 - Update some dependencies to fix build issue
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#29 - Disable unneeded libgit2-rs features.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#28 - Make some minor improvements to commandline output.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
- 1 comment
#27 - Bump version for publishing on crates.io
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#26 - Add --skip-tests and --no-debuginfo
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#25 - Bump version
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#24 - Don't reverse result of dfs::find_path() and add unit tests.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#23 - Clean up --cli-log output.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
- 1 comment
#22 - Change how test revisions are specified.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
- 2 comments
#21 - Make replay-mode compare incremental compilation caches.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#20 - Read commit range from --revisions instead of branch name.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
- 1 comment
#19 - Add standard RUST_LOG facilities.
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
#18 - Add --cli-log to replay mode
Pull Request -
State: closed - Opened by michaelwoerister over 8 years ago
- 1 comment
#17 - Replay mode should support verbose commandline output
Issue -
State: closed - Opened by michaelwoerister over 8 years ago
- 1 comment
#16 - Move build() to the top of build.rs.
Pull Request -
State: closed - Opened by ekse over 8 years ago
- 1 comment
#15 - canonicalize Cargo.toml path
Pull Request -
State: closed - Opened by spastorino over 8 years ago
- 1 comment
#14 - error: failed to find repository containing `Cargo.toml`: [6/-1] The `.git` file at '...' is malformed
Issue -
State: closed - Opened by spastorino over 8 years ago
- 1 comment
#13 - [WIP] Implement build command.
Pull Request -
State: closed - Opened by ekse over 8 years ago
- 3 comments
#12 - Compare the number of tests found with the test summary lines.
Pull Request -
State: closed - Opened by ekse over 8 years ago
- 1 comment
#11 - Compare number of tests found with the expected number in summary
Issue -
State: closed - Opened by ekse over 8 years ago
- 1 comment
#10 - Adjust regex for parsing tests results (#9).
Pull Request -
State: closed - Opened by ekse over 8 years ago
- 1 comment
#9 - Bug: cargo_test is reporting more tests than expected
Issue -
State: closed - Opened by ekse over 8 years ago
- 1 comment
#8 - build mode unimplemented
Issue -
State: closed - Opened by nikomatsakis over 8 years ago
- 1 comment
#7 - resume from C-c
Issue -
State: open - Opened by nikomatsakis over 8 years ago
#6 - random fozzy bear jokes
Issue -
State: closed - Opened by nikomatsakis over 8 years ago
- 1 comment
#5 - Test for 100% reuse when no changes
Issue -
State: closed - Opened by nikomatsakis over 8 years ago
- 1 comment
#4 - Compare `.o` or `.bc` files from incremental directory
Issue -
State: closed - Opened by nikomatsakis over 8 years ago
- 1 comment
#3 - Use reverse-post-order to create list of commits
Issue -
State: closed - Opened by nikomatsakis over 8 years ago
#2 - Test for recent compiler version
Issue -
State: open - Opened by nikomatsakis over 8 years ago
#1 - Failure report
Issue -
State: open - Opened by nikomatsakis over 8 years ago