]> git.lizzy.rs Git - rust.git/history - compiler
Generate inference vars and obligations for projections in opaque types instead of...
[rust.git] / compiler /
2021-09-20 Oli SchererGenerate inference vars and obligations for projections...
2021-09-20 Oli SchererInline a function that is only called once
2021-09-20 Oli SchererUse tracing debugging in `fold_opaque_ty`
2021-09-20 Oli SchererAdd helper function to `InferCtxt` that generates infer...
2021-09-20 borsAuto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser
2021-09-20 borsAuto merge of #88842 - wesleywiser:fix_dbg_tests_window...
2021-09-20 borsAuto merge of #88708 - Aaron1011:aggregate-usage, r...
2021-09-19 borsAuto merge of #88575 - eddyb:fn-abi-queries, r=nagisa
2021-09-19 borsAuto merge of #89049 - Aaron1011:caching-sourcemap...
2021-09-19 borsAuto merge of #88703 - cjgillot:lazymod, r=petrochenkov
2021-09-19 borsAuto merge of #88627 - cjgillot:noallocuse, r=petrochenkov
2021-09-19 borsAuto merge of #89089 - JohnTitor:rollup-6s6mccx, r...
2021-09-19 Yuki OkushiRollup merge of #89081 - ondra05:patch-1, r=dtolnay
2021-09-19 Yuki OkushiRollup merge of #89055 - Kobzol:wrapped-method-expr...
2021-09-19 Yuki OkushiRollup merge of #89053 - DeveloperC286:into_iter_fields...
2021-09-19 Yuki OkushiRollup merge of #89051 - schctl:master, r=jyn514
2021-09-19 Yuki OkushiRollup merge of #89021 - WaffleLapkin:separate_error_fo...
2021-09-19 Yuki OkushiRollup merge of #89017 - the8472:fix-u64-time-monotoniz...
2021-09-19 Yuki OkushiRollup merge of #88996 - Aaron1011:trailing-macro-semi...
2021-09-19 Yuki OkushiRollup merge of #88966 - tmiasko:block-label-shadowing...
2021-09-19 Yuki OkushiRollup merge of #88855 - calebzulawski:feature/simd_shu...
2021-09-19 Yuki OkushiRollup merge of #87960 - hkmatsumoto:suggest-inexisting...
2021-09-19 borsAuto merge of #89031 - the8472:outline-once-cell-init...
2021-09-19 borsAuto merge of #89028 - Aaron1011:coercion-cause, r...
2021-09-19 borsAuto merge of #88968 - tmiasko:start-block-no-predecess...
2021-09-18 borsAuto merge of #89079 - ehuss:update-cargo, r=ehuss
2021-09-18 borsAuto merge of #89000 - Mark-Simulacrum:no-new-lrc,...
2021-09-18 borsAuto merge of #88994 - Aaron1011:intercrate-caching...
2021-09-18 borsAuto merge of #82183 - michaelwoerister:lazier-defpathh...
2021-09-18 Camille GILLOTDo not preallocate UseTree HirIds.
2021-09-18 borsAuto merge of #88650 - sapessi:issue-77175-fix, r=estebank
2021-09-18 Jakub BeránekSuggest better place to add call parentheses for method...
2021-09-18 Camille GILLOTDo not preallocate item HirIds.
2021-09-18 borsAuto merge of #88988 - Mark-Simulacrum:avoid-into-ok...
2021-09-18 borsAuto merge of #88980 - tmiasko:instrument-debug, r...
2021-09-18 borsAuto merge of #88978 - bjorn3:move_symbol_interner_lock...
2021-09-18 Eduard-Mihai Burtescu[HACK(eddyb)] arena-allocate but don't intern `FnAbi`s.
2021-09-18 Eduard-Mihai BurtescuQuerify `fn_abi_of_{fn_ptr,instance}`.
2021-09-18 Eduard-Mihai Burtescuty::layout: replicate `layout_of` setup for `fn_abi_of_...
2021-09-18 borsAuto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk
2021-09-18 Tomasz MiąskoRemove support for reentrant start blocks from codegen
2021-09-18 Tomasz MiąskoDo not collapse goto chains beginning with the start...
2021-09-18 Tomasz MiąskoStart block is not allowed to have basic block predecessors
2021-09-17 Eduard-Mihai Burtescurustc_codegen_llvm: move misplaced `HasParamEnv` impl.
2021-09-17 Eduard-Mihai Burtescuty::layout: intern `FnAbi`s as `&'tcx`.
2021-09-17 Eduard-Mihai Burtescuty::context: move interning `Allocation`s and `Layout...
2021-09-17 Eduard-Mihai Burtescuty::layout: propagate errors up to (but not out of...
2021-09-17 Eduard-Mihai Burtescurustc_target: `adjust_for_cabi` -> `adjust_for_foreign_...
2021-09-17 Eduard-Mihai Burtescuty::layout: split out a private trait from `FnAbiExt`.
2021-09-17 Eduard-Mihai Burtescuty::layout: move `trait FnAbiExt` to just before its...
2021-09-17 borsAuto merge of #88962 - fee1-dead:const-drop, r=oli-obk
2021-09-17 borsAuto merge of #88956 - ehuss:update-cargo, r=ehuss
2021-09-17 Aaron HillConvert `debug_assert` to `assert` in `CachingSourceMap...
2021-09-17 borsAuto merge of #89047 - GuillaumeGomez:rollup-29gmr02...
2021-09-17 Guillaume GomezRollup merge of #89012 - vishadGoyal:issue-88802-fix...
2021-09-17 Guillaume GomezRollup merge of #88964 - GuillaumeGomez:version-help...
2021-09-17 Guillaume GomezRollup merge of #88954 - nbdd0121:panic3, r=oli-obk
2021-09-17 Guillaume GomezRollup merge of #88953 - joshtriplett:chown, r=dtolnay
2021-09-17 Guillaume GomezRollup merge of #88949 - FabianWolff:issue-87563, r...
2021-09-17 Guillaume GomezRollup merge of #88899 - FabianWolff:issue-88844, r...
2021-09-17 Guillaume GomezRollup merge of #88666 - GuillaumeGomez:compiler-docs...
2021-09-17 Guillaume GomezRollup merge of #87566 - JohnTitor:find-eqeq-on-assoc...
2021-09-17 Guillaume GomezRollup merge of #87460 - FabianWolff:issue-87456, r...
2021-09-17 Guillaume GomezRollup merge of #86422 - JohnTitor:clearer-parens-err...
2021-09-17 John Paul Adrian... compiler/rustc_llvm: Enable M68k LLVM target
2021-09-17 John Paul Adrian... compiler/rustc_target: Add support for m68k-linux-gnu
2021-09-17 Michael WoeristerUpdate odht to 0.2.1
2021-09-17 borsAuto merge of #88945 - Aaron1011:no-projection-completi...
2021-09-17 borsAuto merge of #89037 - JohnTitor:rollup-rd9btbs, r...
2021-09-17 Yuki OkushiApply review comments
2021-09-17 Yuki OkushiRollup merge of #89033 - cuviper:sysroot-lib-path,...
2021-09-17 Yuki OkushiRollup merge of #89014 - durin42:llvm-14-module-pass...
2021-09-17 Yuki OkushiRollup merge of #88911 - FabianWolff:issue-88653, r...
2021-09-17 Yuki OkushiRollup merge of #88887 - fee1-dead:const-deref, r=oli-obk
2021-09-17 Yuki OkushiRollup merge of #88883 - c410-f3r:tests, r=petrochenkov
2021-09-17 Yuki OkushiRollup merge of #88751 - bjorn3:move_filesearch, r...
2021-09-17 Yuki OkushiRollup merge of #88735 - hnj2:patch-1, r=GuillaumeGomez
2021-09-17 Yuki OkushiRollup merge of #88339 - piegamesde:master, r=joshtriplett
2021-09-17 Yuki OkushiRollup merge of #87529 - FabianWolff:issue-87496, r...
2021-09-17 Yuki OkushiRollup merge of #86382 - JohnTitor:try-desugar, r=estebank
2021-09-17 Yuki OkushiRecover invalid assoc type bounds using `==`
2021-09-17 Yuki OkushiUse `multipart_suggestion`
2021-09-17 Yuki OkushiEmit clearer diagnostics for parens around `for` loop...
2021-09-17 Yuki OkushiMake diagnostics clearer for `?` operators
2021-09-17 borsAuto merge of #88934 - tmiasko:trace-log, r=davidtwco
2021-09-17 borsAuto merge of #88832 - pcwalton:debug-unit-variant...
2021-09-16 borsAuto merge of #88719 - estebank:point-at-arg-for-obliga...
2021-09-16 Aaron HillPropagate coercion cause into `try_coerce`
2021-09-16 borsAuto merge of #89019 - Manishearth:rollup-5qp8a5s,...
2021-09-16 Augie FacklerPassWrapper: these two lines shouldn't have been ifdef'd
2021-09-16 WaffleAdd a separate error for `dyn Trait` in `const fn`
2021-09-16 Vishad Goyaldelay error for enabling unstable lib features
2021-09-16 Manish GoregaokarRollup merge of #89009 - tatami4:master, r=Mark-Simulacrum
2021-09-16 Manish GoregaokarRollup merge of #88986 - hargoniX:master, r=Mark-Simulacrum
2021-09-16 Manish GoregaokarRollup merge of #88985 - Commeownist:patch-1, r=Amanieu
2021-09-16 Manish GoregaokarRollup merge of #88983 - willcrichton:allow-single...
2021-09-16 Manish GoregaokarRollup merge of #88976 - notriddle:notriddle/cow-from...
2021-09-16 Manish GoregaokarRollup merge of #88928 - lefth:master, r=Mark-Simulacrum
2021-09-16 Manish GoregaokarRollup merge of #88892 - estebank:trait-objects, r...
2021-09-16 Manish GoregaokarRollup merge of #88875 - notriddle:notriddle/cleanup...
next