]> git.lizzy.rs Git - rust.git/history - compiler
Update mir opt tests
[rust.git] / compiler /
2021-05-24 borsAuto merge of #85639 - GuillaumeGomez:rollup-modinsi...
2021-05-24 bjorn3Use parse_target_triple in rustdoc
2021-05-24 Guillaume GomezRollup merge of #85628 - LeSeulArtichaut:thir-null...
2021-05-24 Guillaume GomezRollup merge of #85621 - jsha:serif-in-table, r=Guillau...
2021-05-24 Guillaume GomezRollup merge of #85551 - GuillaumeGomez:fix-search...
2021-05-24 Guillaume GomezRollup merge of #85271 - th1000s:master, r=JohnTitor
2021-05-24 borsAuto merge of #85596 - scottmcm:more-on-unimplemented...
2021-05-24 Pietro Albiniremove cfg(bootstrap)
2021-05-24 LeSeulArtichautMake `thir_check_unsafety` itself responsible for check...
2021-05-24 LeSeulArtichautAdd comments about stealing THIR in `mir_build`
2021-05-24 LeSeulArtichautReplace more "NULL" with "null"
2021-05-24 borsAuto merge of #85601 - klensy:padint-example-fix, r...
2021-05-24 borsAuto merge of #85515 - jedel1043:fix-85480, r=petrochenkov
2021-05-24 jedel1043Fix ast expanded printing for anonymous types
2021-05-24 borsAuto merge of #85611 - rust-lang:array-mod-doc, r=jyn514
2021-05-23 borsAuto merge of #85606 - 12101111:link_modifiers, r=petro...
2021-05-23 borsAuto merge of #85554 - 12101111:fix-dedup-native-libs...
2021-05-23 borsAuto merge of #85602 - GuillaumeGomez:donthide-inherent...
2021-05-23 12101111remove native_link_modifiers from the list of incomplet...
2021-05-23 Paul TrojahnReplace Local::new(1) with CAPTURE_STRUCT_LOCAL
2021-05-23 borsAuto merge of #85479 - Stupremee:render-Self_as-type...
2021-05-23 hyd-dev:facepalm:
2021-05-23 Scott McMurrayExtend rustc_on_implemented to improve a ?-on-ControlFl...
2021-05-23 hyd-devPass `StackPopUnwind` to `eval_fn_call()` and some...
2021-05-23 hyd-dev"unwind" -> "unwinding"
2021-05-23 hyd-dev`Cleanup(Option<_>)` -> `Cleanup(BasicBlock), Skip`
2021-05-23 borsAuto merge of #85599 - RalfJung:immut-allocs, r=oli-obk
2021-05-23 Ralf Jungfix comment
2021-05-23 Ralf Jung(try to) fix cranelift
2021-05-23 Ralf Jungsupport creating mutable allocations from byte slices
2021-05-23 Ralf Jungavoid redundant immutability check
2021-05-23 Ralf Jungreject deallocation of read-only allocations
2021-05-23 borsAuto merge of #85490 - CDirkx:fix-vxworks, r=dtolnay
2021-05-23 Dylan DPCRollup merge of #85575 - jsha:fix-toggle-settings,...
2021-05-23 Dylan DPCRollup merge of #85571 - workingjubilee:reverse-prepend...
2021-05-23 Dylan DPCRollup merge of #85525 - camelid:fix-mailmap, r=Mark...
2021-05-23 Dylan DPCRollup merge of #85334 - r00ster91:patch-8, r=dtolnay
2021-05-23 Dylan DPCRollup merge of #85288 - Geal:clarify-std-io-read,...
2021-05-23 Dylan DPCRollup merge of #84758 - ChrisDenton:dllimport, r=dtolnay
2021-05-23 borsAuto merge of #81601 - jyn514:llvm-on-demand, r=Mark...
2021-05-22 hyd-devDon't evaluate `self.fn_can_unwind(...)` if `can_unwind...
2021-05-22 hyd-devRefactor `match` + `if`
2021-05-22 hyd-devMove the callee "can unwind" check to the right place
2021-05-22 hyd-devconst-eval: disallow unwinding across functions that...
2021-05-22 borsAuto merge of #85578 - RalfJung:alloc-mem-extra, r...
2021-05-22 borsAuto merge of #85078 - RalfJung:const_fn_unsize, r...
2021-05-22 borsAuto merge of #85514 - GuillaumeGomez:upgrade-minifer...
2021-05-22 LeSeulArtichautHandle typeck errors properly
2021-05-22 LeSeulArtichautMake the THIR unsafeck use the `thir_body` query
2021-05-22 Ralf JungCTFE get_alloc_extra_mut: also provide ref to MemoryExtra
2021-05-22 LeSeulArtichautMake THIR building a stealable query
2021-05-22 LeSeulArtichautMove THIR structure definitions to `rustc_middle`
2021-05-22 Camille GILLOTGet rid of PreviousDepGraph.
2021-05-22 borsAuto merge of #85557 - hyd-dev:abi, r=RalfJung
2021-05-22 hyd-devAdd default implementation for `enforce_abi()`
2021-05-22 Aliénore Bouttefeuxchange from review and show full type if it can be...
2021-05-22 Ralf Jungstabilize const_fn_unsize
2021-05-22 borsAuto merge of #85568 - GuillaumeGomez:search-result...
2021-05-22 Aliénore BouttefeuxApply suggestions from code review
2021-05-22 borsAuto merge of #85531 - luqmana:flip-gc, r=petrochenkov
2021-05-22 borsAuto merge of #85505 - flip1995:clippyup, r=Manishearth
2021-05-21 borsAuto merge of #85560 - GuillaumeGomez:rollup-8k90rc7...
2021-05-21 Felix S. Klock IIRevert portion of PR #83521 that injected issue #85435...
2021-05-21 Guillaume GomezRollup merge of #85555 - LeSeulArtichaut:thir-unsafeck...
2021-05-21 Guillaume GomezRollup merge of #85506 - GuillaumeGomez:reset-focusedBy...
2021-05-21 LeSeulArtichautCheck for use of mutable/extern statics in THIR unsafeck
2021-05-21 borsAuto merge of #85511 - Mark-Simulacrum:eq-not-sup,...
2021-05-21 LeSeulArtichautCheck for ptr-to-int casts in const functions in THIR...
2021-05-21 LeSeulArtichautCheck for initialization of layout-restricted types
2021-05-21 12101111native lib: defer the duplicate check after relevant_li...
2021-05-21 hyd-devAdd `rustc_mir::interpret::Machine::enforce_abi()`
2021-05-21 Mark RousskovAdjust self-type to require equality
2021-05-21 borsAuto merge of #85482 - scottmcm:more-try-bootstrap...
2021-05-21 Aliénore Bouttefeuxremove generic argument insead of displaying "_"
2021-05-21 borsAuto merge of #85416 - durin42:llvm-catchup-may-2021...
2021-05-21 borsAuto merge of #85400 - lnicola:rust-analyzer-2021-05...
2021-05-21 Luqman AdenRemove linker_is_gnu: true cases as that is now the...
2021-05-21 borsAuto merge of #85060 - ChrisDenton:win-file-exists...
2021-05-21 borsAuto merge of #85382 - Aaron1011:project-eval, r=nikoma...
2021-05-20 borsAuto merge of #85524 - RalfJung:miri, r=RalfJung
2021-05-20 Luqman AdenSwap TargetOptions::linker_is_gnu default from false...
2021-05-20 borsAuto merge of #85521 - alexcrichton:less-tls-inline...
2021-05-20 borsAuto merge of #85518 - GuillaumeGomez:rollup-mq4ohfy...
2021-05-20 Guillaume GomezRollup merge of #85509 - GuillaumeGomez:search-null...
2021-05-20 Guillaume GomezRollup merge of #85507 - GuillaumeGomez:extend-escape...
2021-05-20 Guillaume GomezRollup merge of #85375 - SkiFire13:fix-85347, r=jackh726
2021-05-20 Guillaume GomezRollup merge of #85326 - infinity0:fix-cross-compile...
2021-05-20 Guillaume GomezRollup merge of #85275 - CDirkx:memchr, r=m-ou-se
2021-05-20 borsAuto merge of #85493 - Amanieu:fix_85446, r=dtolnay
2021-05-20 borsAuto merge of #84665 - adamgemmell:aarch64-features...
2021-05-20 flip1995Merge commit '9e3cd88718cd1912a515d26dbd9c4019fd5a9577...
2021-05-20 borsAuto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJung
2021-05-20 borsAuto merge of #84697 - CDirkx:util, r=m-ou-se
2021-05-20 borsAuto merge of #85391 - Mark-Simulacrum:opt-tostring...
2021-05-19 Ralf JungRollup merge of #85472 - RalfJung:allocation, r=oli-obk
2021-05-19 Ralf JungRollup merge of #85470 - GuillaumeGomez:fix-css-rules...
2021-05-19 Ralf JungRollup merge of #85464 - steffahn:fix_ub_in_ptr_swap_do...
2021-05-19 Ralf JungRollup merge of #85439 - mgacek8:add_diagnostic_item_to...
2021-05-19 Ralf JungRollup merge of #85315 - satylogin:master, r=yaahc
2021-05-19 Ralf JungRollup merge of #85287 - eggyal:expose-test-concurrent...
next