]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 The8472Do not attempt to unlock envlock in child process after...
2021-03-09 KornelDemonstrate best practice for feeding stdin of a child...
2021-03-09 Guillaume GomezAdd test to ensure the attributes position when js...
2021-03-09 Guillaume GomezFix typo
2021-03-09 Guillaume GomezFix CSS issues when javascript is disabled
2021-03-09 François Mockersconvert slice doc link to intra-doc links
2021-03-09 katelyn a.... address pr review comments
2021-03-09 katelyn a.... add integration tests, unwind across FFI boundary
2021-03-09 katelyn a.... implement unwinding abi's (RFC 2945)
2021-03-09 katelyn a.... rustc_target: add "unwind" payloads to `Abi`
2021-03-09 kadminClean up todos
2021-03-09 LeSeulArtichautTake into account `ExprKind::Scope` when calculating...
2021-03-09 LeSeulArtichautPrevent stack overflow when building THIR
2021-03-09 LeSeulArtichautRemove useless references/dereferences
2021-03-09 LeSeulArtichautMake arena allocation for the THIR work
2021-03-09 LeSeulArtichautRemove `Clone` impl for `thir::Expr`
2021-03-09 LeSeulArtichautPull `thir::Cx` out of the MIR `Builder`
2021-03-09 LeSeulArtichaut[WIP] Eagerly construct bodies of THIR
2021-03-09 borsAuto merge of #6878 - flip1995:authors, r=Manishearth
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::Expr::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::Item::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::ImplItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::TraitItem::attrs.
2021-03-09 Camille GILLOTRemove hir::StructField::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::Variant::attrs.
2021-03-09 Camille GILLOTRemove hir::Param::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Arm::attrs.
2021-03-09 Camille GILLOTRemove hir::Crate::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::Local::attrs.
2021-03-09 Camille GILLOTRemove hir::StmtKind::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 GILLOTDo not store attrs in FnKind.
2021-03-09 Camille GILLOTSimplify clippy author.
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 kadminSwitch to changing cp_non_overlap in tform
2021-03-09 kadminUpdate cranelift
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 match branches
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 flip1995Set Clippy authors to "The Rust Clippy Developers"
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 borsAuto merge of #6876 - giraffate:improve_doc_on_map_flat...
2021-03-09 Takayuki NakataImprove doc on `map_flatten`
2021-03-09 borsAuto merge of #6866 - anall:ice6840, r=flip1995
2021-03-09 Andrea Nalladd comment for when can be removed
2021-03-09 borsAuto merge of #6868 - Jarcho:lang_item, r=flip1995
2021-03-09 borsAuto merge of #6873 - Y-Nak:refactor-casts-lint, r...
2021-03-09 Yoshitomo NakanishiMove ptr_as_ptr to its own module
2021-03-09 Ian JacksonAlways compile the fragile wait status test cases,...
2021-03-09 Ömer Sinan... Allow calling *const methods on *mut values
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...
next