2018-05-13 |
Vasudev Kamath | Not just comment out #[test] but entire test |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Refresh patch 2007 |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Drop patch 1001 as its now part of upstream. |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Adjust file name and path to test files in patch 2002 |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Update patch 2001_use-system-libgit2 for libgit2-sys... |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Update upstream source from tag 'upstream/0.27.0' |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | New upstream version 0.27.0 |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Add files from clap and vec_map to unsuspicious list. |
commit | commitdiff | tree |
2018-05-12 |
Vasudev Kamath | Update patch 2004 for the new release. |
commit | commitdiff | tree |
2018-05-01 |
Vasudev Kamath | Prepare upload to unstable. |
commit | commitdiff | tree |
2018-04-21 |
Vasudev Kamath | prepare release for experimental. |
commit | commitdiff | tree |
2018-04-21 |
Vasudev Kamath | Add copyright for lazycell, proc-macro, quick-error... |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Mark as unreleased |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Prepare for experimetnal release. |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Add copyright for humantime crate. |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Refresh patch 1001 with new upstream release. |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Add generate_lock_file.rs to patch 2002 |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Drop patch 1002, merged upstream |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Drop patch 2006 as the wasm32 tests are dropped. |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Drop 2003 2005 and cargo-doc.doc-base as docs can't... |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Mark package compliance with Debian Policy 4.1.4. |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Update upstream source from tag 'upstream/0.26.0' |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | New upstream version 0.26.0 |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Refresh the patch 2004 against newer Cargo.toml |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Prepare release for unstable. |
commit | commitdiff | tree |
2018-04-15 |
Vasudev Kamath | Add patch to prevent incremental builds on sparc64. |
commit | commitdiff | tree |
2018-04-06 |
bors | Auto merge of #5309 - alexcrichton:beta-next, r=alexcri... |
commit | commitdiff | tree |
2018-04-06 |
Alex Crichton | Fix another issue of poisoning too eagerly |
commit | commitdiff | tree |
2018-04-04 |
bors | Auto merge of #5291 - matklad:regression-backport,... |
commit | commitdiff | tree |
2018-04-04 |
Alex Crichton | Less aggressively poison sources on builds |
commit | commitdiff | tree |
2018-04-04 |
Alex Crichton | Remove rustfmt from Travis |
commit | commitdiff | tree |
2018-03-31 |
Ximin Luo | Update Vcs-* fields to salsa |
commit | commitdiff | tree |
2018-03-28 |
bors | Auto merge of #5255 - matklad:rustdoc-features, r=alexc... |
commit | commitdiff | tree |
2018-03-28 |
Aleksey Kladov | Restore --features args for cargo rustdoc |
commit | commitdiff | tree |
2018-03-27 |
bors | Auto merge of #5252 - matklad:new-context-new, r=alexcr... |
commit | commitdiff | tree |
2018-03-27 |
Aleksey Kladov | Supply units to the context at the point of creation |
commit | commitdiff | tree |
2018-03-27 |
bors | Auto merge of #5249 - alexcrichton:run-rustc-less,... |
commit | commitdiff | tree |
2018-03-27 |
Alex Crichton | Run `rustc` for information fewer times |
commit | commitdiff | tree |
2018-03-27 |
bors | Auto merge of #5250 - rleungx:tweak-error-message,... |
commit | commitdiff | tree |
2018-03-27 |
rleungx | address comment |
commit | commitdiff | tree |
2018-03-27 |
rleungx | tweak error message |
commit | commitdiff | tree |
2018-03-27 |
bors | Auto merge of #5205 - gibix:i2773, r=alexcrichton |
commit | commitdiff | tree |
2018-03-26 |
bors | Auto merge of #5228 - phil-opp:target-spec, r=alexcrichton |
commit | commitdiff | tree |
2018-03-26 |
bors | Auto merge of #5244 - Eijebong:tempfile, r=alexcrichton |
commit | commitdiff | tree |
2018-03-26 |
Bastien Orivel | Replace tempdir by tempfile |
commit | commitdiff | tree |
2018-03-26 |
bors | Auto merge of #5243 - alexcrichton:more-feature-sync... |
commit | commitdiff | tree |
2018-03-26 |
Alex Crichton | More effort to only compile Cargo once |
commit | commitdiff | tree |
2018-03-25 |
Philipp Oppermann | Add custom target tests |
commit | commitdiff | tree |
2018-03-25 |
Philipp Oppermann | Canonicalize paths passed as `--target` |
commit | commitdiff | tree |
2018-03-25 |
bors | Auto merge of #5232 - matklad:unit-map, r=alexcrichton |
commit | commitdiff | tree |
2018-03-24 |
Aleksey Kladov | Refactor context to extract dependencies calculation... |
commit | commitdiff | tree |
2018-03-24 |
bors | Auto merge of #5239 - alexcrichton:remove-scoped-tls... |
commit | commitdiff | tree |
2018-03-24 |
Alex Crichton | Remove scoped_tls dependency |
commit | commitdiff | tree |
2018-03-24 |
gibix | add precise test |
commit | commitdiff | tree |
2018-03-24 |
gibix | cargo fmt |
commit | commitdiff | tree |
2018-03-24 |
gibix | fix typo , drop return and intermediate vector |
commit | commitdiff | tree |
2018-03-24 |
gibix | cargo fmt |
commit | commitdiff | tree |
2018-03-24 |
gibix | fix #2773 with new precise encode |
commit | commitdiff | tree |
2018-03-24 |
bors | Auto merge of #5213 - Eh2406:faster_resolver, r=alexcri... |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | address suggestions |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | Move caching to a support struct and file |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | add comments |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | remove some loops |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | test the new backtracking does all of its bookkeeping |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | maintain an inverse-index |
commit | commitdiff | tree |
2018-03-24 |
Eh2406 | problematic extension and solution |
commit | commitdiff | tree |
2018-03-23 |
Eh2406 | A slow and ugly solution, but it works. |
commit | commitdiff | tree |
2018-03-23 |
Eh2406 | Add a test for https://github.com/rust-lang/cargo/issue... |
commit | commitdiff | tree |
2018-03-23 |
bors | Auto merge of #5200 - klausi:minimal_versions, r=Eh2406 |
commit | commitdiff | tree |
2018-03-23 |
Klaus Purer | tests(resolver): Group integration test with other... |
commit | commitdiff | tree |
2018-03-23 |
Klaus Purer | tests(resolver): Add integration test for -Z minimal... |
commit | commitdiff | tree |
2018-03-23 |
Klaus Purer | fix(resolver): Preserve lock file when sorting for... |
commit | commitdiff | tree |
2018-03-23 |
bors | Auto merge of #5233 - lukaslueg:issue5229, r=matklad |
commit | commitdiff | tree |
2018-03-23 |
Lukas Lueg | Assert that Dependency::name is never empty, prevent... |
commit | commitdiff | tree |
2018-03-23 |
bors | Auto merge of #5231 - matklad:simplify, r=alexcrichton |
commit | commitdiff | tree |
2018-03-23 |
Aleksey Kladov | Simplify `build_map` |
commit | commitdiff | tree |
2018-03-23 |
bors | Auto merge of #5230 - matthiaskrgr:newline, r=alexcrichton |
commit | commitdiff | tree |
2018-03-23 |
Matthias Krüger | add final linebreak to cargo default help message. |
commit | commitdiff | tree |
2018-03-22 |
bors | Auto merge of #5226 - jeehoonkang:doc-caret, r=alexcrichton |
commit | commitdiff | tree |
2018-03-22 |
Jeehoon Kang | doc: Clarify the meaning of caret requirements |
commit | commitdiff | tree |
2018-03-22 |
bors | Auto merge of #5225 - matthiaskrgr:revert_pr5223, r... |
commit | commitdiff | tree |
2018-03-22 |
Matthias Krüger | Revert "manifest: update default lto for release and... |
commit | commitdiff | tree |
2018-03-22 |
Vasudev Kamath | Prepare upload to unstable. |
commit | commitdiff | tree |
2018-03-22 |
bors | Auto merge of #5217 - matklad:known-crate-types, r... |
commit | commitdiff | tree |
2018-03-22 |
bors | Auto merge of #5223 - matthiaskrgr:manifest_update... |
commit | commitdiff | tree |
2018-03-22 |
Matthias Krüger | manifest: update default lto for release and bench... |
commit | commitdiff | tree |
2018-03-22 |
bors | Auto merge of #5222 - AdamNiederer:patch-1, r=matklad |
commit | commitdiff | tree |
2018-03-22 |
Adam Niederer | Add docstrings to CleanOptions |
commit | commitdiff | tree |
2018-03-21 |
bors | Auto merge of #5219 - mbrubeck:doc, r=alexcrichton |
commit | commitdiff | tree |
2018-03-21 |
Matt Brubeck | Fix usage text for cargo install |
commit | commitdiff | tree |
2018-03-21 |
bors | Auto merge of #5186 - infinity0:stricter-need-dev-deps... |
commit | commitdiff | tree |
2018-03-21 |
bors | Auto merge of #5204 - lukaslueg:issue5199, r=alexcrichton |
commit | commitdiff | tree |
2018-03-21 |
Ximin Luo | Remove Cargo.lock when cleaning, fixes build when check... |
commit | commitdiff | tree |
2018-03-21 |
Ximin Luo | Don't require dev-dependencies when not needed in certa... |
commit | commitdiff | tree |
2018-03-21 |
Aleksey Kladov | Preprobe info for known crate type |
commit | commitdiff | tree |
2018-03-20 |
Klaus Purer | docs(tests): Add comment |
commit | commitdiff | tree |
2018-03-20 |
Klaus Purer | tests(resolver): Add test for minimum dependency versions |
commit | commitdiff | tree |
2018-03-20 |
Klaus Purer | docs(resolver): Comment for what the minimal_versions... |
commit | commitdiff | tree |
2018-03-20 |
Klaus Purer | feat(resolver): Add CLI option to resolve minimal versi... |
commit | commitdiff | tree |
2018-03-20 |
bors | Auto merge of #5215 - alexcrichton:update-version,... |
commit | commitdiff | tree |
next |