]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast_lowering
Rollup merge of #98211 - devnexen:get_path_freebsd, r=Mark-Simulacrum
[rust.git] / compiler / rustc_ast_lowering /
2022-07-16 Matthias KrügerRollup merge of #99323 - GuillaumeGomez:fix-gui-flaky...
2022-07-16 Matthias KrügerRollup merge of #99287 - GuillaumeGomez:rustdoc-json...
2022-07-16 Yuki OkushiRollup merge of #98662 - LucasDumont:document_fs_write...
2022-07-16 Yuki OkushiRollup merge of #98387 - NobodyXu:feature/std_io_Error_...
2022-07-16 borsAuto merge of #95685 - oxidecomputer:restore-static...
2022-07-15 borsAuto merge of #99046 - nnethercote:final-derive-output...
2022-07-15 Dylan DPCRollup merge of #99209 - GuillaumeGomez:crate-level...
2022-07-15 Dylan DPCRollup merge of #99119 - TaKO8Ki:remove-string-matching...
2022-07-15 borsAuto merge of #99013 - RalfJung:dont-poison-my-places...
2022-07-15 Dylan DPCRollup merge of #99241 - danbev:intrinsics-comment...
2022-07-15 Dylan DPCRollup merge of #99239 - vakaras:add-myself-to-mir...
2022-07-15 Dylan DPCRollup merge of #99237 - GuillaumeGomez:rustdoc-css...
2022-07-15 Dylan DPCRollup merge of #99113 - WaffleLapkin:arc_simplify...
2022-07-15 borsAuto merge of #97406 - aliemjay:verify-bounds-fix-maste...
2022-07-15 borsAuto merge of #98203 - kckeiks:gather-body-owners-in...
2022-07-14 borsAuto merge of #96544 - m-ysk:feature/issue-96358, r...
2022-07-14 Dylan DPCRollup merge of #99236 - psumbera:Issue99208, r=Mark...
2022-07-14 Dylan DPCRollup merge of #99222 - atsuzaki:generic_const_err...
2022-07-14 Dylan DPCRollup merge of #99192 - Amanieu:fix-asm-srcloc, r...
2022-07-14 Dylan DPCRollup merge of #99000 - JulianKnodt:allow_resolve_no_s...
2022-07-14 Dylan DPCRollup merge of #98580 - PrestonFrom:issue_98466, r...
2022-07-14 Dylan DPCRollup merge of #98072 - yaahc:generic-member-access...
2022-07-14 borsAuto merge of #95956 - yaahc:stable-in-unstable, r...
2022-07-14 borsAuto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r...
2022-07-14 Dylan DPCRollup merge of #99139 - jyn514:dist-tool-help, r=Mark...
2022-07-14 Dylan DPCRollup merge of #99126 - NiklasJonsson:84447/rustc_span...
2022-07-14 Dylan DPCRollup merge of #98705 - WaffleLapkin:closure_binder...
2022-07-14 Dylan DPCRollup merge of #98315 - joshtriplett:stabilize-core...
2022-07-14 Dylan DPCRollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov
2022-07-14 borsAuto merge of #98975 - jyn514:unstable_opts, r=wesleywiser
2022-07-14 borsAuto merge of #98754 - jyn514:non-trivial-drop, r=compi...
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
2022-07-13 borsAuto merge of #99136 - CAD97:layout-faster, r=scottmcm
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 Dylan DPCRollup merge of #99199 - TaKO8Ki:remove-unnecessary...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-13 Dylan DPCRollup merge of #99030 - rust-lang:notriddle/field...
2022-07-13 Dylan DPCRollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb
2022-07-13 Dylan DPCRollup merge of #98574 - dingxiangfei2009:let-else...
2022-07-13 Guillaume GomezRollup merge of #99168 - TaKO8Ki:add-regression-test...
2022-07-13 Guillaume GomezRollup merge of #99152 - GuillaumeGomez:css-theme-var...
2022-07-13 Guillaume GomezRollup merge of #99148 - SOF3:clarify-xsize-bound,...
2022-07-13 Guillaume GomezRollup merge of #99132 - jyn514:autolabel, r=Mark-Simul...
2022-07-13 Guillaume GomezRollup merge of #98848 - flip1995:clippy-book, r=jyn514
2022-07-13 Guillaume GomezRollup merge of #98789 - aDotInTheVoid:rjdt-derives...
2022-07-13 borsAuto merge of #99066 - est31:remove_box_librustdoc...
2022-07-13 borsAuto merge of #99149 - ferrocene:pa-nightly-branch...
2022-07-13 borsAuto merge of #99101 - RalfJung:interpret-projections...
2022-07-12 Maybe WaffleAdd an indirection for closures in `hir::ExprKind`
2022-07-12 Maybe WaffleLower closure binders to hir & properly check them
2022-07-12 Maybe WaffleParse closure binders
2022-07-12 Dylan DPCRollup merge of #99154 - rosehuds:master, r=cjgillot
2022-07-12 Dylan DPCRollup merge of #99038 - jackh726:earlybinder-cleanup...
2022-07-12 Dylan DPCRollup merge of #98972 - TaKO8Ki:suggest-adding-missing...
2022-07-12 Dylan DPCRollup merge of #98633 - c410-f3r:yet-another-let-chain...
2022-07-12 Dylan DPCRollup merge of #98622 - petrochenkov:executables,...
2022-07-11 Ding Xiang Feiextract method to read scrutinee conditionally
2022-07-11 Ding Xiang Feimove else block into the `Local` struct
2022-07-11 Ding Xiang Feilower let-else in MIR instead
2022-07-11 Matthias KrügerRollup merge of #99161 - fee1-dead-contrib:compile...
2022-07-11 Matthias KrügerRollup merge of #99146 - compiler-errors:issue-61525...
2022-07-11 Matthias KrügerRollup merge of #99145 - jyn514:dont-rerun-build-script...
2022-07-11 Matthias KrügerRollup merge of #99142 - notriddle:notriddle/doctest...
2022-07-11 Matthias KrügerRollup merge of #99124 - compiler-errors:issue-99122...
2022-07-11 Matthias KrügerRollup merge of #99075 - danobi:dup_type_hint_sugg...
2022-07-11 Matthias KrügerRollup merge of #99055 - GuillaumeGomez:rustdoc-help...
2022-07-11 Matthias KrügerRollup merge of #97210 - Milo123459:clippy-args, r...
2022-07-11 borsAuto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
2022-07-11 borsAuto merge of #98637 - cjgillot:bare-trait-anon-lt...
2022-07-11 borsAuto merge of #97841 - nvzqz:inline-encode-wide, r...
2022-07-11 borsAuto merge of #98369 - jyn514:configure.py, r=Mark...
2022-07-11 borsAuto merge of #98526 - jyn514:download-llvm-outside...
2022-07-10 Matthias KrügerRollup merge of #98713 - nikomatsakis:issue-98693,...
2022-07-10 borsAuto merge of #98463 - mystor:expand_expr_bool, r=eddyb
2022-07-10 Matthias KrügerRollup merge of #99103 - TaKO8Ki:avoid-&str-to-string...
2022-07-10 borsAuto merge of #95295 - CAD97:layout-isize, r=scottmcm
2022-07-09 borsAuto merge of #98950 - ChrisDenton:getoverlapped-io...
2022-07-09 Matthias KrügerRollup merge of #99067 - est31:to_owned_link, r=Dylan-DPC
2022-07-09 Matthias KrügerRollup merge of #99050 - JakobDegen:storage-docs, r...
2022-07-09 Matthias KrügerRollup merge of #99022 - pierwill:always-storage-live...
2022-07-09 borsAuto merge of #98328 - topjohnwu:fix_cross, r=jyn514
2022-07-09 Dylan DPCRollup merge of #99070 - tamird:update-tracking-issue...
2022-07-09 Dylan DPCRollup merge of #99048 - TaKO8Ki:remove-type-string...
2022-07-09 Dylan DPCRollup merge of #99008 - obeis:issue-98974, r=compiler...
2022-07-09 Dylan DPCRollup merge of #98980 - RalfJung:const-prop-ice, r...
2022-07-09 borsAuto merge of #99028 - tmiasko:inline, r=estebank
2022-07-09 borsAuto merge of #98961 - zeevm:issue-98958-fix, r=oli-obk
2022-07-08 borsAuto merge of #98816 - estebank:implicit-sized, r=oli-obk
2022-07-08 borsAuto merge of #98614 - oli-obk:take_unsound_opaque_type...
2022-07-08 Dylan DPCRollup merge of #98654 - nnethercote:pest-2.1.3-opt...
2022-07-08 Dylan DPCRollup merge of #98533 - jyn514:drop-tracking-debugging...
2022-07-08 borsAuto merge of #98758 - nnethercote:more-derive-output...
2022-07-08 borsAuto merge of #98638 - bjorn3:less_string_interning...
2022-07-08 Matthias KrügerRollup merge of #99026 - anall:buffix/clippy-9131,...
2022-07-08 Matthias KrügerRollup merge of #99019 - pierwill:doc-mir-statement...
2022-07-08 Matthias KrügerRollup merge of #98798 - jyn514:download-rustc-cached...
2022-07-08 Matthias KrügerRollup merge of #98718 - yoshuawuyts:stabilize-into...
2022-07-08 Matthias KrügerRollup merge of #95635 - davidtwco:terminal-width-stabi...
2022-07-08 borsAuto merge of #98482 - cjgillot:short-struct-span-closu...
2022-07-07 borsAuto merge of #98360 - estebank:uninit-binding, r=oli-obk
next