]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-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`.
2022-02-10 bjorn3Unconditionally update symbols
2022-02-09 Camille GILLOTMake FnAbiError Copy.
2022-02-09 Camille GILLOTEnsure that queries only return Copy types.
2022-01-23 pierwillUse an `indexmap` to avoid sorting `LocalDefId`s
2022-01-19 lcnrremove `is_noop`
2022-01-17 bjorn3Pass target_features set instead of has_feature closure
2022-01-17 bjorn3Use Symbol for target features in asm handling
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-15 Elleninitial revert
2022-01-12 Tomasz MiąskoRemove deprecated LLVM-style inline assembly
2022-01-11 Aaron HillStore a `Symbol` instead of an `Ident` in `VariantDef...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-20 bjorn3Merge commit '97e504549371d7640cf011d266e3c17394fdddac...
2021-12-19 borsAuto merge of #91957 - nnethercote:rm-SymbolStr, r...
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-04 Mara BosUse IntoIterator for array impl everywhere.
next