]> git.lizzy.rs Git - rust.git/history - compiler
Generate an intermediate temporary for `Drop` constants.
[rust.git] / compiler /
2022-05-04 Oli SchererGenerate an intermediate temporary for `Drop` constants.
2022-05-04 borsAuto merge of #96353 - estebank:issue-95413, r=compiler...
2022-05-03 borsAuto merge of #95380 - compiler-errors:unit-destructure...
2022-05-03 borsAuto merge of #96558 - bjorn3:librarify_parse_format...
2022-05-03 borsAuto merge of #96280 - lygstate:ffi-fixes, r=joshtriplett
2022-05-03 borsAuto merge of #96601 - tmiasko:ssa-rpo, r=davidtwco
2022-05-03 bjorn3Make rustc_parse_format compile on stable
2022-05-03 borsAuto merge of #96663 - JohnTitor:rollup-lthuzdq, r...
2022-05-03 Yuki OkushiRollup merge of #96646 - estebank:issue-96638, r=jackh726
2022-05-03 Yuki OkushiRollup merge of #96641 - oli-obk:bool_args, r=wesleywiser
2022-05-03 Yuki OkushiRollup merge of #96629 - ken-matsui:fix-invalid-keyword...
2022-05-03 Yuki OkushiRollup merge of #96614 - JohnTitor:test-92305, r=oli-obk
2022-05-03 Yuki OkushiRollup merge of #96599 - tmiasko:discriminant-docs...
2022-05-03 Yuki OkushiRollup merge of #96589 - Badel2:source-callsite, r...
2022-05-03 Yuki OkushiRollup merge of #96587 - bjorn3:refactor_backend_write...
2022-05-03 Yuki OkushiRollup merge of #93097 - GuillaumeGomez:settings-js...
2022-05-03 Esteban KuberTweak wording
2022-05-03 Esteban KüberWhen suggesting to import an item, also suggest changin...
2022-05-03 borsAuto merge of #96580 - CAD97:E0705-no-ignore, r=michael...
2022-05-02 borsAuto merge of #92566 - the8472:inline-tra, r=m-ou-se
2022-05-02 Esteban KuberMitigate impact of subtle invalid call suggestion logic
2022-05-02 borsAuto merge of #96578 - tmiasko:chunked-bit-set-fmt...
2022-05-02 borsAuto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser
2022-05-02 Oli SchererUse a yes/no enum instead of a bool.
2022-05-02 borsAuto merge of #96431 - petrochenkov:parent, r=cjgillot
2022-05-02 borsAuto merge of #96310 - bertptrs:remove-debugger-bootstr...
2022-05-02 Ken MatsuiFix invalid keyword order for function declarations
2022-05-02 borsAuto merge of #96596 - scottmcm:limited-calloc, r=Mark...
2022-05-02 borsAuto merge of #96600 - c410-f3r:z-errors, r=petrochenkov
2022-05-02 Yuki OkushiRollup merge of #96610 - GuillaumeGomez:update-browser...
2022-05-02 Yuki OkushiRollup merge of #96571 - thomcc:bathroom-stall, r=Mark...
2022-05-02 Yuki OkushiRollup merge of #96568 - EliasHolzmann:fmt_doc_fixes...
2022-05-02 Yuki OkushiRollup merge of #96567 - alex-semenyuk:fix_docs_for_log...
2022-05-02 Yuki OkushiRollup merge of #96499 - jyn514:bootstrap-doctests...
2022-05-02 Yuki OkushiRollup merge of #96222 - jmaargh:john-mark/clarify...
2022-05-02 Yuki OkushiRollup merge of #94126 - ssomers:alloc_prep_1, r=Mark...
2022-05-01 Vadim Petrochenkovrustc: Panic by default in `DefIdTree::parent`
2022-05-01 borsAuto merge of #96517 - ferrocene:pa-files-related-to...
2022-05-01 borsAuto merge of #96521 - petrochenkov:docrules, r=notridd...
2022-05-01 borsAuto merge of #96582 - petrochenkov:finalize, r=cjgillot
2022-05-01 borsAuto merge of #96549 - ouz-a:mir-opt, r=oli-obk
2022-05-01 Vadim Petrochenkovresolve: Rename `unusable_binding` to `ignore_binding`
2022-05-01 Vadim Petrochenkovresolve: Merge `last_import_segment` into `Finalize`
2022-05-01 Vadim Petrochenkovresolve: Pass full `Finalize` in nearly all cases
2022-05-01 Vadim Petrochenkovresolve: Turn `enum Finalize` into an optional struct
2022-05-01 borsAuto merge of #96376 - scottmcm:do-yeet, r=oli-obk
2022-05-01 Tomasz MiąskoUse reverse postorder in `non_ssa_locals`
2022-05-01 ouz-are-name stuff
2022-05-01 borsAuto merge of #96576 - oli-obk:post_monomorphization_er...
2022-05-01 Tomasz MiąskoUpdate `RValue::Discriminant` documentation
2022-05-01 borsAuto merge of #96078 - udoprog:refcounted-str-to-u8...
2022-05-01 borsAuto merge of #96490 - dtolnay:writetmpbackport, r...
2022-05-01 Scott McMurrayFeature-gate `do yeet` inside `cfg`s too
2022-05-01 borsAuto merge of #95362 - scottmcm:calloc-arrays, r=Mark...
2022-05-01 Scott McMurrayAdd `do yeet` expressions to allow experimentation...
2022-04-30 borsAuto merge of #93815 - camsteffen:intravisit-docs,...
2022-04-30 Vadim Petrochenkovrustdoc: Track `macro_rules` scopes during early doc...
2022-04-30 Badel2Use source callsite in check_argument_types suggestion
2022-04-30 Vadim Petrochenkovrustdoc: Keep full `ParentScope` during early doc link...
2022-04-30 bjorn3Merge new_metadata into codegen_allocator
2022-04-30 bjorn3Remove config parameter of optimize_fat and avoid inter...
2022-04-30 bjorn3Let LtoModuleCodegen::optimize take self by value
2022-04-30 bjorn3Rename run_lto_pass_manager to optimize_fat and remove...
2022-04-30 borsAuto merge of #96347 - estebank:issue-96292, r=compiler...
2022-04-30 Cameron SteffenUpdate intravisit docs
2022-04-30 borsAuto merge of #96348 - overdrivenpotato:inline-location...
2022-04-30 CAD97Remove ```` ```ignore```` from E0705 test
2022-04-30 Tomasz MiąskoFix -Zdump-mir-dataflow by implementing DebugWithContex...
2022-04-30 Tomasz MiąskoAdd element iterator for ChunkedBitSet
2022-04-30 borsAuto merge of #93803 - cjgillot:unify-bounds, r=oli-obk
2022-04-30 Camille GILLOTCorrect comment.
2022-04-30 Camille GILLOTSave colon span to suggest bounds.
2022-04-30 Camille GILLOTStore all generic bounds as where predicates.
2022-04-30 Camille GILLOTInline WhereClause into Generics.
2022-04-30 Camille GILLOTBox HIR Generics and Impl.
2022-04-30 Oli SchererAlso report the call site of PME errors locally.
2022-04-30 borsAuto merge of #95776 - cjgillot:ast-lifetimes-static...
2022-04-30 borsAuto merge of #96500 - SparrowLii:rpo, r=tmiasko
2022-04-30 borsAuto merge of #90988 - estebank:binding-supposed-to...
2022-04-30 Esteban KuberUse newtype `enum`s instead of `bool`
2022-04-30 Esteban KuberWhen encountering a binding that could be a const or...
2022-04-29 Camille GILLOTBan non-static lifetimes from AnonConst on AST.
2022-04-29 borsAuto merge of #96566 - Dylan-DPC:rollup-fo7rd98, r...
2022-04-29 Dylan DPCRollup merge of #96562 - michaelwoerister:path-remappin...
2022-04-29 Dylan DPCRollup merge of #96560 - abrown:update-docs, r=Dylan-DPC
2022-04-29 Dylan DPCRollup merge of #96559 - cjgillot:elided-path-fn, r...
2022-04-29 Dylan DPCRollup merge of #96536 - rust-lang:notriddle/deref...
2022-04-29 Dylan DPCRollup merge of #96527 - durin42:llvm-15-werror-wswitch...
2022-04-29 Dylan DPCRollup merge of #96390 - GuillaumeGomez:es6-part2,...
2022-04-29 Camille GILLOTRemove `error` variable.
2022-04-29 borsAuto merge of #95819 - oli-obk:mir_can't_hold_all_these...
2022-04-29 SparrowLiiEliminate duplication of RPO calculation for mir
2022-04-29 Michael WoeristerFix duplicate directory separator in --remap-path-prefix.
2022-04-29 Oli SchererRefactor and document the repeat length check
2022-04-29 Oli SchererExtract copy bound check into a function
2022-04-29 borsAuto merge of #96474 - SparrowLii:langcall, r=lcnr
2022-04-29 Camille GILLOTUse the correct lifetime binder for elided lifetimes...
2022-04-29 ouz-aremove and bless
2022-04-29 borsAuto merge of #96489 - shepmaster:revert-vec-from-array...
2022-04-29 borsAuto merge of #96468 - davidtwco:diagnostic-translation...
next