about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
AgeCommit message (Expand)AuthorLines
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-1/+2
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-1/+1
2022-12-21Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJungbors-2/+4
2022-12-14Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602' into sync_cg_clif-202...bjorn3-396/+715
2022-12-13Rename `assert_uninit_valid` intrinsicNilstrieb-2/+4
2022-12-11bug! with a better error message for failing Instance::resolveMichael Goulet-4/+3
2022-12-11Use rint instead of roundevenJules Bertholet-0/+2
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+2
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-2/+4
2022-12-03Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiserbors-219/+5
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-2/+2
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-219/+5
2022-11-26Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errorsGuillaume Gomez-9/+4
2022-11-24Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiserbors-1/+1
2022-11-23Add `Mutability::{is_mut,is_not}`Maybe Waffle-9/+4
2022-11-21Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3Matthias Krüger-35/+23
2022-11-19deduplicate constant evaluation in cranelift backendRalf Jung-35/+23
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-12/+21
2022-11-17Use custom entry name in craneliftAyush Singh-12/+21
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-1/+1
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-1/+1
2022-11-15Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obkbors-2/+2
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-4/+4
2022-11-09Fix `rustdoc --version` when used with download-rustcJoshua Nelson-1/+1
2022-11-06fix cranelift and gccRalf Jung-2/+2
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-4/+5
2022-10-27Update toolingMaybe Waffle-7/+2
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-0/+1
2022-10-23Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...bjorn3-175/+463
2022-10-14more dupe word typosRageking8-1/+1
2022-10-06Remove `mir::CastKind::Misc`ouz-a-2/+16
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22introduce mir::Unevaluatedb-naber-11/+2
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-0/+9
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-42/+31
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-0/+9
2022-09-15nitsb-naber-11/+1
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-1/+6
2022-09-14address review againb-naber-19/+1
2022-09-13Address code review commentsEric Holk-0/+1
2022-09-13cranelift changesb-naber-49/+59
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-6/+13
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-3/+3
2022-09-12Make x.py check workEric Holk-1/+5
2022-09-10Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-deadbors-8/+1
2022-09-09The `<*const T>::guaranteed_*` methods now return an option for the unknown caseOli Scherer-8/+1
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-5/+6
2022-09-07ssa: implement `#[collapse_debuginfo]`David Wood-3/+3