]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-10 Dylan DPCRollup merge of #82807 - notriddle:cleanup-js, r=jyn514
2021-03-10 Dylan DPCRollup merge of #82217 - m-ou-se:edition-prelude, r...
2021-03-10 Dylan DPCRollup merge of #81309 - lcnr:lazy-norm-err-msgh, r...
2021-03-10 borsAuto merge of #82884 - nagisa:nagisa/remove-most-of...
2021-03-10 borsAuto merge of #82967 - RalfJung:copy-nonoverlap, r...
2021-03-10 Simonas KazlauskasRemove the -Zinsert-sideeffect
2021-03-10 Ralf Jungadd regression test
2021-03-10 borsAuto merge of #79519 - cjgillot:noattr, r=wesleywiser
2021-03-10 Ralf Jungfix copy_nonoverlapping
2021-03-10 borsAuto merge of #82953 - JohnTitor:rollup-8rtk5g2, r...
2021-03-09 Yuki OkushiRollup merge of #82942 - m-ou-se:diagnostics-hardcoded...
2021-03-09 Yuki OkushiRollup merge of #82938 - oli-obk:tracing_tree_bump...
2021-03-09 Yuki OkushiRollup merge of #82937 - wesleywiser:update_cmake_versi...
2021-03-09 Yuki OkushiRollup merge of #82908 - lnicola:rust-analyzer-2021...
2021-03-09 Yuki OkushiRollup merge of #82849 - camsteffen:option-get-or-defau...
2021-03-09 Yuki OkushiRollup merge of #82802 - jyn514:build-rustdoc-fullmake...
2021-03-09 Yuki OkushiRollup merge of #82733 - Yn0ga:master, r=estebank
2021-03-09 Yuki OkushiRollup merge of #82411 - ijackson:fix-exitstatus, r...
2021-03-09 Yuki OkushiRollup merge of #79208 - LeSeulArtichaut:stable-unsafe_...
2021-03-09 Yuki OkushiRollup merge of #77511 - JulianKnodt:st_kind_cpy, r...
2021-03-09 kadminClean up todos
2021-03-09 Mara BosDon't hardcode the `v1` prelude in diagnostics.
2021-03-09 Camille GILLOTRebase fallout.
2021-03-09 Camille GILLOTUse BTreeMap to store attributes.
2021-03-09 Camille GILLOTDeduplicate unchecked_attrs errors.
2021-03-09 Camille GILLOTAlias attributes of hir::Stmt.
2021-03-09 Camille GILLOTFix ui-fulldeps tests.
2021-03-09 Camille GILLOTTrack HirId when visiting attributes.
2021-03-09 Camille GILLOTBless tests.
2021-03-09 Camille GILLOTRemove hir::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::ForeignItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::attrs.
2021-03-09 Camille GILLOTRemove hir::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Param::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::attrs.
2021-03-09 Camille GILLOTRemove hir::MacroDef::attrs.
2021-03-09 Camille GILLOTRemove hir::GenericParam::attrs.
2021-03-09 Camille GILLOTRemove hir::Local::attrs.
2021-03-09 Camille GILLOTRemove hir::StmtKind::attrs.
2021-03-09 Camille GILLOTVisit attributes in one go.
2021-03-09 Camille GILLOTDo not store attrs in FnKind.
2021-03-09 Camille GILLOTSimplify clippy author.
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustdoc::doctest.
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_passes::diagn...
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_lint::builtin.
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_passes::lang_...
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_passes::dead.
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_passes::stabi...
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_incremental...
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_passes::check...
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_lint::levels.
2021-03-09 Camille GILLOTAccess attrs directly from HirId in rustc_lint::late.
2021-03-09 Camille GILLOTTake a slice in stmt_let_pat.
2021-03-09 Camille GILLOTCollect attributes during HIR lowering.
2021-03-09 Camille GILLOTIntroduce HirIdVec.
2021-03-09 Camille GILLOTRemove useless Clone bound in IndexVec.
2021-03-09 kadminSwitch to changing cp_non_overlap in tform
2021-03-09 kadminBuild StKind::CopyOverlapping
2021-03-09 kadminChange CopyNonOverlapping::codegen_ssa
2021-03-09 kadminReplace todos with impls
2021-03-09 kadminUpdate cranelift
2021-03-09 kadminUpdate interpret step
2021-03-09 kadminUpdate match branches
2021-03-09 kadminUpdate fmt and use of memcpy
2021-03-09 kadminImpl StatementKind::CopyNonOverlapping
2021-03-09 Oli SchererBump tracing-tree dependency
2021-03-09 Wesley WiserUpdate README.md to use the correct cmake version number
2021-03-09 Ian JacksonAlways compile the fragile wait status test cases,...
2021-03-09 borsAuto merge of #82929 - m-ou-se:rollup-7fwrewh, r=m...
2021-03-09 Mara BosRollup merge of #82887 - henryboisdequin:improve-contri...
2021-03-09 Mara BosRollup merge of #82883 - Aaron1011:update-cargo, r...
2021-03-09 Mara BosRollup merge of #82841 - hvdijk:x32, r=joshtriplett
2021-03-09 Mara BosRollup merge of #82799 - bugadani:codegen-tests, r...
2021-03-09 Mara BosRollup merge of #82731 - de-vri-es:bump-libc-for-std...
2021-03-09 Mara BosRollup merge of #82048 - mark-i-m:or-pat-type-ascriptio...
2021-03-09 Mara BosRollup merge of #81879 - imbrem:make-reverse-repr-trans...
2021-03-09 Mara BosRollup merge of #81127 - hanmertens:binary_heap_sift_do...
2021-03-09 borsAuto merge of #82356 - camelid:render-cleanup, r=Guilla...
2021-03-09 Henry BoisdequinMake opening sentence friendlier for new contributors
2021-03-09 Henry BoisdequinUpdate CONTRIBUTING.md
2021-03-09 borsAuto merge of #82911 - m-ou-se:rollup-rjomgja, r=m...
2021-03-08 borsAuto merge of #82877 - ehuss:revert-rwlock, r=m-ou-se
2021-03-08 markclippy: fix or-pattern in let binding
2021-03-08 Mara BosRollup merge of #82897 - artagnon:patch-2, r=joshtriplett
2021-03-08 Mara BosRollup merge of #82888 - Daggy1234:patch-1, r=joshtriplett
2021-03-08 Mara BosRollup merge of #82881 - Manishearth:crate-root, r...
2021-03-08 Mara BosRollup merge of #82874 - erikdesjardins:cgtests, r...
2021-03-08 Mara BosRollup merge of #82870 - jfrimmel:improve-docs, r=jyn514
2021-03-08 Mara BosRollup merge of #82854 - estebank:issue-82827, r=oli-obk
2021-03-08 Mara BosRollup merge of #82829 - JohnTitor:handle-neg-val,...
2021-03-08 Mara BosRollup merge of #82810 - amaurremi:source-based-coverag...
2021-03-08 Mara BosRollup merge of #82800 - jyn514:group-rustdoc-tests...
2021-03-08 Mara BosRollup merge of #82767 - GuillaumeGomez:update-minifier...
2021-03-08 Mara BosRollup merge of #82711 - notriddle:string-cow-docs...
2021-03-08 Laurențiu Nicola:arrow_up: rust-analyzer
2021-03-08 Cameron SteffenUse Option::get_or_default
next