]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-20 Guillaume GomezRemove `<>` links to be potential intra-doc links
2022-04-20 borsAuto merge of #96135 - petrochenkov:doclink6, r=Guillau...
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-20 borsAuto merge of #96082 - michaelwoerister:less_impl_stabl...
2022-04-20 borsAuto merge of #96224 - Dylan-DPC:rollup-h2h3j93, r...
2022-04-19 Dylan DPCRollup merge of #96205 - m-ou-se:emscripten-futex-locks...
2022-04-19 Dylan DPCRollup merge of #96165 - RalfJung:miri-provenance-clean...
2022-04-19 Dylan DPCRollup merge of #96162 - RalfJung:mark-uninit, r=oli-obk
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95813 - Urgau:rustdoc-where-clause...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 Guillaume GomezAdd regression test for #96079
2022-04-19 Vadim Petrochenkovrustdoc: Sligthly optimize `Attributes` construction...
2022-04-19 Vadim Petrochenkovrustdoc: Cache preprocessed markdown links
2022-04-19 Vadim Petrochenkovrustdoc: Optimize and refactor doc link resolution
2022-04-19 Vadim Petrochenkovrustc_metadata: Store a flag telling whether an item...
2022-04-19 Vadim Petrochenkovproc_macro: Add a workaround for rustdoc
2022-04-19 Amanieu d'Antrasasm: Add a kreg0 register class on x86 which includes k0
2022-04-19 borsAuto merge of #96214 - Dylan-DPC:rollup-a5b4fow, r...
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
2022-04-19 Dylan DPCRollup merge of #96122 - TaKO8Ki:fix-invalid-error...
2022-04-19 Dylan DPCRollup merge of #96089 - ojeda:no-vec-no_global_oom_han...
2022-04-19 Dylan DPCRollup merge of #96086 - jsgf:remove-extern-location...
2022-04-19 Dylan DPCRollup merge of #95809 - ytmimi:llvm_stamp_typo, r...
2022-04-19 Dylan DPCRollup merge of #94493 - oribenshir:feature/ISSUE-78543...
2022-04-19 borsAuto merge of #96020 - martingms:optimize-relate_substs...
2022-04-19 Michael Woeristerincr. comp.: Don't export impl_stable_hash_via_hash...
2022-04-19 Mara BosUse futex locks on emscripten.
2022-04-19 Mara BosMake std::sys::unix::futex consistent on emscripten.
2022-04-19 borsAuto merge of #95379 - icewind1991:suggest-associated...
2022-04-18 borsAuto merge of #92287 - JulianKnodt:slice_remainder...
2022-04-18 borsAuto merge of #96171 - nikic:llvm-update-2, r=cuviper
2022-04-18 borsAuto merge of #96178 - Dylan-DPC:rollup-6z8pcob, r...
2022-04-18 Ralf Jungremove an unnecessary use of loc_place.ptr.into_pointer...
2022-04-18 Ralf Jungavoid an unnecessary call to Pointer::into_parts, and...
2022-04-18 Ralf Jungadd method to get absolute address of a pointer (useful...
2022-04-18 Dylan DPCRollup merge of #96156 - est31:use_from_le_bytes, r...
2022-04-18 Dylan DPCRollup merge of #96148 - marmeladema:nll-revisions...
2022-04-18 Dylan DPCRollup merge of #96143 - Urgau:rustdoc-fix-snapshot...
2022-04-18 Dylan DPCRollup merge of #96136 - thomcc:lifetime-wording, r...
2022-04-18 Dylan DPCRollup merge of #96032 - ehuss:update-books, r=ehuss
2022-04-18 borsAuto merge of #95906 - jyn514:enforce-valid-paths,...
2022-04-18 Ralf Jungavoid pairing up AllocId and PointerTag, which is redundant
2022-04-18 borsAuto merge of #96042 - m-ou-se:one-reentrant-mutex...
2022-04-18 Mara BosRemove forgotten reexport of ReentrantMutex in sys...
2022-04-18 borsAuto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum
2022-04-18 Nikita PopovUpdate LLVM submodule
2022-04-18 borsAuto merge of #96113 - mixi:libressl-3.4.x, r=Mark...
2022-04-18 borsAuto merge of #96000 - jyn514:faster-doctests, r=Mark...
2022-04-18 Takayuki Maedaimplement `Deref` for `Bar`
2022-04-18 Takayuki Maedastop using `Autoderef`
2022-04-18 Ralf Jungptr_get_alloc_id: don't return an actual Pointer
2022-04-18 borsAuto merge of #95695 - the8472:vec-codegen-tests, r...
2022-04-18 Ralf Jungcheck Allocation invariant during printing
2022-04-18 Ralf Jungexplain why prepare_relocation_copy works the way it...
2022-04-17 Ralf Jungadd caution to some comments
2022-04-17 Ralf Jungwhen writing uninit to an allocation, also clear reloca...
2022-04-17 borsAuto merge of #93530 - anonion0:pthread_sigmask_fix...
2022-04-17 est31Replace u8to64_le macro with u64::from_le_bytes
2022-04-17 borsAuto merge of #96139 - erikdesjardins:revertinl2, r...
2022-04-17 borsAuto merge of #96091 - GuillaumeGomez:duplicated-blanke...
2022-04-17 kadminAdd slice::remainder
2022-04-17 Guillaume GomezAdd regression test for rustdoc duplicated blanket...
2022-04-17 Guillaume GomezFix rustdoc duplicated blanket impls issue
2022-04-17 marmelademaUse revisions instead of nll compare mode for `/self...
2022-04-17 borsAuto merge of #95779 - cjgillot:ast-lifetimes-undeclare...
2022-04-17 Loïc BRANSTETTFix --bless not working anymore in htmldocck
2022-04-17 Camille GILLOTBless nll test.
2022-04-17 borsAuto merge of #96016 - Aaron1011:hash-name-cleanup...
2022-04-17 Camille GILLOTStop using CRATE_DEF_INDEX.
2022-04-17 Loïc BRANSTETTRemove extra space before a where clause in the documen...
2022-04-17 Martin GammelsæterSplit relate_substs into two functions
2022-04-17 Camille GILLOTBless clippy.
2022-04-17 Camille GILLOTLint elided lifetimes in path on the AST.
2022-04-17 Camille GILLOTBless tests.
2022-04-17 Camille GILLOTReport undeclared lifetimes on AST.
2022-04-17 Camille GILLOTRemove is_in_fn_syntax.
2022-04-17 Camille GILLOTVisit generics inside visit_fn.
2022-04-17 Camille GILLOTCount number of lifetime parameters in a separate pass.
2022-04-17 borsAuto merge of #95655 - kckeiks:create-hir-crate-items...
2022-04-17 Ralf Sagermove import to fix warning with emscripten target
2022-04-17 Erik DesjardinsRevert "Auto merge of #94373 - erikdesjardins:getitinl...
2022-04-17 borsAuto merge of #96010 - eduardosm:Unique-on-top-of-NonNu...
2022-04-17 Thom ChiovoloniReword clarification on lifetime for ptr->ref safety...
2022-04-17 borsAuto merge of #96002 - nnethercote:speed-up-Vec-clear...
2022-04-17 borsAuto merge of #96134 - Dylan-DPC:rollup-ejug3yq, r...
2022-04-16 Robin Appelmanshow suggestion to replace generic bounds with associat...
2022-04-16 Dylan DPCRollup merge of #96124 - gilescope:to_digit_speedup4...
2022-04-16 Dylan DPCRollup merge of #96119 - RalfJung:miri, r=RalfJung
2022-04-16 Dylan DPCRollup merge of #96112 - niluxv:strict-provenance-lint...
2022-04-16 Dylan DPCRollup merge of #96105 - jyn514:less-verbose-logging...
2022-04-16 Dylan DPCRollup merge of #95933 - Urgau:rustdoc-htmldocck-tree...
2022-04-16 Dylan DPCRollup merge of #95346 - Aaron1011:stablize-const-exter...
2022-04-16 borsAuto merge of #95899 - petrochenkov:modchild2, r=cjgillot
2022-04-16 Isak NybergUpdate compiler/rustc_error_messages/src/lib.rs
2022-04-16 borsAuto merge of #96123 - Dylan-DPC:rollup-qjog6n1, r...
2022-04-16 Giles CopeNo need to check the assert all the time.
2022-04-16 Joshua NelsonRequire all paths passed to `ShouldRun::paths` to exist...
2022-04-16 Dylan DPCRollup merge of #96118 - GuillaumeGomez:cleanup-def...
2022-04-16 Dylan DPCRollup merge of #96088 - ehuss:update-mdbook, r=Mark...
next