]> git.lizzy.rs Git - rust.git/history - compiler
ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable diagnostics
[rust.git] / compiler /
2022-11-04 Jhonny Bill MenaADD - ExtractBundledLibsError. Migrated extract_bundled...
2022-11-04 Jhonny Bill MenaUPDATE - Complete link.rs migration to new diagnostics...
2022-11-04 borsAuto merge of #101834 - compiler-errors:super-deduce...
2022-11-03 Michael Gouletreverse obligations for better diagnostics on multiple...
2022-11-03 Michael GouletElaborate supertrait obligations when deducing closure...
2022-11-03 Michael GouletMake obligations_for_self_ty only return an obligation
2022-11-03 borsAuto merge of #103904 - JakobDegen:mir-opt-dash, r...
2022-11-03 borsAuto merge of #103860 - weihanglo:update-cargo, r=ehuss
2022-11-03 borsAuto merge of #103455 - BlackHoleFox:apple-sim-abi...
2022-11-03 borsAuto merge of #103903 - matthiaskrgr:rollup-r5xcvrp...
2022-11-02 Matthias KrügerRollup merge of #103890 - notriddle:notriddle/mobile...
2022-11-02 Matthias KrügerRollup merge of #103886 - GuillaumeGomez:local-reexport...
2022-11-02 Matthias KrügerRollup merge of #103875 - oli-obk:ast_conv_simplificati...
2022-11-02 Matthias KrügerRollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1...
2022-11-02 Matthias KrügerRollup merge of #103610 - wesleywiser:thinlto_cgu1...
2022-11-02 Matthias KrügerRollup merge of #99801 - Neo-Zhixing:fix/generic_const_...
2022-11-02 borsAuto merge of #103846 - Kobzol:revert-103295-ninja...
2022-11-02 borsAuto merge of #103888 - Dylan-DPC:rollup-p7gubqj, r...
2022-11-02 Dylan DPCRollup merge of #103864 - smoelius:reorder-walk-functio...
2022-11-02 Dylan DPCRollup merge of #103862 - compiler-errors:ocx-in-fully...
2022-11-02 Dylan DPCRollup merge of #103855 - notriddle:notriddle/mobile...
2022-11-02 Dylan DPCRollup merge of #103807 - H4x5:string-extend-from-withi...
2022-11-02 Dylan DPCRollup merge of #103774 - compiler-errors:dyn-trait...
2022-11-02 Dylan DPCRollup merge of #103703 - Nilstrieb:flag-recovery-1...
2022-11-02 Dylan DPCRollup merge of #103275 - Manishearth:tinystrup, r...
2022-11-02 Oli SchererSimplify astconv item def id handling
2022-11-02 borsAuto merge of #103690 - GuillaumeGomez:visibility-on...
2022-11-02 borsAuto merge of #103649 - petrochenkov:docnotrait, r...
2022-11-02 Takayuki Maedareturn const_error when ty has errors
2022-11-02 borsAuto merge of #103857 - Manishearth:rollup-709fui6...
2022-11-02 Michael GouletUse ObligationCtxt in fully_normalize
2022-11-02 Manish GoregaokarRollup merge of #103839 - Nilstrieb:print-list, r=compi...
2022-11-02 Manish GoregaokarRollup merge of #103837 - GuillaumeGomez:migrate-sideba...
2022-11-02 Manish GoregaokarRollup merge of #103781 - JakobDegen:mir-opt-tidy,...
2022-11-02 Manish GoregaokarRollup merge of #103638 - ia0:multivalue, r=nagisa
2022-11-02 Manish GoregaokarRollup merge of #103637 - ChrisDenton:stdio-uwp, r...
2022-11-02 Manish GoregaokarRollup merge of #103575 - Xiretza:suggestions-style...
2022-11-02 Manish GoregaokarRollup merge of #103084 - inquisitivecrystal:control...
2022-11-02 Manish GoregaokarRollup merge of #103072 - cuviper:compiletest-path...
2022-11-01 Samuel MoeliusReorder `walk_` functions in intravisit.rs
2022-11-01 Zhixing Zhangfix(generic_const_exprs): Fix predicate inheritance...
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-11-01 Michael GouletFormat dyn Trait better in type_name intrinsic
2022-11-01 borsAuto merge of #103841 - Dylan-DPC:rollup-rff2x1l, r...
2022-11-01 Dylan DPCRollup merge of #103833 - lnicola:rust-analyzer-2022...
2022-11-01 Dylan DPCRollup merge of #103817 - notriddle:notriddle/attribute...
2022-11-01 Dylan DPCRollup merge of #103813 - notriddle:notriddle/search...
2022-11-01 Dylan DPCRollup merge of #103760 - petrochenkov:macimp, r=cjgillot
2022-11-01 Dylan DPCRollup merge of #84022 - Aaron1011:remove-derive-res...
2022-11-01 nilsPrint valid `--print` requests if request is invalid
2022-11-01 borsAuto merge of #103496 - petrochenkov:effvisdoc2, r=lqd
2022-11-01 borsAuto merge of #103590 - compiler-errors:ocx-more, r...
2022-11-01 Laurențiu Nicola:arrow_up: rust-analyzer
2022-11-01 borsAuto merge of #103832 - Dylan-DPC:rollup-maw3kmx, r...
2022-11-01 Dylan DPCRollup merge of #103809 - tyggja:patch-1, r=JohnTitor
2022-11-01 Dylan DPCRollup merge of #103759 - cjgillot:adt-collect, r=davidtwco
2022-11-01 Dylan DPCRollup merge of #103729 - RalfJung:align-of-val-packed...
2022-11-01 Dylan DPCRollup merge of #103706 - zbyrn:issue-101637-fix, r...
2022-11-01 Dylan DPCRollup merge of #103584 - ouz-a:issue-102303, r=oli-obk
2022-11-01 Dylan DPCRollup merge of #103061 - Amanieu:rewrite_alloc_error_h...
2022-11-01 borsAuto merge of #103829 - JohnTitor:rollup-o03nzr8, r...
2022-11-01 Yuki OkushiRollup merge of #103805 - Mark-Simulacrum:forward-port...
2022-11-01 Yuki OkushiRollup merge of #103799 - GuillaumeGomez:search-index...
2022-11-01 Yuki OkushiRollup merge of #103798 - RalfJung:type_name, r=oli-obk
2022-11-01 Yuki OkushiRollup merge of #103793 - notriddle:notriddle/rustdoc...
2022-11-01 Yuki OkushiRollup merge of #103788 - chenyukang:yukang/fix-ice...
2022-11-01 Yuki OkushiRollup merge of #103772 - compiler-errors:better-strict...
2022-11-01 Yuki OkushiRollup merge of #103749 - est31:reduce_irrefutable_let_...
2022-11-01 Yuki OkushiRollup merge of #103692 - smoelius:walk_generic_arg...
2022-11-01 Yuki OkushiRollup merge of #103674 - ehuss:split-debuginfo-doc...
2022-11-01 Yuki OkushiRollup merge of #103007 - albertlarsan68:better-python...
2022-10-31 borsAuto merge of #102950 - oli-obk:check_miri, r=RalfJung
2022-10-31 borsAuto merge of #103795 - thomcc:untest, r=Mark-Simulacrum
2022-10-31 Vadim Petrochenkovresolve: Turn the binding from `#[macro_export]` into...
2022-10-31 Amanieu d'AntrasRewrite implementation of `#[alloc_error_handler]`
2022-10-31 Vadim Petrochenkovresolve: Not all imports have their own `NodeId`
2022-10-31 mejrsAdd more track_caller
2022-10-31 borsAuto merge of #103797 - Dylan-DPC:rollup-ps589fi, r...
2022-10-31 Camille GILLOTUse AdtDef to check enum.
2022-10-31 Camille GILLOTUse adt_def for ADT collection.
2022-10-31 Camille GILLOTUse AdtDef in wfcheck.
2022-10-31 ouz-aRemove bounds check with enum cast
2022-10-31 Ralf Junginterpret: move type_name implementation to an interpre...
2022-10-31 Dylan DPCRollup merge of #103789 - domfarolino:e0382, r=Dylan-DPC
2022-10-31 Dylan DPCRollup merge of #103766 - lukas-code:error-in-core...
2022-10-31 Dylan DPCRollup merge of #103732 - Mark-Simulacrum:revert-compil...
2022-10-31 Dylan DPCRollup merge of #103603 - camsteffen:refactor-lang...
2022-10-31 Dylan DPCRollup merge of #103338 - l4l:enum-unreachable-pub...
2022-10-31 Dominic FarolinoUpdate E0382.md
2022-10-31 borsAuto merge of #103787 - notriddle:rollup-q1vmxsb, r...
2022-10-31 Michael HowellRollup merge of #103764 - SarthakSingh31:issue-94187...
2022-10-31 Michael HowellRollup merge of #103758 - GuillaumeGomez:reexports...
2022-10-31 Michael HowellRollup merge of #103746 - notriddle:notriddle/incoheren...
2022-10-31 Michael HowellRollup merge of #102689 - ayrtonm:master, r=cjgillot
2022-10-31 Michael HowellRollup merge of #102101 - BelovDV:new-check-lld-version...
2022-10-31 Michael HowellRollup merge of #101944 - notriddle:notriddle/toggle...
2022-10-31 Michael HowellRollup merge of #101428 - JakobDegen:build-tests, r...
2022-10-31 Michael HowellRollup merge of #97971 - Soveu:varargs, r=jackh726
2022-10-31 borsAuto merge of #103331 - nnethercote:convert-switch...
2022-10-30 Nicholas NethercoteUse `br` instead of `switch` in more cases.
next