projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9c78c3a
101f2b0
)
Auto merge of #5572 - kngwyu:for-racer, r=alexcrichton
author
bors
<bors@rust-lang.org>
Sun, 27 May 2018 19:55:37 +0000
(19:55 +0000)
committer
bors
<bors@rust-lang.org>
Sun, 27 May 2018 19:55:37 +0000
(19:55 +0000)
Make add_overrides and get_resolved_packages pub
For https://github.com/racer-rust/racer/pull/855.
Now we're planning to use cargo to resolve dependencies, but for RLS we can't write `Cargo.lock`.
So we have to call `resolve_with_previous` directly, and want to use these functions.
Trivial merge