]> git.proxmox.com Git - cargo.git/history - src/cargo/core/compiler/job_queue.rs
Reformat after idiom lints
[cargo.git] / src / cargo / core / compiler / job_queue.rs
2018-12-11 Alex CrichtonReformat after idiom lints
2018-12-11 Alex CrichtonRun `cargo fix --edition-idioms` and fixup output
2018-12-11 Alex CrichtonStart using 2018 idioms in Cargo
2018-12-07 borsAuto merge of #6387 - dwijnand:rust-2018, r=dwijnand
2018-12-06 Dale WijnandUpgrade to Rust 2018
2018-11-29 borsAuto merge of #6280 - zachreizner:master, r=dwijnand
2018-11-28 borsAuto merge of #6352 - Eh2406:dell-copy, r=alexcrichton
2018-11-27 Eh2406PackageId is copy, clippy thinks we dont need &PackageI...
2018-11-27 borsAuto merge of #6345 - dlaehnemann:docs_correct-profile...
2018-11-26 borsAuto merge of #6347 - Eh2406:dell-copy, r=alexcrichton
2018-11-26 Eh2406Other clippy things and fmt
2018-11-25 borsAuto merge of #6255 - evq:tweak-build-dir, r=alexcrichton
2018-11-14 borsAuto merge of #6309 - ehuss:bench-build-profile, r...
2018-11-14 borsAuto merge of #6308 - ehuss:output-collision, r=alexcri...
2018-11-13 borsAuto merge of #6307 - alexcrichton:upgrade-crossbeam...
2018-11-12 Alex CrichtonUpgrade crossbeam-utils to 0.6.0
2018-11-09 borsAuto merge of #6292 - ehuss:no-rmeta-hardlink, r=alexcr...
2018-11-09 borsAuto merge of #6283 - Eh2406:slow-case, r=alexcrichton
2018-11-09 borsAuto merge of #6271 - alexcrichton:h2, r=ehuss
2018-11-09 borsAuto merge of #6285 - alexcrichton:more-timeouts, r...
2018-11-09 borsAuto merge of #6289 - ehuss:no-buffer-output, r=alexcri...
2018-11-09 Eric HussAvoid retaining all rustc output in memory.
2018-11-06 borsAuto merge of #6130 - alexcrichton:less-timeouts-u...
2018-11-01 borsAuto merge of #6242 - sfackler:registry-username, r...
2018-10-31 borsAuto merge of #6236 - ehuss:fix-fix_path_deps, r=alexcr...
2018-10-30 Eric HussFix fix_path_deps test error.
2018-10-19 borsAuto merge of #6164 - luser:build-script-output-prefix...
2018-10-18 Ted MielczarekPrefix build script output with crate name when running...
2018-10-06 borsAuto merge of #6141 - dwijnand:detail-dep-name-in-inval...
2018-09-25 borsAuto merge of #6072 - dwijnand:enable-some-fix-tests...
2018-09-25 borsAuto merge of #5921 - Eh2406:proptest, r=alexcrichton
2018-09-24 borsAuto merge of #6081 - dtolnay:raw, r=alexcrichton
2018-09-23 borsAuto merge of #6080 - matthiaskrgr:jq_comment, r=dwijnand
2018-09-23 Matthias Krügerjob queue: remove outdated comment about reenabling...
2018-09-22 borsAuto merge of #6066 - zachlute:project-to-package-docs...
2018-09-22 borsAuto merge of #6071 - orium:fix-links, r=alexcrichton
2018-09-21 borsAuto merge of #6065 - zachlute:change-project-to-packag...
2018-09-21 Zach LuteReplace 'project' with 'package' in many strings and...
2018-09-20 Eh2406Merge remote-tracking branch 'origin/master' into proptest
2018-09-18 borsAuto merge of #6005 - alexcrichton:download-parallel...
2018-09-18 Alex CrichtonUpdate the progress bar for parallel downloads
2018-09-18 Alex CrichtonRefactor `build_unit_dependencies` for parallel downloads
2018-09-18 borsAuto merge of #5993 - alexcrichton:publish-renames...
2018-09-17 borsAuto merge of #5988 - Eh2406:explore_the_bug, r=alexcri...
2018-09-15 borsAuto merge of #6004 - zachlute:fix-ctrlc-handling2...
2018-09-13 borsAuto merge of #6021 - zachlute:validate-package-name...
2018-09-12 borsAuto merge of #6010 - ehuss:winsize, r=alexcrichton
2018-09-12 borsAuto merge of #5995 - kennytm:stabilize-compile-progres...
2018-09-12 kennytmStabilize -Zcompile-progress.
2018-08-13 Brian BowmanMerge remote-tracking branch 'origin/master' into job-fix
2018-08-12 borsAuto merge of #5876 - matthiaskrgr:clippy_2, r=alexcrichton
2018-08-12 Matthias Krügerfix a bunch of clippy warnings (invocation: cargo clipp...
2018-08-07 borsAuto merge of #5858 - dekellum:git-check-logging-and...
2018-08-06 borsAuto merge of #5862 - kennytm:capture-rustc-output...
2018-08-03 kennytmCapture output from rustc and rustdoc.
2018-08-01 borsAuto merge of #5831 - Eh2406:i5684, r=alexcrichton
2018-08-01 borsAuto merge of #5834 - Undin:metadata-edition, r=alexcri...
2018-08-01 kennytmRefactor: Don't even send out the build script stdout...
2018-08-01 borsAuto merge of #5841 - Mark-Simulacrum:internal-error...
2018-07-31 borsAuto merge of #5840 - ehuss:uninstall-spec, r=alexcrichton
2018-07-31 borsAuto merge of #5836 - kornelski:profiledebug, r=alexcri...
2018-07-31 borsAuto merge of #5835 - dwijnand:clippy, r=alexcrichton
2018-07-31 borsAuto merge of #5824 - alexcrichton:careful-transition...
2018-07-31 borsAuto merge of #5811 - alexcrichton:rename-crate-feature...
2018-07-31 borsAuto merge of #5816 - dwijnand:edtion-per-target, r...
2018-07-31 Alex CrichtonAdd more diagnostics to smooth edition transition
2018-07-30 borsAuto merge of #5814 - alexcrichton:fix-all-targets...
2018-07-30 borsAuto merge of #5832 - Eh2406:collect_seq, r=alexcrichton
2018-07-29 borsAuto merge of #5828 - kennytm:compile-progress-names...
2018-07-28 kennytmUse the target name in the progress bar when building...
2018-07-27 borsAuto merge of #5801 - ehuss:fix-doctestable, r=alexcrichton
2018-07-26 borsAuto merge of #5804 - dwijnand:hg-discover, r=alexcrichton
2018-07-26 borsAuto merge of #5802 - ehuss:fix-doc-typo, r=dwijnand
2018-07-26 borsAuto merge of #5803 - dwijnand:dependabot/cargo/crossbe...
2018-07-26 Dale WijnandUpgrade to crossbeam-utils's -new 0.5 API
2018-07-26 borsAuto merge of #5794 - Nemo157:rustdoc-rename-extern...
2018-07-25 borsAuto merge of #5790 - dwijnand:dependabot/cargo/crossbe...
2018-07-25 Dale WijnandSwitch to crossbeam_utils crate, sidesteppin
2018-07-25 Dale WijnandMigrate to crossbeam's new 0.4 API
2018-07-24 borsAuto merge of #5757 - Eh2406:minimal-versions-build...
2018-07-22 borsAuto merge of #5763 - ehuss:pkg-modify-mac, r=alexcrichton
2018-07-22 borsAuto merge of #5756 - Eh2406:clippy, r=alexcrichton
2018-07-21 Eh2406a large number of clippy suggestions
2018-07-17 borsAuto merge of #5723 - alexcrichton:cargo-fix, r=ehuss
2018-07-17 Alex CrichtonImport `cargo fix` directly in to Cargo
2018-07-16 borsAuto merge of #5691 - Eh2406:hyphen-underscore, r=alexc...
2018-07-16 borsAuto merge of #5543 - roblabla:doc-private-items, r...
2018-07-13 borsAuto merge of #5715 - euclio:third-party-help, r=alexcr...
2018-07-13 borsAuto merge of #5700 - alexcrichton:update-width, r...
2018-07-13 borsAuto merge of #5712 - alexcrichton:better-debug, r...
2018-07-12 borsAuto merge of #5716 - kennytm:unstable-compile-progress...
2018-07-12 kennytmCompile progress: Do not update when a build script...
2018-07-12 kennytmBring back the compile progress bar as an -Z option.
2018-07-09 borsAuto merge of #5698 - alexcrichton:no-progress-sad...
2018-07-08 Alex CrichtonDisable progress bar for build in Cargo
2018-07-06 borsAuto merge of #5680 - mikeyhew:fix-shell-quoting, r...
2018-07-05 borsAuto merge of #5571 - pickfire:patch-1, r=alexcrichton
2018-07-05 borsAuto merge of #5651 - ehuss:panic-rustdoc, r=matklad
2018-07-03 borsAuto merge of #5666 - mikeyhew:fix-shell-quoting, r...
2018-06-29 borsAuto merge of #5652 - Eh2406:masquerade_as_nightly_carg...
next