about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-22Report an error on incompatible symbol definitionsbjorn3-9/+24
2022-07-22Fix inline asm codegen for empty templatebjorn3-80/+90
2022-07-22Don't crash when local variables are too big to store on the stackbjorn3-0/+6
2022-07-18Update for changes to the rustc test suitebjorn3-1/+5
2022-07-18Rustup to rustc 1.64.0-nightly (263edd43c 2022-07-17)bjorn3-6/+6
2022-07-18Sync from rust 880416180b0a9ee1141c07d4d17667edb77daebdbjorn3-61/+48
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-13/+2
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+9
2022-07-14Use constant eval to do strict validity checks5225225-13/+2
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-6/+6
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-1/+1
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-1/+1
2022-07-12add new rval, pull deref earlyouz-a-0/+5
2022-07-11Keep unstable target features for asm feature checkingAmanieu d'Antras-1/+1
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-1/+0
2022-07-09tweak names and output and blessRalf Jung-1/+1
2022-07-09review feedbackRalf Jung-1/+1
2022-07-09fix cranelift and gcc backendsRalf Jung-0/+1
2022-07-09Rollup merge of #99070 - tamird:update-tracking-issue, r=RalfJungDylan DPC-16/+16
2022-07-08Update integer_atomics tracking issueTamir Duberstein-16/+16
2022-07-06incr: cache dwarf objects in work productsDavid Wood-2/+9
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2022-07-05Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJungbors-23/+0
2022-07-03Update for changes to the rustc test suitebjorn3-0/+4
2022-07-03Rustup to rustc 1.64.0-nightly (f2d93935f 2022-07-02)bjorn3-3/+3
2022-07-03Sync from rust f99f9e48ed77a99747c6d07b42fdfe500f1a7de0bjorn3-3/+4
2022-07-02Add code to print clif ir on panics during define_functionbjorn3-2/+30
2022-06-30Recover when failing to normalize closure signature.Camille GILLOT-0/+1
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-23/+0
2022-06-28Fix a crash for 11 single byte fields passed through the C abibjorn3-20/+37
2022-06-28Allow building the sysroot with --emit llvm-irbjorn3-1/+1
2022-06-28Run regalloc checker on CIbjorn3-0/+1
2022-06-28Update to Cranelift 0.85.1bjorn3-30/+30
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-3/+3
2022-06-23Update for changes to the rustc test suitebjorn3-1/+2
2022-06-23Disable DWARF debuginfo on Windowsbjorn3-1/+5
2022-06-23Update Cranelift to 0.85.0bjorn3-28/+35
2022-06-23Adopt for "Remove dereferencing of Box from codegen"bjorn3-9/+1
2022-06-23Rustup to rustc 1.63.0-nightly (10f4ce324 2022-06-22)bjorn3-1/+1
2022-06-23Sync from rust 10f4ce324baf7cfb7ce2b2096662b82b79204944bjorn3-44/+25
2022-06-21Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoeristerbors-35/+8
2022-06-19Remove the source archive functionality of ArchiveWriterbjorn3-21/+3
2022-06-19Fix "Remove src_files and remove_file"bjorn3-1/+5
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-1/+1
2022-06-17Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnayYuki Okushi-1/+8
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-1/+1
2022-06-14Remove src_files and remove_filebjorn3-13/+0
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-4/+5
2022-06-14Rustup to rustc 1.63.0-nightly (ca122c7eb 2022-06-13)bjorn3-5/+6
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-4/+4