]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-11 borsAuto merge of #82495 - LeSeulArtichaut:eager-thir,...
2021-03-11 borsAuto merge of #83009 - RalfJung:miri, r=RalfJung
2021-03-11 borsAuto merge of #82947 - GuillaumeGomez:fix-nojs-style...
2021-03-11 Ralf Jungbump Miri
2021-03-11 borsAuto merge of #82641 - camelid:lang-item-docs, r=jyn514
2021-03-11 borsAuto merge of #82964 - Nicholas-Baron:shorten_middle_ty...
2021-03-10 Nicholas-BaronMoved more of the capture related types into closure.rs
2021-03-10 Nicholas-BaronMoved more types into upvar.rs (now named closure.rs)
2021-03-10 Nicholas-BaronMoved all Adt* types to adt.rs
2021-03-10 Nicholas-BaronMoved all Assoc* types to assoc.rs.
2021-03-10 Nicholas-BaronMoved types starting with 'Generic' into generics.rs.
2021-03-10 Nicholas-BaronMoved UpVar* types to a separate file.
2021-03-10 Nicholas-BaronGrouped some ungrouped use and mod lines.
2021-03-10 borsAuto merge of #82960 - camelid:masked_crates, r=jyn514
2021-03-10 borsAuto merge of #82982 - Dylan-DPC:rollup-mt497z7, r...
2021-03-10 CamelidRemove unnecessary `#[allow(dead_code)]`
2021-03-10 CamelidClarify docs
2021-03-10 CamelidRemove `sym::` and `kw::` from generated docs
2021-03-10 CamelidFix bug
2021-03-10 Dylan DPCRollup merge of #82977 - camsteffen:opt-get-insert...
2021-03-10 Dylan DPCRollup merge of #82976 - RalfJung:copy-nonoverlapping...
2021-03-10 Dylan DPCRollup merge of #82962 - notriddle:cleanup-index, r...
2021-03-10 Dylan DPCRollup merge of #82955 - ltoddy:fix/wrong, r=jonas...
2021-03-10 Dylan DPCRollup merge of #82949 - the8472:forget-envlock-on...
2021-03-10 Dylan DPCRollup merge of #82924 - sunfishcode:wasi-command,...
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 #76570 - cratelyn:implement-rfc-2945...
2021-03-10 Cameron SteffenRename Option::get_or_insert_default
2021-03-10 Ralf Jungfix error message for copy(_nonoverlapping) overflow
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 Michael HowellSimplify some of the rendering code in the index
2021-03-10 CamelidRemove `masked_crates` from `clean::Crate`
2021-03-10 borsAuto merge of #82953 - JohnTitor:rollup-8rtk5g2, r...
2021-03-10 ltoddyfix: wrong word
2021-03-10 Michael HowellTreat header as first paragraph for shortened markdown...
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 The8472Do not attempt to unlock envlock in child process after...
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 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 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...
next