]> git.lizzy.rs Git - rust.git/history - compiler
Remove -sASSERTIONS=1 from wasm32_unknown_emscripten default link args
[rust.git] / compiler /
2022-06-09 Hood ChathamRemove -sASSERTIONS=1 from wasm32_unknown_emscripten...
2022-06-08 borsAuto merge of #94732 - nnethercote:infallible-encoder...
2022-06-08 borsAuto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r...
2022-06-08 Dylan DPCRollup merge of #97851 - saethlin:use-repr-c, r=thomcc
2022-06-08 Dylan DPCRollup merge of #97823 - compiler-errors:missing-comma...
2022-06-08 Dylan DPCRollup merge of #97819 - compiler-errors:use-import...
2022-06-08 Dylan DPCRollup merge of #97597 - tmiasko:simplify-locals-side...
2022-06-08 Dylan DPCRollup merge of #97595 - ouz-a:issue-97381, r=compiler...
2022-06-08 borsAuto merge of #97447 - nnethercote:improve-folding...
2022-06-08 Michael Gouletrecover `import` instead of `use` in item
2022-06-08 borsAuto merge of #97849 - matthiaskrgr:rollup-1yodhvw...
2022-06-07 Nicholas NethercoteRename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
2022-06-07 Nicholas NethercoteFolding revamp.
2022-06-07 Nicholas NethercoteAvoid some unnecessary `return`s.
2022-06-07 Nicholas NethercoteAdd `try_fold_uenevaluted`.
2022-06-07 Nicholas NethercoteAdd `TypeVisitor::visit_mir_const`.
2022-06-07 Nicholas NethercoteRemove `EarlyBinder::{try_fold_with,visit_with}`.
2022-06-07 Nicholas NethercoteUse `super_visit_with` in a couple of `visit_binder...
2022-06-07 Nicholas NethercoteRename `TypeVisitor::visit_unevaluated_const`.
2022-06-07 Nicholas NethercoteMove `finish` out of the `Encoder` trait.
2022-06-07 Matthias KrügerRollup merge of #97845 - estebank:spancito, r=compiler...
2022-06-07 Matthias KrügerRollup merge of #97840 - durin42:llvm-15-apint, r=nikic
2022-06-07 Matthias KrügerRollup merge of #97832 - tmiasko:const-direction, r...
2022-06-07 Matthias KrügerRollup merge of #97831 - tmiasko:rm-always-live-locals...
2022-06-07 Matthias KrügerRollup merge of #97829 - JohnTitor:issue-95307, r=compi...
2022-06-07 borsAuto merge of #97081 - oli-obk:outlives_query_fast_path...
2022-06-07 Nicholas NethercoteUse delayed error handling for `Encodable` and `Encoder...
2022-06-07 Nicholas NethercoteDon't pass in a vector to `Encoder::new`.
2022-06-07 Nicholas NethercoteRemove an unnecessary encoder operation.
2022-06-07 Esteban KüberUse more targeted suggestion when confusing i8 with...
2022-06-07 borsAuto merge of #97835 - Dylan-DPC:rollup-0ae3pwp, r...
2022-06-07 Augie FacklerRustWrapper: adapt to APInt API changes in LLVM 15
2022-06-07 Tomasz MiąskoPreserve unused pointer to address casts
2022-06-07 Dylan DPCRollup merge of #97826 - GuillaumeGomez:rustdoc-gui...
2022-06-07 Dylan DPCRollup merge of #97821 - Nilstrieb:mutex-docs, r=Dylan-DPC
2022-06-07 Dylan DPCRollup merge of #97817 - lnicola:rust-analyzer-2022...
2022-06-07 Dylan DPCRollup merge of #97325 - tmiasko:capture-enum-field...
2022-06-07 Dylan DPCRollup merge of #95948 - Nilstrieb:improve-cstr-safety...
2022-06-07 Tomasz MiąskoChange `Direction::{is_forward,is_backward}` functions...
2022-06-07 Tomasz MiąskoRemove `AlwaysLiveLocals` wrapper struct
2022-06-07 borsAuto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r...
2022-06-07 Dylan DPCRollup merge of #97808 - alexcrichton:wasm-features...
2022-06-07 Dylan DPCRollup merge of #97771 - rtzoeller:haiku_no_sigio,...
2022-06-07 Dylan DPCRollup merge of #97738 - Kixiron:zst-panic, r=eddyb
2022-06-07 Dylan DPCRollup merge of #97301 - semicoleon:unstable-reexport...
2022-06-07 Dylan DPCRollup merge of #97058 - bjorn3:multi_artifact_work_pro...
2022-06-07 Michael GouletRecover missing comma after match arm
2022-06-07 borsAuto merge of #97512 - scottmcm:add-coldcc, r=nagisa...
2022-06-07 borsAuto merge of #95565 - jackh726:remove-borrowck-mode...
2022-06-07 borsAuto merge of #97801 - RalfJung:miri, r=RalfJung
2022-06-06 Matthias KrügerRollup merge of #97794 - eltociear:patch-13, r=matthiaskrgr
2022-06-06 Matthias KrügerRollup merge of #97792 - GuillaumeGomez:eslint-checks...
2022-06-06 Matthias KrügerRollup merge of #97700 - nzrq:patch-1, r=dtolnay
2022-06-06 Alex CrichtonAdd some unstable target features for the wasm target...
2022-06-06 borsAuto merge of #97730 - flip1995:clippyup, r=Manishearth
2022-06-06 borsAuto merge of #97795 - Dylan-DPC:rollup-dxilagr, r...
2022-06-06 borsAuto merge of #97684 - RalfJung:better-provenance-contr...
2022-06-06 bjorn3Make saved_file field of WorkProduct non-optional
2022-06-06 bjorn3Factor Option out of copy_cgu_workproduct_to_incr_comp_...
2022-06-06 Dylan DPCRollup merge of #97787 - matthiaskrgr:e0432_explain...
2022-06-06 Dylan DPCRollup merge of #97767 - RalfJung:variadic, r=davidtwco
2022-06-06 Dylan DPCRollup merge of #97579 - SparrowLii:target_features...
2022-06-06 Dylan DPCRollup merge of #97495 - clarfonthey:e0788-no-coverage...
2022-06-06 Dylan DPCRollup merge of #97312 - cjgillot:no-path-in-scope...
2022-06-06 bjorn3Avoid an unnecessary clone for copy_cgu_workproduct_to_...
2022-06-06 bjorn3Rename CodegenUnit::work_product to previous_work_product
2022-06-06 bjorn3Remove unnecessary cgu name length hash
2022-06-06 borsAuto merge of #97086 - 5225225:link-section-is-unsafe...
2022-06-06 SparrowLiiAvoid creating `SmallVec`s in `global_llvm_features`
2022-06-06 Matthias KrügerE0432: rust 2018 -> rust 2018 or later in --explain...
2022-06-06 borsAuto merge of #97783 - matthiaskrgr:rollup-14t9htt...
2022-06-06 Matthias KrügerRollup merge of #97765 - RalfJung:restoration, r=Mark...
2022-06-06 Matthias KrügerRollup merge of #97764 - RalfJung:strict, r=dtolnay
2022-06-06 Matthias KrügerRollup merge of #97759 - WaffleLapkin:recover_label_exp...
2022-06-06 Matthias KrügerRollup merge of #97752 - klensy:cg-typo, r=bjorn3
2022-06-06 Matthias KrügerRollup merge of #97721 - compiler-errors:issue-97704...
2022-06-06 Matthias KrügerRollup merge of #97683 - cjgillot:no-apit-hrtb, r=nagisa
2022-06-06 Matthias KrügerRollup merge of #90905 - GuillaumeGomez:empty-impl...
2022-06-06 borsAuto merge of #96551 - ferrocene:pa-ignore-paths-when...
2022-06-06 ltdkChanges from code review
2022-06-06 Michael GouletDo suggest_await_before_try with infer in self, clean...
2022-06-06 borsAuto merge of #97710 - RalfJung:ptr-addr, r=thomcc
2022-06-05 Waffle MaybeAdd spaces before and after expr in add {} suggestion
2022-06-05 Maybe WaffleSuggest removing label in `'label: non_block_expr`
2022-06-05 Maybe WaffleDo not suggest adding labeled block if there are no...
2022-06-05 Ralf Junginterpret: do not claim UB until we looked more into...
2022-06-05 Ralf Jungreduce code duplication
2022-06-05 Ralf Junginterpret: better control over whether we read data...
2022-06-05 ouz-aget_vtable returns opt instd of unwrpping
2022-06-05 Maybe WaffleSuggest adding `{}` for `'label: non_block_expr`
2022-06-05 borsAuto merge of #97756 - pietroalbini:pa-remove-azure...
2022-06-05 borsAuto merge of #97697 - WaffleLapkin:no_ref_vec, r=Waffl...
2022-06-05 Maybe WaffleRename `visit_generic_param{_slice => s}`
2022-06-05 Camille GILLOTSuggest 'static when in static/const items.
2022-06-05 borsAuto merge of #97577 - betrusted-io:add-xous-target...
2022-06-05 borsAuto merge of #97391 - Urgau:cfg_accessible, r=petrochenkov
2022-06-05 klensytypo: `-Zcodegen-backend=llvm -Cpasses=list` should...
2022-06-05 borsAuto merge of #93717 - pietroalbini:pa-ci-profiler...
2022-06-04 borsAuto merge of #97742 - matthiaskrgr:rollup-fr3j0t8...
2022-06-04 coleAllow unstable items to be re-exported unstably without...
next