]> git.lizzy.rs Git - rust.git/history - compiler
Incorporate review feedback #2
[rust.git] / compiler /
2021-03-14 borsAuto merge of #83105 - JohnTitor:rollup-tqpm8pb, r...
2021-03-14 Yuki OkushiRollup merge of #83081 - hyd-dev:assert-message, r...
2021-03-14 Yuki OkushiRollup merge of #83070 - ehuss:update-cargo, r=ehuss
2021-03-14 Yuki OkushiRollup merge of #83066 - Seppel3210:master, r=joshtriplett
2021-03-14 Yuki OkushiRollup merge of #82943 - kornelski:threadstdio, r=josht...
2021-03-14 Yuki OkushiRollup merge of #82804 - alexcrichton:fix-wasi, r=pnkfelix
2021-03-14 Yuki OkushiRollup merge of #82798 - jyn514:rustdoc-group, r=Manish...
2021-03-14 Yuki OkushiRollup merge of #82789 - csmoe:issue-82772, r=estebank
2021-03-14 Yuki OkushiRollup merge of #82617 - camelid:everybody_loops-docs...
2021-03-14 Yuki OkushiRollup merge of #82121 - lopopolo:pathbuf-osstring...
2021-03-14 Yuki OkushiRollup merge of #81465 - joshtriplett:duration-formatti...
2021-03-14 CamelidAdd hyphen to "crate level"
2021-03-13 Simon Vandel SillesenDo not emit alloca for ZST local even if it is uninitia...
2021-03-13 Simon Vandel SillesenMove ZST check inside UsedLocals
2021-03-13 Simon Vandel SillesenExtend SimplifyLocals to remove ZST writes
2021-03-13 CamelidReport error for each invalid nested attribute
2021-03-13 CamelidDocument `everybody_loops`
2021-03-13 CamelidLint non-meta doc attributes
2021-03-13 CamelidRefactor `check_doc_attrs` body
2021-03-13 Amanieu d'AntrasAlways lower asm! to valid HIR
2021-03-13 borsAuto merge of #83064 - cjgillot:fhash, r=jackh726
2021-03-13 Aaron HillAvoid sorting predicates by `DefId`
2021-03-13 borsAuto merge of #83007 - Aaron1011:incr-verify-default...
2021-03-13 Aaron HillAlways run `incremental_verify_ich` when re-computing...
2021-03-13 borsAuto merge of #83069 - tgnottingham:simplify-query...
2021-03-13 Camille GILLOTIterate on crate_inherent_impls for metadata.
2021-03-13 borsAuto merge of #82891 - cjgillot:monoparent, r=petrochenkov
2021-03-13 borsAuto merge of #82878 - sexxi-goose:repr_packed, r=nikom...
2021-03-13 borsAuto merge of #82760 - WaffleLapkin:unleak_extend_from_...
2021-03-13 borsAuto merge of #82436 - osa1:issue80258, r=nikomatsakis
2021-03-13 borsAuto merge of #83067 - JohnTitor:rollup-0wo338i, r...
2021-03-13 Tyson Nottinghamrustc_query_system: simplify QueryCache::iter
2021-03-13 Yuki OkushiRollup merge of #83059 - notriddle:config-toml-disable...
2021-03-13 Yuki OkushiRollup merge of #83052 - klensy:dep-update, r=Mark...
2021-03-13 Yuki OkushiRollup merge of #83037 - kubo39:merge-functions-in...
2021-03-13 Yuki OkushiRollup merge of #83020 - hi-rustin:rustin-patch-enum...
2021-03-13 Yuki OkushiRollup merge of #83012 - flip1995:clippyup, r=Manishearth
2021-03-13 Yuki OkushiRollup merge of #82984 - camsteffen:lower-block, r...
2021-03-12 borsAuto merge of #83022 - m-ou-se:mem-replace-no-swap...
2021-03-12 Camille GILLOTMake def_key and HIR parenting consistent.
2021-03-12 Yuki OkushiImprove the wording for the `can't reassign` error
2021-03-12 borsAuto merge of #83024 - Xanewok:update-rls, r=Dylan-DPC
2021-03-12 flip1995Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42...
2021-03-12 borsAuto merge of #83030 - nikic:update-llvm, r=nagisa
2021-03-12 Oli SchererRun rustfmt
2021-03-12 Oli SchererWe won't support trait object constants in type level...
2021-03-12 Oli SchererVisit `mir::Constant::user_ty` for completeness.
2021-03-12 Oli SchererReplace a custom lift method with a Lift impl
2021-03-12 Oli SchererPrepare mir::Constant for ty::Const only supporting...
2021-03-12 Oli SchererDirectly intern allocations so that we can write a...
2021-03-12 Oli SchererAdd `ty` helper function for mir constants
2021-03-12 Oli SchererUse the explicit error constant instead of fake dummies
2021-03-12 Oli SchererSplit pretty printer logic for scalar int and scalar ptr
2021-03-12 Oli SchererPull out ConstValue relating into its own function
2021-03-12 Oli SchererReduce the duplication in the relation logic for constants
2021-03-12 Oli SchererReduce destructuring and re-interning where possible
2021-03-12 Oli SchererResolve a FIXME around type equality checks in Relate...
2021-03-12 Oli SchererAdd convenience conversion methods for ScalarInt
2021-03-12 Oli SchererAdd fallible Scalar to ScalarInt conversion method
2021-03-12 Oli SchererIntern valtree field vector
2021-03-12 Oli SchererImplement valtree
2021-03-12 borsAuto merge of #82422 - petrochenkov:allunst, r=oli-obk
2021-03-12 borsAuto merge of #82935 - henryboisdequin:diagnostic-clean...
2021-03-12 hi-rustinEmit the enum range assumption if the range only contai...
2021-03-12 Hiroki NodaAdd support for storing code model to LLVM module IR
2021-03-12 Henry BoisdequinDon't show note if `span` is `DUMMY_SP`
2021-03-12 borsAuto merge of #83042 - JohnTitor:rollup-s8efv94, r...
2021-03-11 Yuki OkushiRollup merge of #83018 - oli-obk:float_check, r=davidtwco
2021-03-11 Yuki OkushiRollup merge of #83013 - hyd-dev:cfg-unix-windows,...
2021-03-11 Yuki OkushiRollup merge of #83003 - notriddle:rustdoc-index-v3...
2021-03-11 Yuki OkushiRollup merge of #83001 - camelid:gitignore-vim-swap...
2021-03-11 Yuki OkushiRollup merge of #82979 - GuillaumeGomez:run-button...
2021-03-11 Yuki OkushiRollup merge of #82966 - tspiteri:msys2-link, r=Mark...
2021-03-11 Yuki OkushiRollup merge of #82965 - XAMPPRocky:spv-ext, r=nagisa
2021-03-11 Yuki OkushiRollup merge of #82950 - mockersf:slice-intra-doc-link...
2021-03-11 Yuki OkushiRollup merge of #82860 - LeSeulArtichaut:unpretty-thir...
2021-03-11 Yuki OkushiRollup merge of #82571 - aDotInTheVoid:reexport-tests...
2021-03-11 Yuki OkushiRollup merge of #80385 - camelid:clarify-cell-replace...
2021-03-11 Hiroki NodaSupport merge_functions option in NewPM since LLVM...
2021-03-11 borsAuto merge of #82417 - the8472:fix-copy_file_range...
2021-03-11 LeSeulArtichautAdd `-Z unpretty` flag for the THIR
2021-03-11 LeSeulArtichautMake THIR data structures public
2021-03-11 borsAuto merge of #82806 - nikic:memcpyopt-mssa, r=nagisa
2021-03-11 csmoefix: check before index into generated patterns
2021-03-11 csmoeadd ui testcase for issue 82772
2021-03-11 borsAuto merge of #82495 - LeSeulArtichaut:eager-thir,...
2021-03-11 Oli SchererReintroduce accidentally deleted assertions.
2021-03-11 borsAuto merge of #83009 - RalfJung:miri, r=RalfJung
2021-03-11 Camille GILLOTHash SyntaxContext first.
2021-03-11 Camille GILLOTRemove useless method.
2021-03-11 Camille GILLOTAdd inlining.
2021-03-11 hyd-devAdjust some `#[cfg]`s to take non-Unix non-Windows...
2021-03-11 borsAuto merge of #82947 - GuillaumeGomez:fix-nojs-style...
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-11 Josh StoneUpdate to rustc-rayon 0.3.1
2021-03-11 Tomasz MiąskoValidate rustc_layout_scalar_valid_range_{start,end...
2021-03-11 Tomasz MiąskoInline Attribute::has_name
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)
next