]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-24 Caleb Cartwrightchore: prep v1.5.2 release
2023-01-24 Matthew J PerezAdd suggestions for function pointers
2023-01-24 bjorn3Update tidy for cranelift-egraph removal and new window...
2023-01-24 bjorn3Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0...
2023-01-24 Caleb Cartwrightfix: version gate changes for multiline single generic...
2023-01-24 KaDiWarustdoc: prevent scroll bar on source viewer
2023-01-24 Mara BosWork around issue 106930.
2023-01-24 dimiadd feature gate tests for DispatchFromDyn
2023-01-24 Jakob DegenDelete `SimplifyArmIdentity` and `SimplifyBranchSame...
2023-01-24 lcnradd test where we ignore hr implied bounds
2023-01-24 dimiimpl DispatchFromDyn for Cell and UnsafeCell
2023-01-24 Edward ShenAdd suggestion to remove if in let...else block
2023-01-24 Caleb CartwrightMerge pull request #5670 from calebcartwright/subtree...
2023-01-24 Caleb Cartwrightchore: bump toolchain
2023-01-24 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2023-01-24 Michael Howellrustdoc: rearrange HTML in primitive reference links
2023-01-24 Ben KimockThread a ParamEnv down to might_permit_raw_init
2023-01-23 clubby789Print PID holding bootstrap build lock on Linux
2023-01-23 Michael Howellrustdoc: remove dead settings JS for obsolete select...
2023-01-23 Michael Howellrustdoc: simplify settings popover DOM
2023-01-23 Michael Howellrustdoc: make item links consistently use `title="...
2023-01-23 Tomasz MiąskoBring tests back into rustc source tarball
2023-01-23 Esteban Küberreview comment: Remove AST AnonTy
2023-01-23 Caleb Cartwrightfix: correct span for structs with const generics
2023-01-23 yanchen4791Add hint for missing lifetime bound on trait object...
2023-01-23 Michael GouletHack to suppress bad labels in type mismatch inference...
2023-01-23 Michael GouletDon't resolve type var roots in point_at_expr_source_of...
2023-01-23 Vadim Petrochenkovrustc_metadata: Support non-`Option` nullable values...
2023-01-23 lcnr`new_outside_solver` -> `evaluate_root_goal`
2023-01-23 Esteban Kübertweak wording
2023-01-23 Esteban KüberEnsure suggestion correctness
2023-01-23 Esteban KüberDo not erase regions
2023-01-23 Esteban KüberAdd call in `emit_type_mismatch_suggestions`
2023-01-23 Esteban Küberreview comment: use `fcx.infcx`
2023-01-23 Esteban KüberSuggest coercion of `Result` using `?`
2023-01-23 Oli SchererEvaluate `output_filenames` before one of its dependenc...
2023-01-23 borsAuto merge of #107220 - JohnTitor:rollup-5pvuz0z, r...
2023-01-23 Chayim Refael... `sub_ptr()` is equivalent to `usize::try_from().unwrap_...
2023-01-23 Vincenzo Palazzofix: use LocalDefId instead of HirId in trait res
2023-01-23 Oli SchererStore the gctxt instead of fetching it twice.
2023-01-23 Oli SchererPrefer queries over Compiler methods
2023-01-23 Oli SchererMake `output_filenames` a real query
2023-01-23 Yuki OkushiRollup merge of #107153 - tmiasko:dominates, r=oli-obk
2023-01-23 Yuki OkushiRollup merge of #107151 - tmiasko:dominators-no-inline...
2023-01-23 Yuki OkushiRollup merge of #107148 - Ezrashaw:uncode-e0789, r...
2023-01-23 Yuki OkushiRollup merge of #107109 - est31:thin_box_link, r=Mark...
2023-01-23 Yuki OkushiRollup merge of #107101 - compiler-errors:perf-106309...
2023-01-23 Yuki OkushiRollup merge of #106886 - dtolnay:fastinstall, r=Mark...
2023-01-23 Yuki OkushiRollup merge of #106796 - vadorovsky:revert-105708...
2023-01-23 Oli SchererRemove another unneeded use of the resolver
2023-01-23 borsAuto merge of #107136 - petrochenkov:dochidden, r=cjgillot
2023-01-23 Ezra Shawadd UI test + docs for `E0789`
2023-01-23 borsAuto merge of #107215 - Dylan-DPC:rollup-zqtiufk, r...
2023-01-23 Dylan DPCRollup merge of #107203 - chenyukang:yukang/fix-106496...
2023-01-23 Dylan DPCRollup merge of #107195 - smoelius:patch-2, r=Nilstrieb
2023-01-23 Dylan DPCRollup merge of #107192 - fmease:mailmap-me-at-fmease...
2023-01-23 Dylan DPCRollup merge of #107186 - GuillaumeGomez:correct-pseudo...
2023-01-23 Dylan DPCRollup merge of #107108 - sulami:issue-83968-doc-alias...
2023-01-23 Dylan DPCRollup merge of #106854 - steffahn:drop_linear_arc_reba...
2023-01-23 Dylan DPCRollup merge of #104926 - spastorino:calculate_divergin...
2023-01-23 Erik Desjardinsabi: add `AddressSpace` field to `Primitive::Pointer`
2023-01-23 borsAuto merge of #107044 - cuviper:more-llvm-ci, r=Mark...
2023-01-23 Erik Desjardinsrustc_abi: remove Primitive::{is_float,is_int}
2023-01-23 Robin SchroerConsider doc(alias) when providing typo suggestions
2023-01-23 borsAuto merge of #106981 - joboet:std_remove_box_syntax...
2023-01-22 borsAuto merge of #106975 - tmiasko:basic-blocks-cache...
2023-01-22 borsAuto merge of #106827 - alexcrichton:update-llvm-to...
2023-01-22 yukangFix #106496, suggest remove deref for type mismatch
2023-01-22 Santiago Pastorinofn-trait-closure test now pass on new solver
2023-01-22 Santiago PastorinoRename relationships to infer_var_info
2023-01-22 Santiago PastorinoMove relationships::update to Inherited::update_infer_v...
2023-01-22 Santiago PastorinoStore relationships on Inherent
2023-01-22 Santiago PastorinoRemove duplicated debug call
2023-01-22 borsAuto merge of #107187 - matthiaskrgr:rollup-lvwzlg2...
2023-01-22 Samuel MoeliusUpdate universal_regions.rs
2023-01-22 León Orell... add fmease to mailmap
2023-01-22 Camille GILLOTTweak comments.
2023-01-22 Camille GILLOTInline encode_enum_variant_info.
2023-01-22 Camille GILLOTEncode AdtDef in the def-id loop.
2023-01-22 Matthias KrügerRollup merge of #107180 - nvzqz:rm-fmt-ref, r=joshtriplett
2023-01-22 Matthias KrügerRollup merge of #107174 - petrochenkov:defidoc, r=notriddle
2023-01-22 Matthias KrügerRollup merge of #107170 - albertlarsan68:update-mailmap...
2023-01-22 Matthias KrügerRollup merge of #107152 - GuillaumeGomez:migrate-to...
2023-01-22 Matthias KrügerRollup merge of #107127 - uweigand:s390x-sanitizer...
2023-01-22 Matthias KrügerRollup merge of #107114 - Erk-:add-absolute-note-to...
2023-01-22 Matthias KrügerRollup merge of #107111 - chenyukang:yukang/fix-107090...
2023-01-22 Matthias KrügerRollup merge of #107102 - compiler-errors:new-solver...
2023-01-22 borsAuto merge of #107137 - Mark-Simulacrum:169, r=Mark...
2023-01-22 Guillaume GomezUse correct pseudo-element selector
2023-01-22 borsAuto merge of #107185 - compiler-errors:rollup-wkomjma...
2023-01-22 Michael GouletRollup merge of #107029 - albertlarsan68:patch-2, r...
2023-01-22 Michael GouletRollup merge of #107015 - cuviper:ra-riscv64, r=Mark...
2023-01-22 Michael GouletRollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot
2023-01-22 Michael GouletRollup merge of #106749 - glandium:dwarf, r=Mark-Simulacrum
2023-01-22 Michael GouletRollup merge of #106578 - compiler-errors:recursive...
2023-01-22 Michael GouletRollup merge of #106144 - tgross35:patch-1, r=Mark...
2023-01-22 Michael GouletRollup merge of #106113 - krasimirgg:llvm-16-ext-tyid...
2023-01-22 Michael GouletRollup merge of #103418 - Aaron1011:macro-semicolon...
2023-01-22 borsAuto merge of #107133 - pnkfelix:revert-pr-84022-for...
2023-01-22 Nikolai VazquezRemove unnecessary `&format!`
next