]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-24 bjorn3Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193...
2022-08-21 Matthias KrügerRollup merge of #100822 - WaffleLapkin:no_offset_questi...
2022-08-20 Maybe WaffleReplace most uses of `pointer::offset` with `add` and...
2022-08-19 Dylan DPCRollup merge of #100208 - RalfJung:dyn-upcast-nop,...
2022-08-08 Ralf Jungalso update anyhow in codegen_cranelift
2022-08-06 Ralf Jungmake NOP dyn casts not require anything about the vtable
2022-07-28 bjorn3Introduce an ArchiveBuilderBuilder
2022-07-28 bjorn3Inline inject_dll_import_lib
2022-07-28 bjorn3Move output argument from ArchiveBuilder::new to .build()
2022-07-26 bjorn3Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51...
2022-07-26 borsAuto merge of #99745 - JohnTitor:rollup-lvrie64, r...
2022-07-26 borsAuto merge of #98989 - dpaoliello:rawdylibbin, r=michae...
2022-07-25 bjorn3Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4...
2022-07-24 borsAuto merge of #99251 - cuviper:hashbrown-0.12, r=Mark...
2022-07-22 Daniel PaolielloEnable raw-dylib for binaries
2022-07-20 Ralf Jungvarious nits from review
2022-07-20 bjorn3Implement vtable_size and vtable_align intrinsics for...
2022-07-20 Ralf Jungslightly cleaner, if more verbose, vtable handling...
2022-07-20 Ralf Jungconsistently use VTable over Vtable (matching stable...
2022-07-20 Ralf Jungrename get_global_alloc to try_get_global_alloc
2022-07-20 Ralf Jungadd a Vtable kind of symbolic allocations
2022-07-20 Oli SchererRevert "Rollup merge of #98582 - oli-obk:unconstrained_...
2022-07-17 borsAuto merge of #99033 - 5225225:interpreter-validity...
2022-07-17 Amanieu d'AntrasUpgrade hashbrown to 0.12.3
2022-07-17 Josh StoneUpgrade indexmap and thorin-dwp to use hashbrown 0.12
2022-07-15 Oli SchererIntroduce opaque type to hidden type projection
2022-07-14 5225225Use constant eval to do strict validity checks
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-12 ouz-aadd new rval, pull deref early
2022-07-11 Amanieu d'AntrasKeep unstable target features for asm feature checking
2022-07-09 Konrad BorowskiPartially stabilize const_slice_from_raw_parts
2022-07-09 Ralf Jungtweak names and output and bless
2022-07-09 Ralf Jungreview feedback
2022-07-09 Ralf Jungfix cranelift and gcc backends
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-08 Tamir DubersteinUpdate integer_atomics tracking issue
2022-07-06 David Woodincr: cache dwarf objects in work products
2022-07-06 Alan EgertonUpdate TypeVisitor paths
2022-07-05 borsAuto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung
2022-06-30 Camille GILLOTRecover when failing to normalize closure signature.
2022-06-30 Oli SchererChange enum->int casts to not go through MIR casts.
2022-06-26 Nicholas NethercoteUpdate `smallvec` to 1.8.1.
2022-06-21 borsAuto merge of #98098 - bjorn3:archive_refactor, r=micha...
2022-06-19 bjorn3Remove the source archive functionality of ArchiveWriter
2022-06-19 bjorn3Fix "Remove src_files and remove_file"
2022-06-18 Matthias KrügerRollup merge of #98165 - WaffleLapkin:once_things_renam...
2022-06-16 Yuki OkushiRollup merge of #97675 - nvzqz:unsized-needs-drop,...
2022-06-16 Maybe WaffleMove/rename `lazy::Sync{OnceCell,Lazy}` to `sync::...
2022-06-14 bjorn3Remove src_files and remove_file
2022-06-14 b-naberimplement valtrees as the type-system representation...
2022-06-14 Nicholas NethercoteRename the `ConstS::val` field as `kind`.
2022-06-07 borsAuto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r...
2022-06-07 borsAuto merge of #97512 - scottmcm:add-coldcc, r=nagisa...
2022-06-06 bjorn3Make saved_file field of WorkProduct non-optional
2022-06-06 bjorn3Factor Option out of copy_cgu_workproduct_to_incr_comp_...
2022-06-06 bjorn3Avoid an unnecessary clone for copy_cgu_workproduct_to_...
2022-06-06 bjorn3Rename CodegenUnit::work_product to previous_work_product
2022-06-03 Nikolai VazquezFix unsized field order
2022-06-03 Nikolai VazquezMake `std::mem::needs_drop` accept `?Sized`
2022-06-02 Ralf Jungadd cast kind of from_exposed_addr (int-to-ptr casts)
2022-06-01 Ralf Jungrename PointerAddress → PointerExposeAddress
2022-05-31 Tomasz MiąskoAdd a pointer to address cast kind
2022-05-30 Scott McMurrayUse CallConv::Cold in cranelift for extern "rust-cold"
2022-05-30 Scott McMurrayAdd support for emitting functions with `coldcc` in...
2022-05-24 5225225Add flag for stricter checks on uninit/zeroed
2022-05-23 Jakob DegenRefactor call terminator to always hold a destination...
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-12 Scott McMurrayRename `unsigned_offset_from` to `sub_ptr`
2022-05-12 Scott McMurrayAdd `unsigned_offset_from` on pointers
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-11 Jakob DegenAdd new `Deinit` statement kind
2022-04-08 klensycheck_doc_keyword: don't alloc string for emptiness...
2022-04-05 Oli SchererMark scalar layout unions so that backends that do...
2022-04-03 Loïc BRANSTETTCleanup after some refactoring in rustc_target
2022-03-30 Yuri AstrakhanAddressed comments by @compiler-errors and @bjorn3
2022-03-30 Yuri AstrakhanSpellchecking compiler comments
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Yuri AstrakhanSpellchecking compiler code
2022-03-30 Yuri AstrakhanSpellchecking some comments
2022-03-20 bjorn3Don't declare test_variadic_fnptr with two conflicting...
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-11 Nicholas NethercoteImprove `AdtDef` interning.
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-03 Amanieu d'AntrasAdd -Z oom={panic,abort} command-line option
2022-03-02 markrename ErrorReported -> ErrorGuaranteed
2022-02-23 Tomasz MiąskoNormalize main return type during mono item collection...
2022-02-23 bjorn3Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea...
2022-02-22 Matthias KrügerRollup merge of #94169 - Amanieu:asm_stuff, r=nagisa
2022-02-21 Amanieu d'AntrasTake CodegenFnAttrs into account when validating asm...
2022-02-21 Amanieu d'AntrasOn ARM, use relocation_model to detect whether r9 shoul...
2022-02-21 lcnruse `List<Ty<'tcx>>` for tuples
2022-02-16 Mark RousskovMove ty::print methods to Drop-based scope guards
2022-02-15 Nicholas NethercoteOverhaul `Const`.
2022-02-15 Nicholas NethercoteOverhaul `RegionKind` and `Region`.
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
next