]> git.lizzy.rs Git - rust.git/history - src
Fix comment to reflect error handling behaviour.
[rust.git] / src /
2020-05-01 jumbatmFix comment to reflect error handling behaviour.
2020-05-01 jumbatmAllow unreachable_patterns instead of using `if true`
2020-05-01 jumbatmMatch kind in try_validation_pat!.
2020-05-01 jumbatmAdd FIXME about replacing all usages of try_validation.
2020-05-01 jumbatmApply suggestions from code review
2020-05-01 jumbatmUpdate stderrs.
2020-05-01 jumbatmPartially unrevert #70566.
2020-05-01 jumbatmThrow validation failure for InvalidUndefBytes.
2020-05-01 jumbatmDon't fail for UndefinedBehaviourInfo in validation.
2020-05-01 jumbatmDon't duplicate body of try_validation.
2020-05-01 jumbatmAdd try_validation_pat.
2020-05-01 jumbatmDon't duplicate macro for optional arg.
2020-05-01 borsAuto merge of #71623 - petrochenkov:localink, r=estebank
2020-05-01 borsAuto merge of #70674 - cjgillot:query-arena-all, r...
2020-04-30 borsAuto merge of #71721 - tmandry:rollup-e27pxex, r=tmandry
2020-04-30 Tyler MandryRollup merge of #71719 - tmandry:update-backtrace-sys...
2020-04-30 Tyler MandryRollup merge of #71691 - ecstatic-morse:const-unreachab...
2020-04-30 Tyler MandryRollup merge of #71688 - ecstatic-morse:const-downcast...
2020-04-30 Tyler MandryRollup merge of #71682 - ehuss:bump-pulldown-cmark...
2020-04-30 Tyler MandryRollup merge of #71590 - RalfJung:mir-dump-pointers...
2020-04-30 Tyler MandryRollup merge of #71567 - Mark-Simulacrum:no-success...
2020-04-30 Tyler MandryRollup merge of #71465 - oli-obk:is_thread_local_cleanu...
2020-04-30 Tyler MandryRollup merge of #71148 - bluss:vec-drop-raw-slice,...
2020-04-30 borsAuto merge of #71717 - Dylan-DPC:rollup-av5vjor, r...
2020-04-30 Dylan DPCRollup merge of #71597 - CohenArthur:refactor-unique...
2020-04-30 Dylan DPCRollup merge of #71559 - dillona:detect_git_progress_ve...
2020-04-30 Dylan DPCRollup merge of #71449 - ecstatic-morse:free-region...
2020-04-30 Dylan DPCRollup merge of #71433 - antoyo:error/missing-right...
2020-04-30 Dylan DPCRollup merge of #70950 - nikomatsakis:leak-check-nll...
2020-04-30 borsAuto merge of #71675 - pietroalbini:ci-fix-shrink-regre...
2020-04-30 Oliver SchererA test now fails during check instead of build
2020-04-30 Oliver SchererAddress review comments
2020-04-30 Oliver SchererHighlight an error that can only happen in CTFE
2020-04-30 Oliver SchererAdd a convenience function for testing whether a static...
2020-04-30 Oliver SchererSeparate miri/ctfe unsupported operations
2020-04-30 borsAuto merge of #71707 - Dylan-DPC:rollup-hk8itvo, r...
2020-04-30 Dylan DPCRollup merge of #71692 - dfreese:cfgdocs, r=kennytm
2020-04-30 Dylan DPCRollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPC
2020-04-30 Dylan DPCRollup merge of #71655 - RalfJung:const-pattern-soundne...
2020-04-30 Dylan DPCRollup merge of #71540 - ldm0:ref2ptr, r=oli-obk
2020-04-30 Dylan DPCRollup merge of #71205 - NeoRaider:check_attr, r=jonas...
2020-04-30 cohenarthurrename-unique: Rename Unique::empty() to Unique::dangling()
2020-04-30 borsAuto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix
2020-04-30 borsAuto merge of #71687 - RalfJung:miri, r=RalfJung
2020-04-29 borsAuto merge of #71528 - alexcrichton:no-more-bitcode...
2020-04-29 borsAuto merge of #71689 - Dylan-DPC:rollup-8nyuwm1, r...
2020-04-29 Dylan MacKenzieBless tests
2020-04-29 David FreeseUpdate src/libcore/macros/mod.rs
2020-04-29 Alex CrichtonStore LLVM bitcode in object files, not compressed
2020-04-29 David FreeseAdd clarification on std::cfg macro docs v. #[cfg]...
2020-04-29 Dylan MacKenzieAllow `Unreachable` terminators unconditionally
2020-04-29 Dylan DPCRollup merge of #71680 - nicholasbishop:bishop-fix...
2020-04-29 Dylan DPCRollup merge of #71678 - ehuss:rustc-doc-index, r=Mark...
2020-04-29 Dylan DPCRollup merge of #71627 - ldm0:autoderefarg, r=Dylan-DPC
2020-04-29 Dylan DPCRollup merge of #71617 - samrat:suggest-int-into, r...
2020-04-29 Dylan DPCRollup merge of #71572 - lcnr:type_length, r=Dylan-DPC
2020-04-29 Dylan DPCRollup merge of #71507 - CohenArthur:document-unsafe...
2020-04-29 Dylan MacKenzieAllow `Downcast` projections unconditionally
2020-04-29 Ralf Jungupdate Miri
2020-04-29 borsAuto merge of #71674 - flip1995:clippyup, r=Dylan-DPC
2020-04-29 Nicholas BishopFix doc link to Eq trait from PartialEq trait
2020-04-29 Eric HussAdd an index page for nightly rustc docs.
2020-04-29 Pietro Albinici: use bash when executing the "bors build finished...
2020-04-29 Donough LiuSuggest deref when coercing `ty::Ref` to `ty::RawPtr`
2020-04-29 flip1995Update Clippy
2020-04-29 borsAuto merge of #67343 - ecstatic-morse:qualif-structural...
2020-04-29 Bastian Kauschkedocument stable counterparts of intrinsics
2020-04-29 Ralf Jungexpand comment in memory.rs with extra soundness concerns
2020-04-29 Ralf Jungsome more test cases
2020-04-29 borsAuto merge of #71664 - Dylan-DPC:rollup-eng60x9, r...
2020-04-29 Dylan DPCRollup merge of #71657 - Daniel-Worrall:24949, r=estebank
2020-04-29 Dylan DPCRollup merge of #71654 - zachreizner:patch-1, r=jonas...
2020-04-29 Dylan DPCRollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wo...
2020-04-29 Dylan DPCRollup merge of #71286 - Alexendoo:test-issue-69654...
2020-04-29 Dylan DPCRollup merge of #71217 - estebank:tail-borrow-sugg...
2020-04-29 cohenarthursafety-ptr: Add SAFETY on some unsafe blocks from libco...
2020-04-29 Ralf Jungalso test reference into static field
2020-04-29 borsAuto merge of #71577 - tmiasko:backtrace-sys, r=Dylan-DPC
2020-04-29 Donough LiuRename function to `suggest_deref_ref_or_into` because...
2020-04-29 Donough LiuMove branch point upwards to avoid unnecessary mk_ptr()
2020-04-29 borsAuto merge of #71518 - felix91gr:const_prop_bugfix_just...
2020-04-29 Esteban KüberSuggest `;` or assignment to drop borrows in tail exprs
2020-04-29 Daniel WorrallAdd #24949 assoc constant static recursion test
2020-04-29 Amanieu d'AntrasFix test
2020-04-29 Amanieu d'AntrasRemove Session::no_landing_pads()
2020-04-29 Amanieu d'AntrasRemove -Z no-landing-pads tests
2020-04-29 Amanieu d'AntrasRemove -Z no-landing-pads flag
2020-04-28 Dylan MacKenzieBless test that no longer warns
2020-04-28 borsAuto merge of #71486 - alexcrichton:arm64-lld, r=Mark...
2020-04-28 Dylan MacKenzieTYPE -> TYPE_ASCRIPTIONG
2020-04-28 Dylan MacKenzieUse path to refer to constants in cross-crate pattern...
2020-04-28 Dylan MacKenzieAdd cross-crate const in pattern tests
2020-04-28 Dylan MacKenzieAdd branchy `const` in pattern tests
2020-04-28 Dylan MacKenzieFIXME: ignore test that ICEs
2020-04-28 Dylan MacKenzieAdd tests from #67088 and the issues mentioned in its...
2020-04-28 Dylan MacKenzieIncorporate MIR const-checker into `Pat` lowering
2020-04-28 Dylan MacKenzieAdd `CustomEq` qualif
2020-04-28 Ralf Jungclarify comment
2020-04-28 Ralf Jungadd test for const-ref-to-cross-crate-mutable-static
2020-04-28 Ralf Jungbetter document const-pattern dynamic soundness checks...
next