]> git.lizzy.rs Git - rust.git/history - src/test
Ensure that we process projections during MIR inlining
[rust.git] / src / test /
2020-01-02 Aaron HillEnsure that we process projections during MIR inlining
2020-01-01 borsAuto merge of #67676 - wesleywiser:lint_overflowing_int...
2020-01-01 Wesley WiserIgnore overflow lint on 32-bit platform
2020-01-01 borsAuto merge of #67729 - mati865:deps, r=nikomatsakis
2020-01-01 borsAuto merge of #67471 - nnethercote:revert-66405, r...
2019-12-31 borsAuto merge of #67726 - JohnTitor:clippy-up, r=oli-obk
2019-12-31 borsAuto merge of #67764 - Centril:rollup-ycbq3os, r=Centril
2019-12-31 Mazdak FarrokhzadRollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe
2019-12-31 Mazdak FarrokhzadRollup merge of #67744 - Centril:reduce-diversity,...
2019-12-31 Mazdak FarrokhzadRollup merge of #67730 - Centril:typeck-pat-cleanup...
2019-12-31 Mazdak FarrokhzadRollup merge of #67702 - crlf0710:normalize_ident2...
2019-12-31 Mazdak FarrokhzadRollup merge of #67685 - lukaslueg:const_result, r...
2019-12-31 Mazdak FarrokhzadRollup merge of #67574 - Centril:librustc_lowering...
2019-12-31 borsAuto merge of #67699 - cjgillot:passes-resolve, r=Zoxc
2019-12-31 borsAuto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r...
2019-12-31 Dylan DPCRollup merge of #67735 - petrochenkov:uibool, r=Mark...
2019-12-31 Dylan DPCRollup merge of #67723 - ldm0:E0477, r=Dylan-DPC
2019-12-31 Dylan DPCRollup merge of #67719 - jumbatm:add-self-to-mailmap...
2019-12-31 Dylan DPCRollup merge of #67697 - cjgillot:passes-scope-tree...
2019-12-31 Dylan DPCRollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC
2019-12-31 borsAuto merge of #67597 - estebank:placeholder-type, r...
2019-12-31 Fangrui SongUse function attribute "frame-pointer" instead of ...
2019-12-31 Mazdak Farrokhzadparser::pat: remove .fatal calls
2019-12-31 Mazdak Farrokhzadde-fatalize some errors
2019-12-31 borsAuto merge of #67032 - cjgillot:hirene, r=Zoxc
2019-12-31 Wesley WiserLint overflowing integer casts in const prop
2019-12-30 borsAuto merge of #67707 - petrochenkov:crateren, r=Centril
2019-12-30 Vadim PetrochenkovSupport `-Z ui-testing=yes/no`
2019-12-30 Vadim PetrochenkovRename `libsyntax_ext` and `libsyntax_expand` in code
2019-12-30 borsAuto merge of #67474 - mark-i-m:simplify-borrow_check...
2019-12-30 Mazdak FarrokhzadBlame user type in pat type error.
2019-12-30 Mazdak Farrokhzadrefactor and fix this-expression-has-type note
2019-12-30 Mazdak FarrokhzadPass the span of `<init>` in `let <pat> = <init>;`
2019-12-30 Mazdak FarrokhzadShow scrutinee expr type for struct fields.
2019-12-30 Mazdak FarrokhzadMatchExpressionArmPattern: Use more generic wording.
2019-12-30 borsAuto merge of #67667 - wesleywiser:speed_up_trivially_v...
2019-12-30 borsAuto merge of #67658 - spastorino:do-not-copy-zsts...
2019-12-30 Donough LiuAdd error code explanation for E0477
2019-12-30 borsAuto merge of #67721 - JohnTitor:rollup-o8zm4r9, r...
2019-12-30 Yuki OkushiRollup merge of #67715 - petertodd:2019-typo-manuallydr...
2019-12-30 Yuki OkushiRollup merge of #67701 - petrochenkov:tidybless, r...
2019-12-30 Yuki OkushiRollup merge of #67698 - cjgillot:passes-first, r=Zoxc
2019-12-30 Yuki OkushiRollup merge of #67687 - estebank:issue-67634, r=matthe...
2019-12-30 Yuki OkushiRollup merge of #67677 - petrochenkov:dupexp, r=Centril
2019-12-30 Yuki OkushiRollup merge of #67657 - jumbatm:cleanup-const-hack...
2019-12-30 Yuki OkushiRollup merge of #67622 - gilescope:async-keyword-doc...
2019-12-30 Yuki OkushiRollup merge of #67564 - Mark-Simulacrum:iter-adapter...
2019-12-30 Yuki OkushiRollup merge of #67287 - Centril:mismatch-range-improve...
2019-12-30 Yuki OkushiRollup merge of #64273 - petrochenkov:stabattrmod,...
2019-12-30 Esteban Küberclean up logic
2019-12-30 Esteban KüberAccount for existing type params when suggesting replac...
2019-12-30 Esteban KüberAccount for all item kinds when collecting and gateing...
2019-12-30 Esteban KüberSuggest type param when encountering `_` in fn defs
2019-12-30 borsAuto merge of #67631 - oli-obk:polymorphic_promotion...
2019-12-30 Mazdak Farrokhzadnote other end-point when typeck range pats
2019-12-29 borsAuto merge of #66942 - cjgillot:hirene-ty, r=Zoxc
2019-12-29 Wesley WiserResolve long compile times when evaluating always valid...
2019-12-29 borsAuto merge of #67112 - Centril:expr-polish, r=estebank
2019-12-29 Dylan DPCRollup merge of #67679 - kraai:change-be-returning...
2019-12-29 Dylan DPCRollup merge of #67673 - JohnTitor:mailmap, r=Dylan-DPC
2019-12-29 Dylan DPCRollup merge of #67482 - ldm0:master, r=petrochenkov
2019-12-29 borsAuto merge of #67614 - Mark-Simulacrum:global-callbacks...
2019-12-28 borsAuto merge of #67334 - estebank:ignore-triple, r=nikoma...
2019-12-28 Esteban KüberDo not ICE on lifetime error involving closures
2019-12-28 Esteban KüberIgnore i586-unknown-linux-gnu and i586-unknown-musl...
2019-12-28 borsAuto merge of #67151 - petrochenkov:docomm, r=estebank
2019-12-28 borsAuto merge of #67459 - ssomers:#67438, r=RalfJung
2019-12-28 Vadim Petrochenkovresolve: Minor cleanup of duplicate macro reexports
2019-12-28 borsAuto merge of #67605 - lzutao:msdn-links, r=Mark-Simulacrum
2019-12-28 Vadim PetrochenkovStabilize attribute macros on inline modules
2019-12-28 borsAuto merge of #67598 - jumbatm:issue67557_simd_shuffle...
2019-12-28 borsAuto merge of #67670 - oli-obk:rollup-2dp08sd, r=oli-obk
2019-12-27 Oliver SchererRollup merge of #67664 - Manishearth:mailmapfixes,...
2019-12-27 Oliver SchererRollup merge of #67659 - SimonSapin:matches, r=rkruppe
2019-12-27 Oliver SchererRollup merge of #67654 - rossmacarthur:fix-51770-add...
2019-12-27 Oliver SchererRollup merge of #67635 - Mark-Simulacrum:path-doc-unsaf...
2019-12-27 Oliver SchererRollup merge of #67633 - christianpoveda:patch-1, r...
2019-12-27 Oliver SchererRollup merge of #67632 - kraai:remove-collapsed-referen...
2019-12-27 Oliver SchererRollup merge of #67629 - kraai:remove-redundant-link...
2019-12-27 Oliver SchererRollup merge of #67621 - matthewjasper:correct-static...
2019-12-27 Oliver SchererRollup merge of #67617 - kraai:remove-compiler_builtins...
2019-12-27 Oliver SchererRollup merge of #67604 - christianpoveda:scalar_to_...
2019-12-27 Oliver SchererRollup merge of #67602 - xfix:use-issue-none-instead...
2019-12-27 Oliver SchererRollup merge of #67594 - oxalica:update-libc, r=Dylan-DPC
2019-12-27 Oliver SchererRollup merge of #67588 - Kixunil:nonnull-slice-iter...
2019-12-27 Oliver SchererRollup merge of #67576 - king6cong:slice_repeat, r...
2019-12-27 Oliver SchererRollup merge of #65244 - seanmonstar:into-future, r...
2019-12-27 Sean McArthurcore: add IntoFuture trait and support for await
2019-12-27 borsAuto merge of #67035 - Goirad:implement-ipadd-padding...
2019-12-27 Wesley WiserFix `Instance::resolve()` incorrectly returning special...
2019-12-27 Ross MacArthurAdd regression test for old NLL ICE
2019-12-27 borsAuto merge of #67437 - matthew-healy:skip-llvm-rebuild...
2019-12-27 borsAuto merge of #67192 - oli-obk:const_zst_addr, r=RalfJu...
2019-12-26 Oliver SchererMake ui test bitwidth independent
2019-12-26 Oliver SchererRemove unintended noisy log statement
2019-12-26 Oliver SchererAdd regression test for ZST statics being allowed to...
2019-12-26 Oliver SchererPrevent an ICE on invalid transmutes
2019-12-26 Oliver SchererDon't ICE on the use of integer addresses for ZST const...
2019-12-26 borsAuto merge of #67592 - matthewjasper:cleanup-match...
2019-12-26 borsAuto merge of #67327 - oli-obk:cleanup, r=RalfJung
next