2018-07-22 |
Dale Wijnand | Exempt a type from the derive_hash_xor_eq linter |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Resolve a should_implement_trait lint warning |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Exempt 3 enums from the large_enum_variant linter |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Resolve a single_match lint warning |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Exempt a method from the boxed_local linter |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Exempt a method from the type_complexity linter |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Resolve 2 type_complexity lint warnings |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Resolve a type_complexity lint warning |
commit | commitdiff | tree |
2018-07-22 |
Dale Wijnand | Resolve a useless_let_if_seq lint warning |
commit | commitdiff | tree |
2018-07-22 |
bors | Auto merge of #5765 - ehuss:rustdoc-cap-lints, r=alexcr... |
commit | commitdiff | tree |
2018-07-22 |
Eric Huss | Support --cap-lints in rustdoc. |
commit | commitdiff | tree |
2018-07-22 |
bors | Auto merge of #5763 - ehuss:pkg-modify-mac, r=alexcrichton |
commit | commitdiff | tree |
2018-07-22 |
bors | Auto merge of #5756 - Eh2406:clippy, r=alexcrichton |
commit | commitdiff | tree |
2018-07-22 |
Eric Huss | Fix flakey test on MacOS. |
commit | commitdiff | tree |
2018-07-21 |
bors | Auto merge of #5751 - RalfJung:default-run, r=alexcrichton |
commit | commitdiff | tree |
2018-07-21 |
Eh2406 | fix import for unix |
commit | commitdiff | tree |
2018-07-21 |
Eh2406 | we did not need a &(||...) we can just add a & at use |
commit | commitdiff | tree |
2018-07-21 |
Eh2406 | more general update |
commit | commitdiff | tree |
2018-07-21 |
Eh2406 | typo |
commit | commitdiff | tree |
2018-07-21 |
Eh2406 | a large number of clippy suggestions |
commit | commitdiff | tree |
2018-07-21 |
bors | Auto merge of #5761 - dwijnand:project-food, r=alexcrichton |
commit | commitdiff | tree |
2018-07-21 |
Dale Wijnand | Rework some test projects to use the "foo" default |
commit | commitdiff | tree |
2018-07-20 |
bors | Auto merge of #5752 - dwijnand:project_at, r=alexcrichton |
commit | commitdiff | tree |
2018-07-20 |
Dale Wijnand | Migrate trailing calls to `project` with an argument |
commit | commitdiff | tree |
2018-07-20 |
Dale Wijnand | Remove the argument from the `project` test support... |
commit | commitdiff | tree |
2018-07-20 |
Ralf Jung | cargo run: on nightly, advertise the default-run feature |
commit | commitdiff | tree |
2018-07-19 |
Dale Wijnand | Add tests/ProjectBuilder::at |
commit | commitdiff | tree |
2018-07-18 |
bors | Auto merge of #5741 - rust-lang:dependabot/cargo/termco... |
commit | commitdiff | tree |
2018-07-18 |
dependabot... | Update termcolor requirement to 1.0 |
commit | commitdiff | tree |
2018-07-17 |
bors | Auto merge of #5735 - enizor:doc-profile-debug, r=alexc... |
commit | commitdiff | tree |
2018-07-17 |
Rémi Garde | Doc: manifest profile.X.debug can be either an u32... |
commit | commitdiff | tree |
2018-07-17 |
bors | Auto merge of #5723 - alexcrichton:cargo-fix, r=ehuss |
commit | commitdiff | tree |
2018-07-17 |
Alex Crichton | Import `cargo fix` directly in to Cargo |
commit | commitdiff | tree |
2018-07-16 |
bors | Auto merge of #5732 - Eh2406:sort_unstable, r=alexcrich... |
commit | commitdiff | tree |
2018-07-16 |
Eh2406 | most sorts can be unstable |
commit | commitdiff | tree |
2018-07-16 |
bors | Auto merge of #5710 - RalfJung:default-run, r=alexcrichton |
commit | commitdiff | tree |
2018-07-16 |
Ralf Jung | document new feature |
commit | commitdiff | tree |
2018-07-16 |
Ralf Jung | fix code nits |
commit | commitdiff | tree |
2018-07-16 |
Ralf Jung | order of lits of binaries is not stable |
commit | commitdiff | tree |
2018-07-16 |
Ralf Jung | feature-gate default-run |
commit | commitdiff | tree |
2018-07-16 |
Ralf Jung | implement default-run option to set default binary... |
commit | commitdiff | tree |
2018-07-16 |
bors | Auto merge of #5691 - Eh2406:hyphen-underscore, r=alexc... |
commit | commitdiff | tree |
2018-07-16 |
Eh2406 | only suggest lev_distance < 4 |
commit | commitdiff | tree |
2018-07-16 |
bors | Auto merge of #5543 - roblabla:doc-private-items, r... |
commit | commitdiff | tree |
2018-07-15 |
roblabla | Verify that private items were actually documented |
commit | commitdiff | tree |
2018-07-15 |
roblabla | Add a test for document-private-items |
commit | commitdiff | tree |
2018-07-15 |
bors | Auto merge of #5726 - ehuss:warn-virtual-keys, r=alexcr... |
commit | commitdiff | tree |
2018-07-15 |
bors | Auto merge of #5727 - Eh2406:todos, r=alexcrichton |
commit | commitdiff | tree |
2018-07-15 |
Eh2406 | `recv_timeout` was stable in 1.12 |
commit | commitdiff | tree |
2018-07-15 |
Eh2406 | remove unused Serialize |
commit | commitdiff | tree |
2018-07-15 |
Eh2406 | remove unused Deserialize |
commit | commitdiff | tree |
2018-07-15 |
Eh2406 | remove incorrect todo |
commit | commitdiff | tree |
2018-07-14 |
Eric Huss | Warn about unused virtual manifest keys. |
commit | commitdiff | tree |
2018-07-13 |
Eh2406 | oops... |
commit | commitdiff | tree |
2018-07-13 |
bors | Auto merge of #5715 - euclio:third-party-help, r=alexcr... |
commit | commitdiff | tree |
2018-07-13 |
Andy Russell | document custom subcommand help |
commit | commitdiff | tree |
2018-07-13 |
Eh2406 | add tests |
commit | commitdiff | tree |
2018-07-13 |
Eh2406 | move the Uncanonicalizing loop to a Iterator |
commit | commitdiff | tree |
2018-07-13 |
bors | Auto merge of #5711 - alexcrichton:fix-stack-overflow... |
commit | commitdiff | tree |
2018-07-13 |
Andy Russell | help: display external subcommand help |
commit | commitdiff | tree |
2018-07-13 |
bors | Auto merge of #5700 - alexcrichton:update-width, r... |
commit | commitdiff | tree |
2018-07-13 |
Alex Crichton | Partially revert dep changes in #5651 |
commit | commitdiff | tree |
2018-07-13 |
bors | Auto merge of #5712 - alexcrichton:better-debug, r... |
commit | commitdiff | tree |
2018-07-12 |
Eh2406 | sort suggestions by distance |
commit | commitdiff | tree |
2018-07-12 |
bors | Auto merge of #5716 - kennytm:unstable-compile-progress... |
commit | commitdiff | tree |
2018-07-12 |
kennytm | Compile progress: Do not update when a build script... |
commit | commitdiff | tree |
2018-07-12 |
kennytm | Bring back the compile progress bar as an -Z option. |
commit | commitdiff | tree |
2018-07-12 |
Eh2406 | update test to get ci passing |
commit | commitdiff | tree |
2018-07-11 |
bors | Auto merge of #5714 - jeremyBanks:docs-project-to-packa... |
commit | commitdiff | tree |
2018-07-11 |
bors | Auto merge of #5713 - mbrubeck:doc, r=alexcrichton |
commit | commitdiff | tree |
2018-07-11 |
Jeremy Banks | Replace remaining uses of `[project]` in documentation... |
commit | commitdiff | tree |
2018-07-11 |
Eh2406 | allow each source to recommend packages that are close... |
commit | commitdiff | tree |
2018-07-11 |
Matt Brubeck | Clarify FAQ about Cargo.lock for libraries |
commit | commitdiff | tree |
2018-07-11 |
Alex Crichton | Improve Debug display for a few types |
commit | commitdiff | tree |
2018-07-10 |
Eh2406 | add test for wrong_case in registry |
commit | commitdiff | tree |
2018-07-09 |
Eh2406 | add test for wrong_case in cargo.toml |
commit | commitdiff | tree |
2018-07-09 |
Alex Crichton | Update terminal width each time we print a display |
commit | commitdiff | tree |
2018-07-09 |
bors | Auto merge of #5698 - alexcrichton:no-progress-sad... |
commit | commitdiff | tree |
2018-07-08 |
Eh2406 | start with the name as given, and cap the number to... |
commit | commitdiff | tree |
2018-07-08 |
Eh2406 | cargo +stable fmt |
commit | commitdiff | tree |
2018-07-08 |
Eh2406 | make index lookup robust to _ vs - |
commit | commitdiff | tree |
2018-07-08 |
Alex Crichton | Disable progress bar for build in Cargo |
commit | commitdiff | tree |
2018-07-08 |
bors | Auto merge of #5694 - Eh2406:more_InternedString, r... |
commit | commitdiff | tree |
2018-07-08 |
Eh2406 | cargo fmt and impl Borrow<str> for InternedString |
commit | commitdiff | tree |
2018-07-07 |
Eh2406 | add the Cows back in and add a test to keep them |
commit | commitdiff | tree |
2018-07-07 |
Eh2406 | one more small change |
commit | commitdiff | tree |
2018-07-06 |
Eh2406 | oops... |
commit | commitdiff | tree |
2018-07-06 |
Eh2406 | reduce 2 more allocation of temp strings |
commit | commitdiff | tree |
2018-07-06 |
Eh2406 | reduce InternedString::new from the hot loop |
commit | commitdiff | tree |
2018-07-06 |
Eh2406 | reduce InternedString::new |
commit | commitdiff | tree |
2018-07-06 |
bors | Auto merge of #5693 - rust-lang:dependabot/cargo/lazyce... |
commit | commitdiff | tree |
2018-07-06 |
Eh2406 | reduce more allocation of temp strings |
commit | commitdiff | tree |
2018-07-06 |
dependabot... | Update lazycell requirement to 1.0 |
commit | commitdiff | tree |
2018-07-06 |
Eh2406 | reduce allocation of temp strings |
commit | commitdiff | tree |
2018-07-06 |
bors | Auto merge of #5680 - mikeyhew:fix-shell-quoting, r... |
commit | commitdiff | tree |
2018-07-06 |
Michael Hewson | add `MSYSTEM=1` to shell_quoting test |
commit | commitdiff | tree |
2018-07-06 |
bors | Auto merge of #5689 - ehuss:doc-opt-level, r=alexcrichton |
commit | commitdiff | tree |
2018-07-05 |
Eric Huss | Document opt-level 's' and 'z' stabilized in 1.28. |
commit | commitdiff | tree |
2018-07-05 |
bors | Auto merge of #5688 - nrc:rls-features, r=alexcrichton |
commit | commitdiff | tree |
2018-07-05 |
Nick Cameron | Add missing winapi features |
commit | commitdiff | tree |
next |