| 2018-03-12 |
Eh2406 | reduce the mut args to find_candidate |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Eh2406 | this test is slow because it runs the same searches... |
commit | commitdiff | tree | snapshot |
| 2018-03-11 |
bors | Auto merge of #5164 - matthiaskrgr:redundant_dep, r... |
commit | commitdiff | tree | snapshot |
| 2018-03-11 |
Matthias Krüger | remove "filetime 0.1" dependency from dev profile,... |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
bors | Auto merge of #5160 - ishitatsuyuki:patch-1, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Tatsuyuki Ishi | Remove unused import |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
bors | Auto merge of #5159 - ishitatsuyuki:patch-1, r=Mark... |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Tatsuyuki Ishi | Remove redundant recursion_limit |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
bors | Auto merge of #5126 - gilescope:cycle-error-message... |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
Giles Cope | Clippy complains about unused in derived code. |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
bors | Auto merge of #5157 - Eh2406:more_interning, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
Eh2406 | delay calls to `to_inner` |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
Eh2406 | Dependency.name to InternedString |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Eh2406 | PackageId.name to InternedString |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Giles Cope | Switch to exhaustive matches in tests. |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
bors | Auto merge of #5150 - Eh2406:more_interning, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Eh2406 | intern links attribute |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
bors | Auto merge of #5147 - Eh2406:restucture, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Eh2406 | restructure `Activations` for better clone |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
Giles Cope | As pointed out by Jacob, we can display the ordered... |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
bors | Auto merge of #5121 - Eh2406:string_interning, r=alexcr... |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
Eh2406 | use `Deref` instead of an explicit function |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
Eh2406 | use `into_boxed_str` to shrink before we leek |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
bors | Auto merge of #5012 - infinity0:pr4988, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
Ximin Luo | Work around #5134 for now |
commit | commitdiff | tree | snapshot |
| 2018-03-07 |
bors | Auto merge of #5138 - alexcrichton:small-opt, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Alex Crichton | Retain a vector instead of reallocating |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Eh2406 | add unsafe |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
bors | Auto merge of #5135 - matklad:drop-ignored-tests, r... |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Alex Crichton | Optimize SourceId::crates_io |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Eh2406 | and links just to be throw |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Eh2406 | intern the features |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Eh2406 | make a global string interner |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Aleksey Kladov | Drop ignored tests |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Ximin Luo | Revert "Make the default behaviour of `cargo build... |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
bors | Auto merge of #5132 - Eh2406:less_clones, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Eh2406 | don't clone a BacktrackFrame if we are not going to... |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Ximin Luo | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Giles Cope | Neater error message. Tests now check the cycle is... |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
bors | Auto merge of #5127 - ehuss:incremental-doc, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Eric Huss | Fix reference docs for "incremental" in the wrong place. |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
bors | Auto merge of #5122 - acmcarther:acm-emit-features... |
commit | commitdiff | tree | snapshot |
| 2018-03-06 |
Giles Cope | Error message for package cycles lists the packages... |
commit | commitdiff | tree | snapshot |
| 2018-03-05 |
Alex McArther | Repair the other metadata tests |
commit | commitdiff | tree | snapshot |
| 2018-03-05 |
Alex McArther | Emit resolve.features in "cargo metadata" |
commit | commitdiff | tree | snapshot |
| 2018-03-04 |
bors | Auto merge of #5119 - alexcrichton:no-clone-index-in... |
commit | commitdiff | tree | snapshot |
| 2018-03-04 |
Alex Crichton | Update a test to not clone the real index |
commit | commitdiff | tree | snapshot |
| 2018-03-04 |
bors | Auto merge of #5118 - Eh2406:more_rc, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-04 |
Eh2406 | use more Rc in the part of resolver that gets cloned... |
commit | commitdiff | tree | snapshot |
| 2018-03-03 |
bors | Auto merge of #5112 - Eh2406:cache_queries, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-03 |
Eh2406 | Use `HashMap` insted of `BTreeMap` |
commit | commitdiff | tree | snapshot |
| 2018-03-03 |
Eh2406 | `Context` no longer needs replacements nor its lifetime |
commit | commitdiff | tree | snapshot |
| 2018-03-03 |
Eh2406 | Make a `RegistryQueryer` to own the cache |
commit | commitdiff | tree | snapshot |
| 2018-03-03 |
Ximin Luo | Merge remote-tracking branch 'upstream/master' into... |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
bors | Auto merge of #5110 - alexcrichton:reset-harder, r... |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
Alex Crichton | Try a lot harder to recover corrupt git repos |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
Eh2406 | Cache the query result. |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
bors | Auto merge of #5111 - ehuss:bashc-toolchains, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
Eric Huss | Support +toolchain rustup override in bash completions. |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
bors | Auto merge of #5095 - tdbgamer:master, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
bors | Auto merge of #5104 - Eh2406:bug_fix, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
Eh2406 | This test should pass if we have tried to `update regis... |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
Eh2406 | get ci green; don't clone more than we need |
commit | commitdiff | tree | snapshot |
| 2018-03-02 |
Eh2406 | missed this important bug |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Timothy Bess | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Timothy Bess | Issue #5087 |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
bors | Auto merge of #5100 - alexcrichton:better-dep-ordering... |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Alex Crichton | Improve Cargo's scheduling of builds |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
bors | Auto merge of #5000 - Eh2406:i4347, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
bors | Auto merge of #5103 - alexcrichton:no-hamcrest, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Alex Crichton | Drop outdated hamcrest dependency |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Eh2406 | fix cause and the error messages |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Alex Crichton | Fold cargotest into testsuite |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Eh2406 | One more todo to fix |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Eh2406 | fix the todo's |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Eh2406 | WIP: make it recurs if activation fails |
commit | commitdiff | tree | snapshot |
| 2018-03-01 |
Eh2406 | add a test for cargo/issues/4347 |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
bors | Auto merge of #5093 - alexcrichton:include-cargo-lock... |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
Alex Crichton | Package lock files in published crates |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
Timothy Bess | Issue #5087 |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
Timothy Bess | Revert "Issue #5087 * fix broken test case" |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
Timothy Bess | Issue #5087 |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
bors | Auto merge of #5097 - matklad:end-of-tls-saga-hopefully... |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
Aleksey Kladov | Revert "Warn Windows 7 users about old TLS" |
commit | commitdiff | tree | snapshot |
| 2018-02-28 |
Timothy Bess | Issue #5087 |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
Alex Crichton | Respect lock files in crates.io crates |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
bors | Auto merge of #5091 - alexcrichton:update-git2, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
Alex Crichton | Update git2 to 0.7.0 |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
bors | Auto merge of #5070 - Eh2406:clippy, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
bors | Auto merge of #5059 - tobywhughes:master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
Eh2406 | one more use of entry |
commit | commitdiff | tree | snapshot |
| 2018-02-27 |
Eh2406 | some simple clippy things V2 |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
bors | Auto merge of #5081 - matklad:document-not-all-the... |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
Toby Hughes | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
Toby Hughes | Added tests for clean with verbose output |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
Eh2406 | use entry to not hash twice thanks clippy |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
Eh2406 | intellij rust suggested fixes |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
bors | Auto merge of #5083 - matklad:Cargo-the-tool-1.0, r... |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
bors | Auto merge of #5069 - matklad:win7-y-u-no-tls, r=alexcr... |
commit | commitdiff | tree | snapshot |
| 2018-02-26 |
Aleksey Kladov | Make cargo-the-binary version the same as the Rust... |
commit | commitdiff | tree | snapshot |
| next |