]> git.lizzy.rs Git - rust.git/history - compiler
Do not create a new NodeId when not used.
[rust.git] / compiler /
2022-07-04 lcnrfully move dropck to mir
2022-07-04 Michael GouletFix wrap parenthesis suggestion for async closure
2022-07-04 lcnrmore `rustc_pass_by_value`
2022-07-04 borsAuto merge of #98874 - matthiaskrgr:rollup-0u4hm54...
2022-07-04 Jakob DegenAdd method to mutate MIR body without invalidating...
2022-07-04 Matthias KrügerRollup merge of #98870 - TaKO8Ki:add-regression-test...
2022-07-04 Matthias KrügerRollup merge of #98823 - compiler-errors:rust-call...
2022-07-04 Matthias KrügerRollup merge of #98806 - GuillaumeGomez:decl-trailing...
2022-07-04 Matthias KrügerRollup merge of #98774 - notriddle:notriddle/source...
2022-07-04 Matthias KrügerRollup merge of #98501 - Enselic:err_if_attr_found...
2022-07-04 borsAuto merge of #98731 - InfRandomness:fix-#98728, r...
2022-07-04 Ralf Jungmove Box mess handling into general visitor
2022-07-04 Ralf Jungfix interpreter validity check on Box
2022-07-04 borsAuto merge of #98446 - nnethercote:derive-no-match...
2022-07-04 Nicholas NethercoteDon't use match-destructuring for derived ops on structs.
2022-07-04 Nicholas NethercoteComment fixes.
2022-07-03 borsAuto merge of #98864 - RalfJung:rollup-ptzklyc, r=RalfJung
2022-07-03 Ralf JungRollup merge of #98799 - jyn514:rustdoc-lint-help,...
2022-07-03 Ralf JungRollup merge of #98773 - notriddle:notriddle/source...
2022-07-03 Ralf JungRollup merge of #94831 - yaahc:lib-tracking-issue-templ...
2022-07-03 borsAuto merge of #98439 - ehuss:cleanup-ci-script, r=Mark...
2022-07-03 KaDiWaclean up the borrowing in rustc_hir_pretty
2022-07-03 borsAuto merge of #98373 - joshtriplett:bootstrap-locking...
2022-07-03 Ralf Junginterpret: track place alignment together with the...
2022-07-03 Ralf Junginterpret: don't rely on ScalarPair for overflowed...
2022-07-03 borsAuto merge of #97437 - jyn514:impl-asrawfd-arc, r=dtolnay
2022-07-03 borsAuto merge of #98755 - nnethercote:faster-vec-insert...
2022-07-03 borsAuto merge of #98673 - pietroalbini:pa-bootstrap-update...
2022-07-03 borsAuto merge of #98570 - SparrowLii:deadlock, r=cjgillot
2022-07-02 borsAuto merge of #98569 - nnethercote:finalize_resolutions...
2022-07-02 Michael GouletFix rust-call ICE in mir-inliner
2022-07-02 borsAuto merge of #98820 - RalfJung:rollup-i3mip9a, r=RalfJung
2022-07-02 Ralf JungRollup merge of #98812 - gimbles:docs-template, r=Mark...
2022-07-02 Ralf JungRollup merge of #98805 - ChrisDenton:rel-notes, r=Dylan-DPC
2022-07-02 Ralf JungRollup merge of #98753 - jyn514:dist-rust-dev, r=Mark...
2022-07-02 Ralf JungRollup merge of #98715 - matthiaskrgr:test_97047, r...
2022-07-02 Ralf JungRollup merge of #98701 - TaKO8Ki:add-regression-test...
2022-07-02 Ralf Jungmore use of format! variable capture
2022-07-02 borsAuto merge of #97585 - lqd:const-alloc-intern, r=RalfJung
2022-07-02 Ralf Jungmake AllocRef APIs more consistent
2022-07-02 Ralf Jungadd AllocRange Debug impl; remove redundant AllocId...
2022-07-02 borsAuto merge of #97235 - nbdd0121:unwind, r=Amanieu
2022-07-02 borsAuto merge of #91743 - cjgillot:enable_mir_inlining_inl...
2022-07-02 borsAuto merge of #98802 - Dylan-DPC:rollup-u6mwx27, r...
2022-07-02 Joshua NelsonFix bug in `rustdoc -Whelp`
2022-07-02 Dylan DPCRollup merge of #98783 - RalfJung:jumpscares, r=fee1...
2022-07-02 Dylan DPCRollup merge of #98766 - lcnr:mir-visit-pass_by_value...
2022-07-02 Dylan DPCRollup merge of #98763 - citrus-it:illumos-split-debugi...
2022-07-02 Dylan DPCRollup merge of #98653 - TaKO8Ki:add-regression-test...
2022-07-02 Dylan DPCRollup merge of #98639 - camsteffen:no-node-binding...
2022-07-02 borsAuto merge of #98791 - cuviper:rogue-binary, r=compiler...
2022-07-01 Michael GouletImprove spans for specialization error
2022-07-01 borsAuto merge of #98781 - GuillaumeGomez:rollup-798kb8u...
2022-07-01 Ralf Junginterpret: make a comment less scary
2022-07-01 Guillaume GomezRollup merge of #98708 - pinkforest:rustdoc-fix-98690...
2022-07-01 Guillaume GomezRollup merge of #98497 - compiler-errors:span-inference...
2022-07-01 Guillaume GomezRollup merge of #98460 - GuillaumeGomez:css-simplificat...
2022-07-01 Guillaume GomezRollup merge of #98418 - topjohnwu:macos-dylib, r=jyn514
2022-07-01 Guillaume GomezRollup merge of #97249 - GuillaumeGomez:details-summary...
2022-07-01 borsAuto merge of #93967 - cjgillot:short-struct-span,...
2022-07-01 Michael GouletMove Sized check before first error is created
2022-07-01 Michael GouletDon't point at Self type if we can't find an infer...
2022-07-01 Michael GouletShow source of ambiguity in a few more places
2022-07-01 Michael GouletOnly label place where type is needed if span is meaningful
2022-07-01 borsAuto merge of #98767 - Dylan-DPC:rollup-j1gq5sr, r...
2022-07-01 Camille GILLOTShorten def_span for more items.
2022-07-01 Cameron SteffenFactor out hir::Node::Binding
2022-07-01 Dylan DPCRollup merge of #98756 - TaKO8Ki:use-const-instead...
2022-07-01 Dylan DPCRollup merge of #98741 - nnethercote:deriving-cleanups...
2022-07-01 Dylan DPCRollup merge of #98739 - euclio:useless-comment-plural...
2022-07-01 Dylan DPCRollup merge of #98644 - matthiaskrgr:drp_loc_span_err_...
2022-07-01 Dylan DPCRollup merge of #98585 - cuviper:covariant-thinbox...
2022-07-01 Dylan DPCRollup merge of #97488 - vincenzopalazzo:macros/blanket...
2022-07-01 borsAuto merge of #98402 - cjgillot:undead, r=michaelwoerister
2022-07-01 lcnrcleanup mir visitor for `rustc::pass_by_value`
2022-07-01 Pietro Albiniupdate cfg(bootstrap)s
2022-07-01 borsAuto merge of #98730 - matthiaskrgr:rollup-2c4d4x5...
2022-07-01 borsAuto merge of #98752 - matthiaskrgr:rollup-uwimznc...
2022-07-01 Takayuki Maedause const instead of function and make it private
2022-07-01 Nicholas NethercoteChange `Ty::Tuple` to `Ty::Unit`.
2022-07-01 Nicholas NethercoteRename `Ty::Literal` as `Ty::Path`.
2022-07-01 Nicholas NethercoteRemove lifetime support in deriving code.
2022-07-01 Nicholas NethercoteSimplify pointer handling.
2022-07-01 Nicholas Nethercote`expand_deriving_clone` tweaks.
2022-07-01 Matthias KrügerRollup merge of #98749 - CAD97:patch-3, r=jyn514
2022-07-01 Matthias KrügerRollup merge of #98745 - thomcc:build-dir-arg, r=jyn514
2022-07-01 Matthias KrügerRollup merge of #98734 - tmiasko:uninhabited-calls...
2022-07-01 Matthias KrügerRollup merge of #98733 - celinval:patch-1, r=Mark-Simul...
2022-07-01 Matthias KrügerRollup merge of #98729 - the8472:exactsize-docs, r...
2022-07-01 Matthias KrügerRollup merge of #98727 - notriddle:notriddle/issue...
2022-07-01 Matthias KrügerRollup merge of #98686 - matthiaskrgr:test-46511, r...
2022-07-01 Matthias KrügerRollup merge of #98640 - cuviper:stable-rust-analyzer...
2022-07-01 Matthias KrügerRollup merge of #98610 - lcnr:emit_inference_failure_er...
2022-07-01 borsAuto merge of #98706 - flip1995:clippyup, r=Dylan-DPC
2022-06-30 Nicholas NethercoteRemove some commented-out code.
2022-06-30 Nicholas NethercoteRemove some unnecessary `pub`s.
2022-06-30 Nicholas NethercoteRemove `Substructure::self_args`.
2022-06-30 Nicholas NethercoteRemove `{Method,Trait}Def::is_unsafe`.
2022-06-30 Andy Russellfix grammar in useless doc comment lint
2022-06-30 Nicholas NethercoteRemove `Substructure::method_ident`.
next