]> git.lizzy.rs Git - rust.git/history - compiler
Use `ThinVec` in `ast::Path`.
[rust.git] / compiler /
2022-11-17 Nicholas NethercoteUse `ThinVec` in `ast::Path`.
2022-11-17 Nicholas NethercoteBox `ExprKind::{Closure,MethodCall}`, and `QSelf` in...
2022-11-16 borsAuto merge of #102944 - nnethercote:ast-Lit-third-time...
2022-11-16 borsAuto merge of #104456 - RalfJung:miri, r=RalfJung
2022-11-16 borsAuto merge of #104492 - matthiaskrgr:rollup-3xyjynz...
2022-11-16 Matthias KrügerRollup merge of #104466 - notriddle:notriddle/crate...
2022-11-16 Matthias KrügerRollup merge of #104462 - notriddle:notriddle/rightside...
2022-11-16 Matthias KrügerRollup merge of #104459 - notriddle:notriddle/main...
2022-11-16 Matthias KrügerRollup merge of #104394 - oli-obk:suggest_method_call...
2022-11-16 Matthias KrügerRollup merge of #104335 - Nilstrieb:macrowo, r=compiler...
2022-11-16 Matthias KrügerRollup merge of #104317 - RalfJung:ctfe-error-reporting...
2022-11-16 Matthias KrügerRollup merge of #104137 - StackDoubleFlow:err-lsc-unsup...
2022-11-16 Matthias KrügerRollup merge of #103750 - calebzulawski:master, r=worki...
2022-11-16 borsAuto merge of #104481 - matthiaskrgr:rollup-hf8rev0...
2022-11-16 Ralf Jungcleanup and dedupe CTFE and Miri error reporting
2022-11-16 Matthias KrügerRollup merge of #104471 - scruss:patch-1, r=jyn514
2022-11-16 Matthias KrügerRollup merge of #104450 - andrewpollack:fix-fuchsia...
2022-11-16 Matthias KrügerRollup merge of #104425 - notriddle:notriddle/main...
2022-11-16 Matthias KrügerRollup merge of #104424 - notriddle:notriddle/popover...
2022-11-16 Matthias KrügerRollup merge of #104419 - Ayush1325:test-issue-30490...
2022-11-16 Matthias KrügerRollup merge of #104401 - RalfJung:mpsc-leak, r=Amanieu
2022-11-16 Matthias KrügerRollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot
2022-11-16 Matthias KrügerRollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillot
2022-11-16 Matthias KrügerRollup merge of #103489 - WaffleLapkin:byte_offset_from...
2022-11-16 Matthias KrügerRollup merge of #103484 - saschanaz:patch-2, r=ehuss
2022-11-16 borsAuto merge of #102935 - ajtribick:display-float-0.5...
2022-11-16 borsAuto merge of #104468 - weihanglo:update-cargo, r=weihanglo
2022-11-15 borsAuto merge of #102570 - cjgillot:deagg-debuginfo, r...
2022-11-15 Nicholas NethercoteUse `token::Lit` in `ast::ExprKind::Lit`.
2022-11-15 Kagami Sascha Rosy... Merge branch 'master' into patch-2
2022-11-15 NilstriebOnly do parser recovery on retried macro matching
2022-11-15 Camille GILLOTEnable SROA by at mir-opt level 3.
2022-11-15 Camille GILLOTFlatten aggregates into locals.
2022-11-15 Camille GILLOTIntroduce composite debuginfo.
2022-11-15 borsAuto merge of #104054 - RalfJung:byte-provenance, r...
2022-11-15 borsAuto merge of #104437 - matthiaskrgr:rollup-n5jdg9v...
2022-11-15 Oli SchererCompare picks via `Self` type and associated item id
2022-11-15 Oli SchererExpose the fallibilty of the unstable lint emission...
2022-11-15 Oli SchererPull the unstable name collision hint emission out...
2022-11-15 Oli SchererRemove the fishy need for a PartialEq impl
2022-11-15 Oli SchererRemove some redundant span arguments
2022-11-15 Oli SchererRemove an unnecessary `resolve_vars_if_possible`
2022-11-15 Oli SchererFlip a boolean that was used wrongly (has no effect...
2022-11-15 Matthias KrügerRollup merge of #104339 - compiler-errors:rustc_deny_ex...
2022-11-15 Matthias KrügerRollup merge of #104316 - cjgillot:simplify-async-sugge...
2022-11-15 Matthias KrügerRollup merge of #104309 - chenyukang:yukang/fix-104088...
2022-11-15 Matthias KrügerRollup merge of #104296 - compiler-errors:opaque-ty...
2022-11-15 Matthias KrügerRollup merge of #104258 - compiler-errors:tait-closure...
2022-11-15 Matthias KrügerRollup merge of #104241 - bjorn3:smaller_unwind_build_s...
2022-11-15 Matthias KrügerRollup merge of #104148 - fmease:fix-104140, r=petrochenkov
2022-11-15 Matthias KrügerRollup merge of #103734 - Mark-Simulacrum:fix-version...
2022-11-15 Matthias KrügerRollup merge of #103439 - Nilstrieb:help-me-with-my...
2022-11-15 borsAuto merge of #101168 - jachris:dataflow-const-prop...
2022-11-15 borsAuto merge of #2665 - RalfJung:rustup, r=RalfJung
2022-11-15 Ralf JungMerge from rustc
2022-11-15 borsAuto merge of #104428 - matthiaskrgr:rollup-jo3078i...
2022-11-15 Takayuki Maedashift no characters when using raw string literals
2022-11-15 StackDoubleFlowIssue error when `-C link-self-contained` option is...
2022-11-15 Michael GouletNormalize types before looking for opaques
2022-11-15 borsAuto merge of #104418 - matthiaskrgr:rollup-y4i6xjc...
2022-11-15 yukangcomment feedback
2022-11-15 yukangfix #104088, Slightly improve error message for invalid...
2022-11-15 Matthias KrügerRollup merge of #104426 - aDotInTheVoid:test-102154...
2022-11-15 Matthias KrügerRollup merge of #104422 - compiler-errors:fix-suggest_a...
2022-11-15 Matthias KrügerRollup merge of #104415 - notriddle:notriddle/search...
2022-11-15 Matthias KrügerRollup merge of #104413 - krasimirgg:llvm-16-mref,...
2022-11-15 Matthias KrügerRollup merge of #104404 - GuillaumeGomez:fix-missing...
2022-11-15 Matthias KrügerRollup merge of #104403 - koka831:lint-doc, r=Dylan-DPC
2022-11-15 Matthias KrügerRollup merge of #104391 - nnethercote:deriving-cleanups...
2022-11-15 Matthias KrügerRollup merge of #104383 - WaffleLapkin:rustc_undiagnost...
2022-11-15 Matthias KrügerRollup merge of #104381 - mejrs:none_error, r=compiler...
2022-11-15 Matthias KrügerRollup merge of #104380 - rust-lang:notriddle/code...
2022-11-15 Matthias KrügerRollup merge of #104372 - Ayush1325:compiler-builtins...
2022-11-15 Matthias KrügerRollup merge of #104354 - lukas-code:blank-lines-2...
2022-11-15 Matthias KrügerRollup merge of #103842 - andrewpollack:add-fuchsia...
2022-11-15 borsAuto merge of #104091 - BelovDV:issue-103044, r=petroch...
2022-11-14 León Orell Valeria... respect visibility & stability of inherent associated...
2022-11-14 Michael GouletDo autoderef to match impl against rcvr
2022-11-14 Michael GouletMove logic into method
2022-11-14 Michael GouletDrive-by: actual -> rcvr_ty
2022-11-14 NilstriebShow a note where a macro failed to match
2022-11-14 Matthias KrügerRollup merge of #104378 - compiler-errors:chalk-up...
2022-11-14 Matthias KrügerRollup merge of #104364 - petrochenkov:docice2, r=Guill...
2022-11-14 Matthias KrügerRollup merge of #104356 - RalfJung:interpret-check...
2022-11-14 Matthias KrügerRollup merge of #104350 - SparkyPotato:fix-x-wrapper...
2022-11-14 Matthias KrügerRollup merge of #104349 - rustaceanclub:master, r=oli-obk
2022-11-14 Matthias KrügerRollup merge of #104332 - Elarcis:maybe_uninit_doc_fix...
2022-11-14 Matthias KrügerRollup merge of #104294 - compiler-errors:inline-ct...
2022-11-14 Matthias KrügerRollup merge of #104229 - compiler-errors:overlap-full...
2022-11-14 Matthias KrügerRollup merge of #104223 - fmease:recover-fn-ptr-with...
2022-11-14 Matthias KrügerRollup merge of #102470 - est31:stabilize_const_char_co...
2022-11-14 Matthias KrügerRollup merge of #101967 - jmillikin:linux-abstract...
2022-11-14 Ralf Jungassert that we are (de)seiralizing ProvenanceMap correctly
2022-11-14 Krasimir Georgiev[llvm-wrapper] adapt for LLVM API change
2022-11-14 Jannis Christopher... Remove redundant graphviz escaping
2022-11-14 kokaSpecify language of code comment to generate document
2022-11-14 Oli SchererManually implement `Encodable` for ProvenanceMap to...
2022-11-14 Daniil BelovWrap bundlen static libraries into object files
2022-11-14 borsAuto merge of #104387 - Manishearth:rollup-9e551p5...
2022-11-14 Nicholas NethercoteRemove TraitDef::generics.
next