| 2018-03-10 |
Aleksey Kladov | Introduce ArgMatchesExt trait |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Inline `config_from_args` |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Rename CommonArgs -> AppExt |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Reorganize subcommands as a separate submodule |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Move command_prelude to a separate file |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Introduce command_prelude module |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
Aleksey Kladov | Make command-line arguments owned |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
Aleksey Kladov | Validate that `jobs` argument is a number |
commit | commitdiff | tree | snapshot |
| 2018-03-09 |
Aleksey Kladov | Unwind stack for cli errors |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Remove dead code |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Remove docopt dependency |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Fix after rebase |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Fix typo |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Remove dead code |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Fix `--explain` |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Support list subcommand |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Support aliases |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Fix more tests by updating error messages |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Unignore test which now passes |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Disable `cargo help -h` |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Fix verify-project command |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Support built-in aliases |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Support external subcommands |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Cleanup |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Restore global initialization |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Use exit code 1 for command line parsing errors |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Fix some trivially fixable tests |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Drop old commands |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move the rest of the commands to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move uninstall to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move test to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move search to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Don't copy-paste index argument |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Don't copy-paste package argument |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move rustdoc to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move rustc to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move run to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move read-manifest to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move publish to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move pkgid to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move package to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move owner to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move new to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move metadata to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move login to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move locate-project to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move install to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Specify frozen & locked for all commands simultaneously |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move init to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move git-checkout to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move generate-lockfile to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move fetch to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move doc to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move clean to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Move check to clap |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Temporarly ignore some tests |
commit | commitdiff | tree | snapshot |
| 2018-03-08 |
Aleksey Kladov | Port bench and build to clap |
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 |
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 |
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-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 |
| next |