]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-09-22 Mazdak FarrokhzadClarify the "since" tidy check
2019-09-22 borsAuto merge of #64669 - estebank:unreachable, r=Centril
2019-09-22 borsAuto merge of #64666 - Centril:rollup-tp98vlr, r=Centril
2019-09-21 Esteban Küberreview comments
2019-09-21 Esteban KüberDo not trigger unreachable lint in async body and Use...
2019-09-21 Mazdak FarrokhzadRollup merge of #64664 - matklad:remove-ast-builder...
2019-09-21 Mazdak FarrokhzadRollup merge of #64660 - guanqun:unify-errors-for-tuple...
2019-09-21 Mazdak FarrokhzadRollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obk
2019-09-21 Mazdak FarrokhzadRollup merge of #64634 - cuviper:llvm-9.0.0, r=alexcrichton
2019-09-21 Mazdak FarrokhzadRollup merge of #64619 - sam09:fix-63962, r=Centril
2019-09-21 Mazdak FarrokhzadRollup merge of #64618 - alexcrichton:improve-dist...
2019-09-21 Mazdak FarrokhzadRollup merge of #64617 - alexcrichton:smaller-msi,...
2019-09-21 Mazdak FarrokhzadRollup merge of #64615 - alexcrichton:smaller-exe,...
2019-09-21 Mazdak FarrokhzadRollup merge of #63907 - estebank:assoc-type-mismatch...
2019-09-21 Aleksey Kladovfully remove AstBuilder
2019-09-21 Sam RadhakrishanFixes #63962. Hint about missing tuple parentheses...
2019-09-21 Guanqun Luunify errors for tuple/struct variants
2019-09-21 gnzlbgrevert error message changes
2019-09-21 gnzlbgremove feature
2019-09-21 borsAuto merge of #64658 - Centril:rollup-9s3raz6, r=Centril
2019-09-21 Mazdak FarrokhzadRollup merge of #64642 - cuviper:move-for-loop-snippet...
2019-09-21 Mazdak FarrokhzadRollup merge of #64641 - cuviper:extern-rust-ctypes...
2019-09-21 Mazdak FarrokhzadRollup merge of #64640 - Wind-River:master, r=alexcrichton
2019-09-21 Mazdak FarrokhzadRollup merge of #64632 - guanqun:patch-1, r=jonas-schievink
2019-09-21 Mazdak FarrokhzadRollup merge of #64621 - XAMPPRocky:relnotes, r=Mark...
2019-09-21 Mazdak FarrokhzadRollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk
2019-09-21 Mazdak FarrokhzadRollup merge of #64342 - glorv:master, r=varkor
2019-09-21 Mazdak FarrokhzadRollup merge of #64136 - crgl:doc-from-parser-lhs,...
2019-09-21 Mazdak FarrokhzadRollup merge of #64010 - c410-f3r:stabilize-attrs-fn...
2019-09-21 borsAuto merge of #64047 - timvermeulen:cmp_min_max_by...
2019-09-20 n-salimMerge pull request #25 from Wind-River/stat
2019-09-20 Josh StoneFix the span used to suggest avoiding for-loop moves
2019-09-20 Baoshan Pangrust stat should call libc stat
2019-09-20 Josh StoneExempt extern "Rust" from improper_ctypes
2019-09-20 n-salimMerge pull request #24 from Wind-River/home_directory
2019-09-20 Baoshan PangNo home directory on vxWorks
2019-09-20 gnzlbgAllow using fn pointers in const fn behind const_fn_ptr...
2019-09-20 Josh StoneUpdate to LLVM 9.0.0
2019-09-20 guanqunremove the extra comma after the match arm
2019-09-20 n-salimMerge pull request #23 from rust-lang/master
2019-09-20 borsAuto merge of #64584 - nikomatsakis:issue-64477-generat...
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 Erin PowerAdd Compatibility Notes to RELEASES.md for 1.38.0
2019-09-19 Niko Matsakisadd a mir-opt test that we don't add the spurious drop
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 Niko Matsakisfix mir-opt tests
2019-09-19 Alex Crichtonrustbuild: Improve output of `dist` step
2019-09-19 Niko Matsakiswhoops, only trigger this path for avoiding DROP, not...
2019-09-19 Niko Matsakisfix tests for 2018
2019-09-19 Alex Crichtonrustbuild: Turn down compression on msi installers
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 gaoleifactor out pluralisation remains after #64280
2019-09-19 Alex Crichtonrustbuild: Turn down compression on exe installers
2019-09-19 Niko Matsakisavoid generating drops for moved operands of calls
2019-09-19 Alex Crichtonrustbuild: Copy crate doc files fewer times
2019-09-19 Alex Crichtonrustbuild: Don't package libstd twice
2019-09-19 Niko Matsakismake clear that `invalidate` just replaces with `default`
2019-09-19 Alex Crichtonazure: Convert Windows installations scripts to `bash`
2019-09-19 Niko Matsakisreplace boolean with lazy iteration
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 Esteban KüberAdd explanation to type mismatch involving type params...
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 Niko Matsakisdon't record all intermediate adjustment types
next