]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #83121 - the8472:env-rwlock-2, r=joshtriplett
[rust.git] / compiler /
2021-03-15 borsAuto merge of #83121 - the8472:env-rwlock-2, r=joshtriplett
2021-03-15 borsAuto merge of #83149 - Dylan-DPC:rollup-ov70c5v, r...
2021-03-15 Dylan DPCRollup merge of #83144 - hyd-dev:parse-sess-created...
2021-03-15 Dylan DPCRollup merge of #83141 - lnicola:rust-analyzer-2021...
2021-03-15 Dylan DPCRollup merge of #83132 - Aaron1011:fix/incr-cache-dummy...
2021-03-15 Dylan DPCRollup merge of #83127 - Aaron1011:time-macros-impl...
2021-03-15 Dylan DPCRollup merge of #83113 - osa1:refactor_try_index_step...
2021-03-15 Dylan DPCRollup merge of #83110 - hyksm:fix-typo, r=jonas-schievink
2021-03-15 Dylan DPCRollup merge of #83108 - jyn514:remove-unused, r=estebank
2021-03-15 Dylan DPCRollup merge of #83098 - camelid:more-doc-attr-check...
2021-03-15 Dylan DPCRollup merge of #83054 - tmiasko:rustc_layout_scalar_va...
2021-03-15 Dylan DPCRollup merge of #82989 - Smittyvb:other-lang-literal...
2021-03-15 hyd-devChange the `.unwrap` to `.expect` with a helpful message
2021-03-15 SmittyCustom error on literal names from other languages
2021-03-15 borsAuto merge of #83118 - erikdesjardins:removezst, r...
2021-03-15 hyd-devAdd `rustc_interface::interface::Config::parse_sess_cre...
2021-03-15 borsAuto merge of #82999 - cuviper:rustc-rayon-0.3.1, r...
2021-03-15 borsAuto merge of #83074 - Aaron1011:new-sort-fix, r=jackh726
2021-03-15 Aaron HillBump recursion_limit in a few places
2021-03-15 Aaron HillIntroduce `proc_macro_back_compat` lint, and emit for...
2021-03-15 Aaron HillDon't encode file information for span with a dummy...
2021-03-15 Erik Desjardinsremove unnecessary condition
2021-03-14 CamelidUse pretty-printer instead of `span_to_snippet`
2021-03-14 borsAuto merge of #83062 - JohnTitor:improve-reassign-err...
2021-03-14 CamelidTweak diagnostics
2021-03-14 borsAuto merge of #82399 - petrochenkov:modin2, r=Aaron1011
2021-03-14 Vadim Petrochenkovexpand: Resolve and expand inner attributes on out...
2021-03-14 borsAuto merge of #83082 - cjgillot:defkey-ii, r=oli-obk
2021-03-14 Ömer Sinan AğacanRemove duplicate asserts, replace eq assert with assert_eq
2021-03-14 Ömer Sinan AğacanMinor refactoring in try_index_step
2021-03-14 borsAuto merge of #83044 - kubo39:set-llvm-code-model,...
2021-03-14 borsAuto merge of #83094 - GuillaumeGomez:crates-js-locatio...
2021-03-14 Joshua NelsonRemove unused `opt_local_def_id_to_hir_id` function
2021-03-14 borsAuto merge of #83028 - GuillaumeGomez:prevent-js-error...
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 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 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
next