]> git.lizzy.rs Git - rust.git/history - src
Rustfmt
[rust.git] / src /
2022-01-09 bjorn3Slightly simplify some macros by removing an extra...
2022-01-09 bjorn3Remove support for vector icmp for now
2022-01-09 bjorn3Move a couple of macros to intrinsics::simd
2022-01-09 bjorn3Move validate_simd_type from intrinsics to intrinsics...
2022-01-09 bjorn3Turn validate_simd_type into a function
2022-01-09 bjorn3Remove the call_intrinsic_match macro
2022-01-09 bjorn3Dedup codegen_operand calls in codegen_float_intrinsic_call
2022-01-09 bjorn3Dedup write_cvalue calls in codegen_float_intrinsic_call
2022-01-09 bjorn3Move call_intrinsic_match macro into codegen_float_intr...
2022-01-09 bjorn3Only use a single bug!() invocation in call_intrinsic_match
2022-01-09 bjorn3Remove unnecessary argument
2022-01-09 bjorn3Remove a couple of duplicate calls
2022-01-09 bjorn3Split codegen_intrinsic_call function
2022-01-09 bjorn3Reduce usage of subst types in the intrinsic code
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge branch 'sync_from_rust'
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 bjorn3Fix dead code warning on windows
2021-12-30 bjorn3Rustfmt
2021-12-27 bjorn3Remove TyCtxt dependency from UnwindContext
2021-12-20 bjorn3Merge branch 'sync_from_rust'
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-20 bjorn3Fix taking address of truly unsized type field of unsiz...
2021-12-20 bjorn3Sync from rust 84f962a89bac3948ed116f1ad04c2f4793fb69ea
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
2021-12-18 bjorn3Remove triple method from FunctionCx
2021-12-18 bjorn3Slightly reduce the amount of fx.module references
2021-12-16 bjorn3Rustup to rustc 1.59.0-nightly (c5ecc1570 2021-12-15)
2021-12-16 bjorn3Sync from rust a090c8659c3be0cbc7dc93c4b2c11a9cdbf8b980
2021-12-16 bjorn3Fix unused crate warning
2021-12-15 bjorn3Fix crash when struct argument size is not a multiple...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-12-15 Nicholas NethercoteRemove `SymbolStr`.
2021-12-15 Matthias KrügerRollup merge of #91868 - tmiasko:llvm-time-trace-out...
2021-12-13 Amanieu d'AntrasRemove invalid doc links.
2021-12-13 Tomasz MiąskoUse `OutputFilenames` to generate output file for ...
2021-12-09 bjorn3Rustfmt
2021-12-09 bjorn3Use cg_ssa for creating the dylib metadata file
2021-12-07 bjorn3Use const thread_local!
2021-12-07 bjorn3Sync from rust c5c94945096265b6d675b2f55a247c4799de8d87
2021-12-04 bjorn3Remove black box inline asm fallback
2021-12-03 cynecxcg_cranelift: check may_unwind flag instead of cleanup
2021-12-03 cynecxLLVM codgen support for unwinding inline assembly
2021-12-03 bjorn3Fix vector types containing an array field with mir...
2021-12-01 Petr Sumberafix sparc64 ABI for aggregates with floating point...
2021-11-26 bjorn3Fix warning
2021-11-25 bjorn3Ensure inline asm wrapper name never starts with a...
2021-11-24 bjorn3Include NOTYPE symbols in the archive symbol table
2021-11-24 bjorn3Use cgu name instead of function name as base for inlin...
2021-11-22 bjorn3Merge pull request #1206 from nbdd0121/master
2021-11-22 Gary GuoFix allocated reg in AT&T style asm
2021-11-22 Gary GuoAdd RISC-V inline asm support
2021-11-22 Gary GuoDispatch inline asm to the correct arch
2021-11-22 Gary Guox86 inline asm support
2021-11-22 Gary GuoSkeleton for multiple arch support
2021-11-22 Gary GuoOverlap input and output stack slots
2021-11-22 Gary GuoSkip registers saved by calling convention
2021-11-22 Gary GuoCode cleanup as a follow up to the previous commit
2021-11-22 Gary GuoMove stack slot allocation to a new fn
2021-11-22 Gary GuoRemove expect_reg
2021-11-22 Gary GuoImplement register allocation for inline assembly
2021-11-18 bjorn3Implement simd_reduce_{min,max} for floats
2021-11-18 bjorn3Implement new simd_shuffle signature
2021-10-27 bjorn3Sync from rust 47aeac648ed56095688c1c20972c9b72bd0da7ce
2021-10-21 bjorn3Remove unncesessary TryFrom and TryInto impls
2021-10-20 Gary GuoRemove NullOp::Box
2021-10-20 Camille GILLOTMake hash_result an Option.
2021-10-17 bjorn3Remove unnecessary Lazy
2021-10-12 bjorn3Update Cranelift
2021-10-12 DeadbeefAdd const_eval_select intrinsic
2021-10-09 bjorn3Sync from rust bb918d0a5bf22211df0423f7474e4e4056978007
2021-10-08 borsAuto merge of #89619 - michaelwoerister:incr-vtables...
2021-10-07 Michael WoeristerTurn tcx.vtable_allocation() into a query.
2021-10-03 Camille GILLOTMove rustc_middle::middle::cstore to rustc_session.
2021-10-02 bjorn3Rustfmt
2021-10-02 bjorn3Sync from rust a8387aef8c378a771686878062e544af4d5e2245
2021-10-01 bjorn3Update Cranelift
2021-09-30 Camille GILLOTMove EncodedMetadata to rustc_metadata.
2021-09-30 Camille GILLOTMove encode_metadata out of CrateStore.
2021-09-27 bjorn3Fix unused import warning
2021-09-27 bjorn3Sync from rust 04006d8e3b5043131ec56a5f3605b1edcb33194d
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-25 Gary GuoIntroduce `Rvalue::ShallowInitBox`
2021-09-20 Mark RousskovAdjust to SourceType::InTree in several places
2021-09-19 bjorn3Merge branch 'sync_from_rust'
2021-09-19 bjorn3Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9...
2021-09-19 bjorn3Sync from rust 7a3d1a5f3dfeaf5177885fedd7db8ecc70670dc1
2021-09-18 Eduard-Mihai BurtescuQuerify `fn_abi_of_{fn_ptr,instance}`.
2021-09-18 Eduard-Mihai Burtescuty::layout: replicate `layout_of` setup for `fn_abi_of_...
2021-09-17 Eduard-Mihai Burtescuty::layout: intern `FnAbi`s as `&'tcx`.
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 Gary GuoIntroduce NullOp::AlignOf
2021-09-12 bjorn3Sync from rust c7dbe7a830100c70d59994fd940bf75bb6e39b39
2021-09-09 Andreas LiljeqvistMake `abi::Abi` `Copy` and remove a *lot* of refs
2021-09-08 bjorn3Avoid unnecessary duplicate metadata encoding
2021-09-07 bjorn3Sync from rust 73641cd23ba470c6b4dcd72b8d5f62d27c735254
2021-09-07 Camille GILLOTMove the dataflow framework to its own crate.
2021-09-05 borsAuto merge of #88499 - eddyb:layout-off, r=nagisa
2021-09-05 borsAuto merge of #88559 - bjorn3:archive_logic_dedup,...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
next