]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2019-05-03 Alex HelfetFix.
2019-05-03 Alex HelfetFailing test.
2019-05-03 borsAuto merge of #6880 - alexcrichton:cache, r=Eh2406
2019-05-03 Alex CrichtonAdd debug assertions for cache contents
2019-05-03 Alex CrichtonAvoid using mtime information for reusing cache files
2019-05-03 Alex CrichtonThread through last update time to index cache
2019-05-03 Alex CrichtonMake registry locking more coarse
2019-05-03 Alex CrichtonParse less JSON on null builds
2019-05-03 Alex CrichtonDon't allocate in `SourceId::is_default_registry`
2019-05-03 Alex CrichtonOnly execute `exclude_from_backups` once
2019-05-03 borsAuto merge of #6902 - ignatenkobrain:patch-1, r=alexcri...
2019-05-03 Igor Gnatenkochore: Update opener to 0.4
2019-05-02 borsAuto merge of #6898 - ehuss:doc-auto-discovery, r=alexc...
2019-05-02 borsAuto merge of #6897 - ehuss:doc-links-rel, r=Eh2406
2019-05-02 Eric HussUpdate documentation for auto-discovery.
2019-05-02 Eric HussUpdate some doc links.
2019-05-02 borsAuto merge of #6881 - k-nasa:feature_cargo_toml_templat...
2019-05-01 borsAuto merge of #6896 - k-nasa:fix_fmt, r=ehuss
2019-05-01 k-nasa$cargo fmt --all
2019-05-01 k-nasatest: Add reference link test
2019-05-01 k-nasafeat: Fill in some fields from the beginning when cargo new
2019-05-01 borsAuto merge of #6894 - k-nasa:refactor_cli_definition...
2019-05-01 k-nasarefactor: Delete about
2019-04-30 borsAuto merge of #6893 - ehuss:executor-lifetime, r=alexcr...
2019-04-30 Eric HussAdd explicit lifetimes to Executor::init.
2019-04-30 borsAuto merge of #6891 - ehuss:uplift-mac-dsym-example...
2019-04-29 Eric HussSymlink dSYM on macOS example binaries.
2019-04-29 borsAuto merge of #6873 - fluffysquirrels:rel-registry...
2019-04-29 borsAuto merge of #6865 - fluffysquirrels:docs-sources...
2019-04-29 Alex HelfetForbid relative path in registry index (relative URL...
2019-04-29 Alex HelfetMerge remote-tracking branch 'origin/master' into rel...
2019-04-29 Eric HussUpdate with @ehuss suggestion
2019-04-29 borsAuto merge of #6884 - ehuss:changelog, r=alexcrichton
2019-04-29 borsAuto merge of #6871 - ehuss:offline-spurious-suggestion...
2019-04-29 borsAuto merge of #6888 - ehuss:debug-can_not_mix_doc_tests...
2019-04-29 Eric HussTweak the error message when updating an empty registry...
2019-04-29 Eric HussRevert attempt to provide a -Zoffline suggestion if...
2019-04-29 Eric HussAdd some help with updating the registry in offline...
2019-04-29 Eric HussMove offline tests to a dedicated file.
2019-04-29 Eric HussAttempt to debug a spurious test.
2019-04-27 Alex HelfetAdded a few tests for relative registry index URLs...
2019-04-27 borsAuto merge of #6885 - erichschroeter:patch-1, r=ehuss
2019-04-27 Erich SchroeterFixed minor grammar phrasing
2019-04-27 Eric HussAdd a changelog.
2019-04-26 borsAuto merge of #6772 - Aaron1011:feature/final-pub-priv...
2019-04-26 borsAuto merge of #6853 - Eh2406:caching-the-dependency...
2019-04-26 Aaron HillProperly fix assertion and tests
2019-04-26 Aaron HillRelax assertion
2019-04-26 Aaron HillPrevent 'public' specifier from being used on non-Norma...
2019-04-26 Aaron HillRemove 'private' flag
2019-04-26 Aaron HillPass --extern-private or --extern, but not both
2019-04-26 Aaron HillFix serializing fingerprint
2019-04-26 Aaron HillFormat pub_priv test
2019-04-26 Aaron HillTrack 'public/private' depenendecy status in fingerprint
2019-04-26 Aaron HillUpdate unstable reference
2019-04-26 Aaron HillFix error message on stable
2019-04-26 Aaron HillImplement the 'frontend' of public-private dependencies
2019-04-25 borsAuto merge of #6879 - froydnj:patch-1, r=ehuss
2019-04-25 Nathan Froydfix typo in rustc.rs comment
2019-04-25 Eh2406combine the caching structs
2019-04-25 Eh2406add lots of comments
2019-04-25 borsAuto merge of #6878 - matthiaskrgr:typo, r=Eh2406
2019-04-25 Matthias Krügerfix typo (superfluous "o" after period).
2019-04-25 Eh2406cache the output of `build_deps`
2019-04-25 Eh2406make `build_deps` a stand alone function
2019-04-25 Eh2406use a `BTreeSet` to store features
2019-04-25 Eh2406make `resolve_features` a stand alone function
2019-04-25 Eh2406use `PackageId` were we can
2019-04-25 Eh2406move `RegistryQueryer` to a dedicated mod
2019-04-25 Eh2406InternedString because we can
2019-04-25 Eh2406some clippy things
2019-04-25 borsAuto merge of #6867 - alexcrichton:improvements, r...
2019-04-25 borsAuto merge of #6860 - Eh2406:no-RcList, r=alexcrichton
2019-04-24 Alex HelfetRegistry index URLs resolved relative to config path.
2019-04-24 Alex HelfetAdded helper ToUrlWithBase/to_url_with_base()
2019-04-23 Alex CrichtonDocument unsafety in `UnitInterner`
2019-04-22 Alex CrichtonHoist a workspace membership check out of a loop
2019-04-22 Alex CrichtonTurn `Workspace::is_member` into an `O(1)` query
2019-04-22 Alex CrichtonIntern units for fast hashing
2019-04-22 Eh2406just give up and make it an error
2019-04-22 Alex CrichtonAvoid reparsing `env_args` continuously
2019-04-22 Alex CrichtonSort units once, not each call to `dep_targets`
2019-04-22 Alex CrichtonRemove the `Key` type from `JobQueue`
2019-04-22 Alex CrichtonRefactor JobQueue::run slightly
2019-04-22 Alex CrichtonCorrect a condition to request jobserver tokens
2019-04-22 Alex CrichtonRemove the `Vec<Job>` from `DependencyQueue`
2019-04-22 Eh2406fix replacements
2019-04-22 Alex HelfetChanges discussed in https://github.com/rust-lang/cargo...
2019-04-22 Alex HelfetGit ignore built Cargo book.
2019-04-19 Eh2406address nits
2019-04-19 borsAuto merge of #6863 - daxpedda:patch-1, r=alexcrichton
2019-04-19 daxpeddaImproved docs for `maintenance` options
2019-04-18 Eh2406remove dead code
2019-04-18 Eh2406invert parents to get graph
2019-04-18 Eh2406list used used_replacements after we figure out what...
2019-04-18 Eh2406move to a function
2019-04-18 Eh2406calculate features the hard way
2019-04-18 Eh2406remove the resolver warnings
2019-04-18 borsAuto merge of #6840 - ehuss:publish-lockfile-updates...
2019-04-18 borsAuto merge of #6861 - fluffysquirrels:http2-stream...
next