]> git.proxmox.com Git - cargo.git/shortlog
cargo.git
2018-04-08 borsAuto merge of #5318 - ehuss:unstable-docs, r=matklad
2018-04-08 Eric HussUpdate out-dir option for #5322.
2018-04-08 Eric HussClarify -Z minimal-versions.
2018-04-08 Eric HussAdd unstable documentation.
2018-04-08 borsAuto merge of #5322 - matklad:correctly-use-unstable...
2018-04-08 borsAuto merge of #5319 - matklad:fix-profiler, r=Eh2406
2018-04-08 Aleksey KladovProperly use unstable options for out-dir
2018-04-08 Aleksey KladovDon't print profiling information twice
2018-04-07 borsAuto merge of #5317 - konstin:patch-1, r=matklad
2018-04-07 konstinAdd link to the sources of the book
2018-04-07 borsAuto merge of #5316 - matklad:profile-important-things...
2018-04-07 Aleksey KladovAdd profiling calls to stuff which is actually slow
2018-04-07 borsAuto merge of #5314 - matklad:need-more-time, r=alexcri...
2018-04-07 Aleksey KladovTry to measure all time it takes to compile code
2018-04-06 borsAuto merge of #5307 - alexcrichton:another-fix, r=matklad
2018-04-06 Alex CrichtonFix another issue of poisoning too eagerly
2018-04-06 borsAuto merge of #5302 - Eh2406:MoreRc, r=alexcrichton
2018-04-06 Eh2406use make_mut for cleaner code
2018-04-05 Eh2406use more Rc in the part of resolver that gets cloned...
2018-04-05 borsAuto merge of #5299 - ehuss:rustdoc-edition, r=matklad
2018-04-05 Eric HussUnpin nightly version in CI.
2018-04-05 Eric HussDon't use .arg() in test.
2018-04-05 Eric HussPass edition to rustdoc.
2018-04-05 borsAuto merge of #5280 - klausi:clippy-191-trvials, r...
2018-04-05 borsAuto merge of #5294 - memoryleak47:typo, r=alexcrichton
2018-04-05 memoryleak47fixed a few typos
2018-04-04 Klaus Purerchore(clippy): Fix test assertion and simplify code...
2018-04-04 Klaus Purerchore(clippy): Simplify to Path.exists() and remove...
2018-04-04 Klaus Purerchore(clippy): Simplify minor stuff found by clippy
2018-04-04 borsAuto merge of #5293 - Eh2406:InternMoreStrings, r=alexc...
2018-04-04 Eh2406Intern more strings
2018-04-04 borsAuto merge of #5292 - djc:feature-requirements, r=alexc...
2018-04-04 Dirkjan OchtmanRevert serialization of features to string type
2018-04-04 borsAuto merge of #5270 - djc:feature-requirements, r=Eh2406
2018-04-04 Dirkjan OchtmanExtract function to build feature map for readability
2018-04-04 Dirkjan OchtmanIntroduce FeatureValue enum for tracking feature types
2018-04-04 Dirkjan OchtmanDefine FeatureMap type as an abstraction
2018-04-04 borsAuto merge of #5290 - ehuss:lp-help, r=matklad
2018-04-04 Eric Husslocate-project: Fix help description.
2018-04-03 borsAuto merge of #5288 - alexcrichton:another-fix, r=matklad
2018-04-03 borsAuto merge of #5287 - matklad:safer-intern, r=Eh2406
2018-04-03 Alex CrichtonLess aggressively poison sources on builds
2018-04-03 Aleksey KladovSlightly improve InternedString
2018-04-03 borsAuto merge of #5203 - matklad:out-dir, r=alexcrichton
2018-04-03 Aleksey KladovFix tests for mac
2018-04-03 borsAuto merge of #5285 - matklad:create-all-the-dirs,...
2018-04-03 Aleksey KladovReplace home-grown create_dir_all with std::fs::create_...
2018-04-03 Aleksey KladovTest out-dir edge cases
2018-04-03 Aleksey KladovFeature gate `--out-dir`
2018-04-03 Aleksey KladovImplement `--out-dir` option
2018-04-03 borsAuto merge of #5283 - matklad:better-assertion, r=matklad
2018-04-03 Aleksey KladovMake assertion more informative
2018-04-02 borsAuto merge of #5281 - matklad:cleanup, r=alexcrichton
2018-04-02 Aleksey KladovReplace triple with struct
2018-04-02 Aleksey KladovMove filename logic to FileType
2018-04-02 Aleksey KladovRename TargetFileType -> FileFlavor
2018-04-02 Aleksey KladovMake TargetInfo.cfg private
2018-04-02 Aleksey KladovExtract target info
2018-04-02 borsAuto merge of #5274 - klnusbaum:epoch_5214, r=alexcrichton
2018-04-02 borsAuto merge of #5259 - Mark-Simulacrum:seed-deserialize...
2018-04-02 Aleksey KladovReplace a triple with a struct for readability
2018-04-02 borsAuto merge of #5278 - alexcrichton:no-rustfmt-ci, r...
2018-04-02 Alex CrichtonRemove rustfmt from Travis
2018-04-02 Aleksey KladovSlightly better variable names
2018-04-01 borsAuto merge of #5276 - klausi:main-dead-code, r=matklad
2018-04-01 Klaus Purerchore(cli): Remove dead code in main()
2018-04-01 Kurtis Nusbaumrename epoch to edition
2018-04-01 Mark SimulacrumRemove thread local, replacing with DeserializeSeed
2018-03-31 borsAuto merge of #5271 - djc:interning-spelling, r=alexcri...
2018-03-31 Dirkjan OchtmanFix spelling errors in interning module
2018-03-31 borsAuto merge of #5269 - orestisf1993:issue-5265, r=matklad
2018-03-31 Orestis Floroscargo_new: remove redundant leading new lines from...
2018-03-31 borsAuto merge of #5235 - klausi:Z-flag-docs, r=matklad
2018-03-31 Klaus Purertests(help): Fix assertion by using the full line text
2018-03-31 Klaus Purertests(help): Add test for -Z help output
2018-03-30 Klaus Purerdocs(Z-flags): Add description for each -Z flag in...
2018-03-30 borsAuto merge of #5258 - djc:split-resolver, r=Eh2406
2018-03-29 Dirkjan OchtmanReorder code in resolver module for better readability
2018-03-29 Dirkjan OchtmanMove resolver Context initialization into a method
2018-03-29 Dirkjan OchtmanMove resolver::Context into new resolver::context module
2018-03-29 Dirkjan OchtmanMove utility types from resolver into resolver::types
2018-03-29 Dirkjan OchtmanMove resolver::Resolve into a new resolver::resolve...
2018-03-29 borsAuto merge of #5261 - djc:reformat, r=matklad
2018-03-29 Dirkjan OchtmanFix formatting issues with cargo fmt
2018-03-28 borsAuto merge of #5253 - matklad:unit-meta-2, r=alexcrichton
2018-03-28 borsAuto merge of #5255 - matklad:rustdoc-features, r=alexc...
2018-03-28 Aleksey KladovRestore --features args for cargo rustdoc
2018-03-27 Aleksey KladovIntroduce compilation files
2018-03-27 borsAuto merge of #5252 - matklad:new-context-new, r=alexcr...
2018-03-27 Aleksey KladovSupply units to the context at the point of creation
2018-03-27 borsAuto merge of #5249 - alexcrichton:run-rustc-less,...
2018-03-27 Alex CrichtonRun `rustc` for information fewer times
2018-03-27 borsAuto merge of #5250 - rleungx:tweak-error-message,...
2018-03-27 rleungxaddress comment
2018-03-27 rleungxtweak error message
2018-03-27 borsAuto merge of #5205 - gibix:i2773, r=alexcrichton
2018-03-26 borsAuto merge of #5228 - phil-opp:target-spec, r=alexcrichton
2018-03-26 borsAuto merge of #5244 - Eijebong:tempfile, r=alexcrichton
2018-03-26 Bastien OrivelReplace tempdir by tempfile
2018-03-26 borsAuto merge of #5243 - alexcrichton:more-feature-sync...
next