| 2018-03-19 |
lukaslueg | Update CONTRIBUTING.md |
commit | commitdiff | tree | snapshot |
| 2018-03-17 |
bors | Auto merge of #5187 - Eh2406:faster_resolver, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2018-03-17 |
Eh2406 | When activating for the better error messages don't... |
commit | commitdiff | tree | snapshot |
| 2018-03-17 |
Eh2406 | When test backtracking include conflicts in `remaining_... |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
bors | Auto merge of #5197 - matklad:neater-tests, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Aleksey Kladov | Slightly improve ergonomics of writing Cargo tests |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Eh2406 | Revert "Clean the `backtrack_stack` so we don't backtra... |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Eh2406 | remove duplicated adding to the cache |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
bors | Auto merge of #5192 - matklad:hash-set-all-the-way... |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Aleksey Kladov | Avoid intermediate vector |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
bors | Auto merge of #5196 - matklad:clapclapclap, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Aleksey Kladov | Fix a regression with parsing multivalue options |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
bors | Auto merge of #5193 - matklad:deny-warnings, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Aleksey Kladov | Deny warnings in tests |
commit | commitdiff | tree | snapshot |
| 2018-03-16 |
Eh2406 | suggestions |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
bors | Auto merge of #5190 - mbrubeck:doc, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Matt Brubeck | Remove old note about pre-1.21 versions |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
bors | Auto merge of #5188 - alexcrichton:urgh-again, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Eh2406 | cargo +stable fmt |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Alex Crichton | Add a synthetic dependency on num-traits |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Eh2406 | add a test |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
bors | Auto merge of #5180 - alexcrichton:transitive-update... |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Eh2406 | Clean the `backtrack_stack` so we don't backtrack to... |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Alex Crichton | Don't abort resolution on transitive updates |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Alex Crichton | Remove `Source::for_path` |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
bors | Auto merge of #5185 - matklad:printf-debugging-for... |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
bors | Auto merge of #5184 - matklad:delegate-debug, r=Eh2406 |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Aleksey Kladov | Add a helper method to show stdout/err in tests |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Aleksey Kladov | Delegate debug implementation for InternedString |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
bors | Auto merge of #5176 - alexcrichton:rustfmt, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Alex Crichton | Pin to an older nightly temporarily |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Aleksey Kladov | Prettify rustfmted single-line strings |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Alex Crichton | cargo fmt |
commit | commitdiff | tree | snapshot |
| 2018-03-15 |
Alex Crichton | Add `cargo fmt` to CI and delete `rustfmt.toml` |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
bors | Auto merge of #5181 - alexcrichton:selectively-write... |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
bors | Auto merge of #5179 - matklad:uplink-pdb, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
Aleksey Kladov | Don't check for filenames in message-format tests |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
Alex Crichton | Don't rewrite dep-info files if they don't change |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
Aleksey Kladov | Copy `.pdb` files to `target` directory |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
bors | Auto merge of #5175 - matklad:conv, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
bors | Auto merge of #5171 - rtsuk:gn-compatible-depfiles... |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
bors | Auto merge of #5168 - Eh2406:faster_resolver, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
Rob Tsuk | Use get_path() instead of get_string() |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
Aleksey Kladov | Use conventions to specify the integration tests |
commit | commitdiff | tree | snapshot |
| 2018-03-14 |
Eh2406 | more comments |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
Rob Tsuk | Add documentation |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
Rob Tsuk | Put this config in the build section |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
Rob Tsuk | Return errors instead of ignoring them |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
Rob Tsuk | More idiomatic |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
Eh2406 | Only activate for the better error messages if we will... |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
Eh2406 | test that cashing works with constraints correctly |
commit | commitdiff | tree | snapshot |
| 2018-03-13 |
bors | Auto merge of #5152 - matklad:clap, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Rob Tsuk | Optionally write dependencies targets relative |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Eh2406 | make sure cashing works whether there is an answer... |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Eh2406 | only jump to the end if our frame was made for the... |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Aleksey Kladov | File per command |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Eh2406 | if a frame will fail make it top priority |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Aleksey Kladov | Use `avoid_dev_deps` for all commands |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Aleksey Kladov | Fix spelling of quiet |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
bors | Auto merge of #5167 - xftroxgpx:nosubmodules, r=matklad |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Eh2406 | if we are just here_for the error_messages then only... |
commit | commitdiff | tree | snapshot |
| 2018-03-12 |
Eh2406 | cache past conflicting_activations use them to prevent... |
commit | commitdiff | tree | snapshot |
| 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 |
xftroxgpx | Closes #5165 |
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-11 |
Aleksey Kladov | Cleanups |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Relax tests for windows |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Validate the limit argument |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Tweak the help message |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Move `index` & `registry` to `ArgMatchesExt` |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Move `new_options` to `ArgMatchesExt` |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Move `compile_options` to `ArgMatchesExt` |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Make `target` option owned in various configs |
commit | commitdiff | tree | snapshot |
| 2018-03-10 |
Aleksey Kladov | Move some arg parsing to ArgMatchesExt |
commit | commitdiff | tree | snapshot |
| 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-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-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 |
Eh2406 | PackageId.name to InternedString |
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 |
| next |