2019-09-16 |
Philipp Oppermann | Add a test that uses a custom binary target |
commit | commitdiff | tree |
2019-09-16 |
Philipp Oppermann | Parse `unsupported crate type` error more tightly |
commit | commitdiff | tree |
2019-09-12 |
bors | Auto merge of #7354 - sfackler:publish-in-manifest... |
commit | commitdiff | tree |
2019-09-12 |
Steven Fackler | Clarify mandoc |
commit | commitdiff | tree |
2019-09-11 |
bors | Auto merge of #7353 - alexcrichton:libstd-no-dylib... |
commit | commitdiff | tree |
2019-09-11 |
bors | Auto merge of #7344 - alexcrichton:jobserver, r=ehuss |
commit | commitdiff | tree |
2019-09-11 |
Steven Fackler | Update man page |
commit | commitdiff | tree |
2019-09-11 |
Steven Fackler | Include the publish field in cargo-metadata output |
commit | commitdiff | tree |
2019-09-11 |
Alex Crichton | Don't build libstd as a `dylib` |
commit | commitdiff | tree |
2019-09-11 |
bors | Auto merge of #7351 - alexcrichton:doc-std-aware, r... |
commit | commitdiff | tree |
2019-09-10 |
Alex Crichton | Add initial documentation for `-Z build-std` |
commit | commitdiff | tree |
2019-09-10 |
bors | Auto merge of #7348 - ehuss:fix-vendor-link, r=alexcrichton |
commit | commitdiff | tree |
2019-09-10 |
Eric Huss | Fix broken links, misspellings, style fixes, clarificat... |
commit | commitdiff | tree |
2019-09-10 |
Eric Huss | Remove trailing spaces. |
commit | commitdiff | tree |
2019-09-10 |
bors | Auto merge of #7347 - matthiaskrgr:manifest_readme... |
commit | commitdiff | tree |
2019-09-10 |
Matthias Krüger | add readme key to cargos manifest. |
commit | commitdiff | tree |
2019-09-09 |
bors | Auto merge of #7340 - varkor:ignore-must_use-results... |
commit | commitdiff | tree |
2019-09-09 |
Alex Crichton | Create a jobserver with N tokens, not N-1 |
commit | commitdiff | tree |
2019-09-07 |
varkor | Explicitly ignore some results |
commit | commitdiff | tree |
2019-09-06 |
bors | Auto merge of #7337 - alexcrichton:less-optional, r... |
commit | commitdiff | tree |
2019-09-06 |
Alex Crichton | Don't resolve std's optional dependencies |
commit | commitdiff | tree |
2019-09-06 |
bors | Auto merge of #7336 - alexcrichton:more-crates, r=Eh2406 |
commit | commitdiff | tree |
2019-09-06 |
Alex Crichton | Add `alloc` and `proc_macro` to libstd crates |
commit | commitdiff | tree |
2019-09-06 |
bors | Auto merge of #7334 - matthiaskrgr:ch_doc, r=alexcrichton |
commit | commitdiff | tree |
2019-09-06 |
bors | Auto merge of #7335 - ehuss:fix-plugin, r=alexcrichton |
commit | commitdiff | tree |
2019-09-06 |
Eric Huss | Fix test for changes in plugin API. |
commit | commitdiff | tree |
2019-09-06 |
Matthias Krüger | doc: capitalization change for consistency. |
commit | commitdiff | tree |
2019-09-05 |
bors | Auto merge of #7332 - ehuss:man-fixup, r=alexcrichton |
commit | commitdiff | tree |
2019-09-05 |
Eric Huss | Fix some man pages where the files weren't rebuilt. |
commit | commitdiff | tree |
2019-09-05 |
bors | Auto merge of #7314 - matthiaskrgr:cargo_home_doc,... |
commit | commitdiff | tree |
2019-09-05 |
Matthias Krüger | guide: add section about cargo home |
commit | commitdiff | tree |
2019-09-04 |
bors | Auto merge of #7326 - Eh2406:map_dependencies, r=ehuss |
commit | commitdiff | tree |
2019-09-04 |
bors | Auto merge of #7324 - Eh2406:two-copys-of-hash, r=alexc... |
commit | commitdiff | tree |
2019-09-04 |
Eh2406 | dont need to copy this string |
commit | commitdiff | tree |
2019-09-04 |
Eh2406 | `map_dependencies` is doing a deep clone, so lets make... |
commit | commitdiff | tree |
2019-09-04 |
bors | Auto merge of #7241 - k-nasa:all_to_workspace, r=ehuss |
commit | commitdiff | tree |
2019-09-04 |
Eric Huss | Update additional uses of --all. |
commit | commitdiff | tree |
2019-09-04 |
k-nasa | Change --all to --workspace |
commit | commitdiff | tree |
2019-09-03 |
bors | Auto merge of #7216 - ehuss:build-std, r=alexcrichton |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Fix type error due to signature change. |
commit | commitdiff | tree |
2019-09-03 |
bors | Auto merge of #7295 - zachlute:config-toml-extension... |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Make libtest optional. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Update for libtest changes. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Remove bin_nostd test, it will likely to finicky. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Use azure condition for rust-src. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Remove redundant check for Kind::Target. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Basic standard library support. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Decouple build_unit_dependencies and Context. |
commit | commitdiff | tree |
2019-09-03 |
Eric Huss | Move features to `Unit`. |
commit | commitdiff | tree |
2019-09-03 |
bors | Auto merge of #7318 - reitermarkus:ssl-connect-error... |
commit | commitdiff | tree |
2019-09-03 |
bors | Auto merge of #7310 - Eh2406:minimal-copy, r=alexcrichton |
commit | commitdiff | tree |
2019-09-03 |
Eh2406 | minimal-copy `deserialize` for `InternedString` and... |
commit | commitdiff | tree |
2019-09-03 |
bors | Auto merge of #7320 - mandrean:docs/typo-cargo-vendor... |
commit | commitdiff | tree |
2019-09-03 |
Sebastian Mandrean | Fix typo in cargo vendor examples |
commit | commitdiff | tree |
2019-09-02 |
Markus Reiter | Retry on SSL Connect Error. |
commit | commitdiff | tree |
2019-08-29 |
Zach Lute | Symlinking 'config' to 'config.toml' should not produce... |
commit | commitdiff | tree |
2019-08-29 |
Zach Lute | Allow using 'credentials.toml' instead of just 'credent... |
commit | commitdiff | tree |
2019-08-27 |
bors | Auto merge of #7303 - alexcrichton:duplicate-patch... |
commit | commitdiff | tree |
2019-08-27 |
Alex Crichton | Fixes around multiple `[patch]` per crate |
commit | commitdiff | tree |
2019-08-27 |
bors | Auto merge of #7306 - alexcrichton:mkdir-error, r=ehuss |
commit | commitdiff | tree |
2019-08-27 |
Alex Crichton | Improve error messages on mkdir failure |
commit | commitdiff | tree |
2019-08-27 |
bors | Auto merge of #7296 - okapia:zsh-completion, r=ehuss |
commit | commitdiff | tree |
2019-08-27 |
bors | Auto merge of #7263 - alexcrichton:multipass, r=ehuss |
commit | commitdiff | tree |
2019-08-26 |
Alex Crichton | Document that `package` can be used in `[patch]` |
commit | commitdiff | tree |
2019-08-26 |
bors | Auto merge of #7294 - SnejUgal:fix-inconsistent-colorin... |
commit | commitdiff | tree |
2019-08-24 |
Oliver Kiddle | Update and improve zsh completion |
commit | commitdiff | tree |
2019-08-24 |
Zach Lute | Allow using 'config.toml' instead of just 'config'... |
commit | commitdiff | tree |
2019-08-24 |
SnejUgal | Fix `error:`/`warning:` coloring inconsistency with... |
commit | commitdiff | tree |
2019-08-24 |
bors | Auto merge of #7287 - SimonSapin:plugin, r=ehuss |
commit | commitdiff | tree |
2019-08-24 |
Simon Sapin | Tests: Import rustc_plugin from its new location |
commit | commitdiff | tree |
2019-08-23 |
bors | Auto merge of #7293 - ehuss:azure-badge, r=alexcrichton |
commit | commitdiff | tree |
2019-08-23 |
Eric Huss | Update README azure badge. |
commit | commitdiff | tree |
2019-08-22 |
bors | Auto merge of #7277 - lzutao:bump-home, r=alexcrichton |
commit | commitdiff | tree |
2019-08-22 |
bors | Auto merge of #7279 - mouri111:fix-typo, r=ehuss |
commit | commitdiff | tree |
2019-08-22 |
Masato Mouri | Fix typo |
commit | commitdiff | tree |
2019-08-21 |
Lzu Tao | Update home dependencies to v0.5 |
commit | commitdiff | tree |
2019-08-20 |
bors | Auto merge of #7275 - alexcrichton:update-libgit2,... |
commit | commitdiff | tree |
2019-08-20 |
Alex Crichton | Update libgit2 dependencies |
commit | commitdiff | tree |
2019-08-20 |
bors | Auto merge of #7262 - alexcrichton:fix-line-endings... |
commit | commitdiff | tree |
2019-08-20 |
bors | Auto merge of #7268 - benesch:dsym-uplifting, r=alexcri... |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7269 - ehuss:version-bump, r=alexcrichton |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7270 - ehuss:default-members-root-only... |
commit | commitdiff | tree |
2019-08-19 |
Wim Looman | Update generated man pages |
commit | commitdiff | tree |
2019-08-19 |
Wim Looman | Only apply default-members when building root manifest |
commit | commitdiff | tree |
2019-08-19 |
Eric Huss | Bump to 0.40.0, Update changelog |
commit | commitdiff | tree |
2019-08-19 |
Nikhil Benesch | Fix dSYM uplifting when symlink is broken |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7237 - ehuss:git-with-version, r=alexcri... |
commit | commitdiff | tree |
2019-08-19 |
Eric Huss | Allow git+version dependency to be published. |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7251 - matthiaskrgr:clippy_v6, r=ehuss |
commit | commitdiff | tree |
2019-08-19 |
Eric Huss | Add comment about TIOCGWINSZ .into(). |
commit | commitdiff | tree |
2019-08-19 |
Alex Crichton | Fix old lockfile encoding wrt newlines |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7246 - ehuss:install-remove-orphan,... |
commit | commitdiff | tree |
2019-08-19 |
Matthias Krüger | fix a bunch of clippy warnings |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7261 - rust-lang:dependabot/cargo/serde_... |
commit | commitdiff | tree |
2019-08-19 |
bors | Auto merge of #7257 - RobMor:no-spaces-between-flags... |
commit | commitdiff | tree |
2019-08-19 |
dependabot... | Update serde_ignored requirement from 0.0.4 to 0.1.0 |
commit | commitdiff | tree |
2019-08-17 |
Robert Morrison | Fixed formatting with rustfmt |
commit | commitdiff | tree |
2019-08-17 |
Robert Morrison | Added tests for #7217 |
commit | commitdiff | tree |
2019-08-17 |
Robert Morrison | Fixed #7217, added support for no spaces between flags... |
commit | commitdiff | tree |
2019-08-13 |
bors | Auto merge of #7247 - Eijebong:home, r=ehuss |
commit | commitdiff | tree |
next |