]> git.lizzy.rs Git - rust.git/history - compiler/rustc_middle
Rollup merge of #78758 - eltociear:patch-1, r=jyn514
[rust.git] / compiler / rustc_middle /
2020-11-05 Mara BosRollup merge of #78758 - eltociear:patch-1, r=jyn514
2020-11-05 Mara BosRollup merge of #78757 - camelid:crate-link-text, r...
2020-11-05 Mara BosRollup merge of #78756 - ehuss:update-cargo, r=ehuss
2020-11-05 Mara BosRollup merge of #78742 - vn-ki:fix-issue-78655, r=oli-obk
2020-11-05 Mara BosRollup merge of #78739 - hameerabbasi:issue-78654,...
2020-11-05 Mara BosRollup merge of #78738 - sasurau4:test/move-range-test...
2020-11-05 Mara BosRollup merge of #78735 - danielhenrymantilla:simplify...
2020-11-05 Mara BosRollup merge of #78733 - matthiaskrgr:cl11ppy, r=jyn514
2020-11-05 Mara BosRollup merge of #78727 - liketechnik:issue-55201, r...
2020-11-05 Mara BosRollup merge of #78716 - est31:array_traits, r=Dylan-DPC
2020-11-05 Mara BosRollup merge of #78584 - notriddle:master, r=GuillaumeGomez
2020-11-05 Mara BosRollup merge of #78465 - est31:proc_macro_to_string...
2020-11-05 Mara BosRollup merge of #78093 - camelid:as-cleanup, r=jyn514
2020-11-05 Mara BosRollup merge of #76718 - poliorcetics:vec-ui-to-unit...
2020-11-05 borsAuto merge of #78754 - pietroalbini:checkout-v2, r...
2020-11-05 Ikko AshimineFixed typo in comment
2020-11-04 borsAuto merge of #78662 - sexxi-goose:add_expr_id_to_deleg...
2020-11-04 borsAuto merge of #78740 - pietroalbini:no-more-legacy...
2020-11-04 Vishnunarayan K Imake intern_const_alloc_recursive return error fix...
2020-11-04 borsAuto merge of #78280 - bugadani:span, r=lcnr
2020-11-04 borsAuto merge of #77227 - oli-obk:const_val_🌳_prelude...
2020-11-04 oliMake `ScalarInt` entirely independent of MIR interpretation
2020-11-04 oliDocument an `unwrap`
2020-11-04 oli`u128` truncation and sign extension are not just inter...
2020-11-04 Matthias Krügerfix a couple of clippy warnings:
2020-11-04 borsAuto merge of #78677 - Aaron1011:fix/capture-inner...
2020-11-04 oliMove ZST constant to the top of the impl block
2020-11-04 Oli SchererUpdate compiler/rustc_middle/src/ty/consts/int.rs
2020-11-04 oliSimplify `assert_bits` impl
2020-11-04 oliDo not raise interp errors from the scalar int module
2020-11-04 oliAdd helper for getting an `int` out of a `Scalar`
2020-11-04 oliAdd `is_null` helper
2020-11-04 oliExplain why we forward to self-printing during self...
2020-11-04 olicatch conversion errors during `ptr_sized_op`
2020-11-04 oliReplace `Scalar::zst` with a `Scalar::ZST` constant
2020-11-04 oliNo need for a `zst` constructor method when we can...
2020-11-04 oliUpdate comment
2020-11-04 oliUnaligned reads are UB in Rust irrelevant on which...
2020-11-04 oliRemove outdated FIXME
2020-11-04 olis/Scalar::Raw/Scalar::Int
2020-11-04 oliFix cranelift build
2020-11-04 oliExplain the use of blocks around `self.data` accesses
2020-11-04 oliUse packed struct instead of manually packing into...
2020-11-04 Oliver SchererEncode `ScalarInt::bytes` as `u128` instead of `[u8...
2020-11-04 Oliver SchererSplit the "raw integer bytes" part out of `Scalar`
2020-11-03 borsAuto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m...
2020-11-03 Mara BosRollup merge of #78699 - pietroalbini:lldb-error, r...
2020-11-03 Mara BosRollup merge of #78687 - jyn514:bootstrap-help, r=Mark...
2020-11-03 Mara BosRollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r...
2020-11-03 Mara BosRollup merge of #78626 - fusion-engineering-forks:depre...
2020-11-03 Mara BosRollup merge of #78624 - bjorn3:update_cg_clif-2020...
2020-11-03 Mara BosRollup merge of #77950 - arlosi:sha256, r=eddyb
2020-11-03 borsAuto merge of #76931 - oli-obk:const_prop_inline_lint_m...
2020-11-03 borsAuto merge of #78597 - RalfJung:raw-retag, r=oli-obk
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-11-03 borsAuto merge of #78489 - bugadani:array, r=estebank
2020-11-03 borsAuto merge of #78697 - JohnTitor:rollup-q0fchpv, r...
2020-11-03 Yuki OkushiRollup merge of #78676 - kiffie:embedded-bare-mipsr2...
2020-11-03 Yuki OkushiRollup merge of #78668 - tmiasko:inline, r=oli-obk
2020-11-03 Yuki OkushiRollup merge of #78664 - pickfire:patch-4, r=jonas...
2020-11-03 Yuki OkushiRollup merge of #78663 - Aaron1011:fix/cap-future-compa...
2020-11-03 Yuki OkushiRollup merge of #78616 - richkadel:unstable-book-instr...
2020-11-03 Yuki OkushiRollup merge of #78575 - tmiasko:compiletest-rustc...
2020-11-03 Yuki OkushiRollup merge of #78400 - GuillaumeGomez:fix-unindent...
2020-11-03 borsAuto merge of #78448 - rylev:cache-foreign_modules...
2020-11-02 borsAuto merge of #78607 - HeroicKatora:post-order-walk...
2020-11-02 borsAuto merge of #78667 - pietroalbini:lldb-unbuffered...
2020-11-02 Aaron HillFix ICE when a future-incompat-report has its command...
2020-11-02 Yuki OkushiRollup merge of #78637 - mystor:atomic_ptr_bool, r...
2020-11-02 Yuki OkushiRollup merge of #78627 - est31:total_cmp_no_superset...
2020-11-02 Yuki OkushiRollup merge of #78620 - gabhijit:bitops_doc_fix, r...
2020-11-02 Yuki OkushiRollup merge of #78610 - petrochenkov:nostriptok, r...
2020-11-02 Yuki OkushiRollup merge of #78606 - autarch:patch-1, r=m-ou-se
2020-11-02 borsAuto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper
2020-11-02 borsAuto merge of #78605 - nox:relax-elf-relocations, r...
2020-11-01 borsAuto merge of #75534 - Aaron1011:feature/new-future...
2020-11-01 borsAuto merge of #78553 - Nadrieril:fix-78549, r=varkor
2020-11-01 Mara BosRollup merge of #78596 - pavlukivan:master, r=m-ou-se
2020-11-01 Mara BosRollup merge of #78073 - fusion-engineering-forks:inlin...
2020-11-01 borsAuto merge of #78531 - cuviper:unwrap-metadata, r=tmandry
2020-11-01 borsAuto merge of #78420 - estebank:suggest-assoc-fn, r...
2020-10-31 Mara BosRollup merge of #78587 - petrochenkov:lazytok, r=Aaron1011
2020-10-31 Mara BosRollup merge of #78581 - a1phyr:const_btree_more, r...
2020-10-31 Mara BosRollup merge of #78577 - tmiasko:validate-aliasing...
2020-10-31 Mara BosRollup merge of #78550 - jyn514:setup, r=Mark-Simulacrum
2020-10-31 Mara BosRollup merge of #78526 - Aaron1011:fix/assoc-tokens...
2020-10-31 Mara BosRollup merge of #77099 - tspiteri:exp_m1-examples,...
2020-10-31 Mara BosRollup merge of #74622 - fusion-engineering-forks:panic...
2020-10-31 borsAuto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC
2020-10-31 Aaron HillImplement rustc side of report-future-incompat
2020-10-30 borsAuto merge of #78182 - LeSeulArtichaut:ty-visitor-conto...
2020-10-30 LeSeulArtichautRemove implicit `Continue` type
2020-10-30 LeSeulArtichautUse `ControlFlow::is{break,continue}`
2020-10-30 LeSeulArtichautTypeVisitor: use `std::ops::ControlFlow` instead of...
2020-10-30 borsAuto merge of #78562 - JohnTitor:rollup-otg906u, r...
2020-10-30 Yuki OkushiRollup merge of #78556 - camelid:mir-opt-nrvo-docs...
2020-10-30 Yuki OkushiRollup merge of #78554 - camelid:improve-drop_in_place...
2020-10-30 Yuki OkushiRollup merge of #78545 - jackh726:anonymous, r=oli-obk
2020-10-30 Yuki OkushiRollup merge of #78524 - tmiasko:source-files-borrow...
2020-10-30 Yuki OkushiRollup merge of #78523 - estebank:fix-return-type-parse...
next