]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-20 n-salimMerge pull request #23 from rust-lang/master
2019-09-20 borsAuto merge of #64553 - alexcrichton:windows-bash-instal...
2019-09-20 borsAuto merge of #64498 - estebank:point-at-arg, r=Centril
2019-09-20 borsAuto merge of #64576 - pietroalbini:split-aws-tokens...
2019-09-19 borsAuto merge of #64616 - Centril:rollup-du6728f, r=Centril
2019-09-19 Esteban Küberadd comments
2019-09-19 Esteban Küberremove duplicated code
2019-09-19 Esteban Küberreview comments
2019-09-19 Esteban Küberreview comments
2019-09-19 Esteban KüberWhen possible, suggest fn call
2019-09-19 Esteban KüberReview comment: move to its own method
2019-09-19 Esteban KüberIgnore obligations coming from desugared call spans
2019-09-19 Esteban KüberWhen possible point at argument causing item obligation...
2019-09-19 Mazdak FarrokhzadRollup merge of #64613 - alexcrichton:less-doc-copies...
2019-09-19 Mazdak FarrokhzadRollup merge of #64611 - alexcrichton:no-libstd-twice...
2019-09-19 Mazdak FarrokhzadRollup merge of #64606 - adrianheine:patch-1, r=sfackler
2019-09-19 Mazdak FarrokhzadRollup merge of #64601 - grovesNL:two-backticks, r...
2019-09-19 Mazdak FarrokhzadRollup merge of #64592 - Aaron1011:feature/unreachable...
2019-09-19 Mazdak FarrokhzadRollup merge of #63448 - RalfJung:miri-discriminant...
2019-09-19 Alex Crichtonrustbuild: Copy crate doc files fewer times
2019-09-19 Alex Crichtonrustbuild: Don't package libstd twice
2019-09-19 Alex Crichtonazure: Convert Windows installations scripts to `bash`
2019-09-19 Adrian Heine... Remove unnecessary `mut` in doc example
2019-09-19 Ralf Jungfirst determine if the variant is a niche-variant,...
2019-09-19 borsAuto merge of #64545 - nnethercote:ObligForest-more...
2019-09-19 Pietro Albinici: split aws credentials in two separate users with...
2019-09-19 Joshua GrovesFix backticks in documentation
2019-09-19 borsAuto merge of #64598 - Centril:rollup-htmf39p, r=Centril
2019-09-19 Mazdak FarrokhzadRollup merge of #64591 - jamesmunns:grammar-fix, r...
2019-09-19 Mazdak FarrokhzadRollup merge of #64566 - ecstatic-morse:generic-dataflo...
2019-09-19 Mazdak FarrokhzadRollup merge of #64554 - lqd:polonius_tests4, r=nikomat...
2019-09-19 Mazdak FarrokhzadRollup merge of #64536 - Aaron1011:cargo-crate-type...
2019-09-19 Mazdak FarrokhzadRollup merge of #63630 - andjo403:bump_compiler, r...
2019-09-19 Aaron HillMerge inherent impl blocks for `Diverges
2019-09-19 Aaron HillUpdate Cargo
2019-09-19 Aaron HillAnother formatting fix
2019-09-19 Aaron HillUse 'if let' instead of 'match'
2019-09-19 Aaron HillIntroduce Diverges::always constructor
2019-09-18 Aaron HillApply formatting fixes
2019-09-18 Aaron HillSome formatting cleanup
2019-09-18 Aaron HillMake note better when all arms in a `match` diverge
2019-09-18 James MunnsRestore whitespace
2019-09-18 Aaron HillPoint at original span when emitting unreachable lint
2019-09-18 James MunnsFix a minor grammar nit, update UI tests
2019-09-18 Nicholas NethercoteAdd a specialized version of `shallow_resolve()`.
2019-09-18 Nicholas NethercoteUse explicit iteration instead of `all()` in `process_o...
2019-09-18 borsAuto merge of #64583 - tmandry:rollup-b793x81, r=tmandry
2019-09-18 Tyler MandryRollup merge of #64580 - ehuss:update-books, r=ehuss
2019-09-18 Tyler MandryRollup merge of #64578 - max-sixty:22656-lldb-8, r...
2019-09-18 Tyler MandryRollup merge of #64532 - ecstatic-morse:dataflow-cursor...
2019-09-18 Tyler MandryRollup merge of #64348 - arnohaase:pr_documentation_spi...
2019-09-18 Tyler MandryRollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry
2019-09-18 Dylan MacKenzieFix bug where `is_call_return_effect_applied` was never set
2019-09-18 Eric HussUpdate books
2019-09-18 Dylan MacKenzieAdd summary of the current state and future plans
2019-09-18 Maximilian... fix debuginfo/issue22656 with LLDB 8
2019-09-18 Dylan MacKenziePublish `rustc_mir::dataflow` and remove `#[allow(unused)]`
2019-09-18 Dylan MacKenzieFix typo
2019-09-18 Dylan MacKenzieUse an associated const for `name`
2019-09-18 Dylan MacKenzieFix `Analysis` example
2019-09-18 borsAuto merge of #64575 - lzutao:fmt-primitives-doc, r...
2019-09-18 Arno Haasebroken hyperlinks in documentation
2019-09-18 Lzu Taodoc: Format some primitives examples
2019-09-18 borsAuto merge of #64570 - tmandry:rollup-3pg02lj, r=tmandry
2019-09-18 Tyler MandryRollup merge of #64528 - Aaron1011:fix/proc-macro-type...
2019-09-18 Tyler MandryRollup merge of #64516 - RalfJung:nomicon, r=Centril
2019-09-18 Tyler MandryRollup merge of #64503 - RalfJung:miri-retag, r=oli-obk
2019-09-18 Tyler MandryRollup merge of #64486 - matthewjasper:hygiene-debuggin...
2019-09-18 Dylan MacKenzieAdd ignore reason to placate `tidy`
2019-09-18 Dylan MacKenzieTemporarily add `#[allow(unused)]` for CI
2019-09-18 Dylan MacKenzieDocument new dataflow analysis
2019-09-17 Dylan MacKenzieAdd generic dataflow impl
2019-09-17 Aaron HillGenerate proc macro harness in AST order.
2019-09-17 borsAuto merge of #64562 - tmandry:rollup-kfk0nuo, r=tmandry
2019-09-17 Tyler MandryRollup merge of #64544 - RalfJung:build-manifest, r...
2019-09-17 Tyler MandryRollup merge of #64541 - RalfJung:miri-errors, r=oli-obk
2019-09-17 Tyler MandryRollup merge of #64529 - taiki-e:docs-pin-as-mut, r...
2019-09-17 Tyler MandryRollup merge of #64505 - pickfire:patch-1, r=Mark-Simul...
2019-09-17 Tyler MandryRollup merge of #64502 - RalfJung:miri-toolstate, r...
2019-09-17 Tyler MandryRollup merge of #64436 - llogiq:transmute-docs, r=RalfJung
2019-09-17 Tyler MandryRollup merge of #64429 - afnanenayet:afnan/fix-failure...
2019-09-17 Tyler MandryRollup merge of #64394 - nnethercote:shrink-SubregionOr...
2019-09-17 Tyler MandryRollup merge of #64283 - XAMPPRocky:master, r=Mark...
2019-09-17 Tyler MandryRollup merge of #61626 - oli-obk:const_eval_intrinsics...
2019-09-17 Ralf Jungupdate Nomicon and Reference
2019-09-17 Matthew JasperPrint syntax contexts and marks when printing hygiene...
2019-09-17 borsAuto merge of #64525 - nikomatsakis:issue-64512-drop...
2019-09-17 lqdBless json output of test ui/json-options.rs for Polonius
2019-09-17 lqdBless json output of test ui/json-multiple.rs for Polonius
2019-09-17 lqdUpdate expectations of test ui/dropck/dropck_trait_cycl...
2019-09-17 lqdBless output of test borrowck/return-local-binding...
2019-09-17 lqdBless output of test borrowck/return-local-binding...
2019-09-17 Andre Bogusimprove Vec example soundness in mem::transmute docs
2019-09-17 Ralf Jungbuild-manifest: add some comments
2019-09-17 borsAuto merge of #64517 - alexcrichton:less-assertions...
2019-09-17 Oliver SchererGet rid of special const intrinsic query in favour...
2019-09-17 Taiki EndoUpdate src/libcore/pin.rs
2019-09-17 Taiki EndoAdd an example to Pin::as_mut
2019-09-17 borsAuto merge of #64543 - pietroalbini:revert-miri-manifes...
2019-09-17 Ralf Jungupdate miri
next