]> git.lizzy.rs Git - rust.git/history - compiler
`ParamEnv` should be const when `ImplItem` is within a const impl.
[rust.git] / compiler /
2021-11-29 Deadbeef`ParamEnv` should be const when `ImplItem` is within...
2021-11-29 DeadbeefReformat everything
2021-11-29 DeadbeefFix tools
2021-11-29 Oli SchererAlways use const param envs for const eval.
2021-11-29 Oli SchererCompletely remove ConstnessAnd
2021-11-29 Oli SchererAvoid storing the ImplPolarity and Constness next to...
2021-11-29 Oli SchererReplace `ConstnessAnd<TraitRef>` with `TraitPredicate...
2021-11-29 Oli SchererPrefer TraitPredicate over ConstnessAnd<TraitRef>
2021-11-29 Oli SchererUse the constness from the param env instead of having...
2021-11-29 Oli SchererRe-use `constness_for_typeck` instead of rolling it...
2021-11-29 Oli SchererStatic items are also const
2021-11-29 Oli SchererAdd constness to ParamEnv
2021-11-29 Oli SchererPrepare for more ParamEnv flags
2021-11-29 borsAuto merge of #91043 - camsteffen:descendant-eq, r...
2021-11-29 borsAuto merge of #91344 - RalfJung:miri, r=RalfJung
2021-11-29 borsAuto merge of #91338 - matthiaskrgr:rollup-46ry8wi...
2021-11-28 Matthias KrügerRollup merge of #90833 - tmiasko:optimization-remarks...
2021-11-28 Matthias KrügerRollup merge of #90832 - cuviper:relnotes-1.57.0, r...
2021-11-28 Matthias KrügerRollup merge of #90131 - camsteffen:fmt-args-span-fix...
2021-11-28 Cameron SteffenAdd parent crate assert to register_expn_id
2021-11-28 Cameron SteffenAdd fast path to is_descendant_of
2021-11-28 borsAuto merge of #90681 - workingjubilee:update-libc,...
2021-11-28 borsAuto merge of #91320 - matthiaskrgr:rollup-r209seq...
2021-11-28 Matthias KrügerRollup merge of #91319 - fee1-dead:rustdoc-ice-fix...
2021-11-28 Matthias KrügerRollup merge of #91308 - BGR360:issue-88586, r=jackh726
2021-11-28 Matthias KrügerRollup merge of #91251 - oli-obk:wf_sync_statics, r...
2021-11-28 Ben ReevesAddress PR feedback
2021-11-28 borsAuto merge of #91230 - eggyal:fallible-type-fold, r...
2021-11-28 borsAuto merge of #91311 - matthiaskrgr:rollup-ju9xizl...
2021-11-28 Matthias KrügerRollup merge of #91303 - RalfJung:array-init-align...
2021-11-28 Matthias KrügerRollup merge of #91254 - Aaron1011:impl-candidate-err...
2021-11-28 Ben Reevestypeck: Ensure proper bound vars passed to `add_bounds`.
2021-11-28 borsAuto merge of #91301 - scottmcm:stabilize-nonzero-ipot...
2021-11-27 Ralf JungMiri: fix alignment check in array initialization
2021-11-27 borsAuto merge of #91241 - dtolnay:firstchunk, r=oli-obk
2021-11-27 Aaron HillOnly check for errors in predicate when skipping impl...
2021-11-27 Alan EgertonUse intrinsic pointer methods
2021-11-27 Alan EgertonDelegate from `map_id` to `try_map_id`
2021-11-27 Alan EgertonAvoid UB when short-circuiting try_map_id for Vec
2021-11-27 borsAuto merge of #91288 - matthiaskrgr:rollup-yp5h41r...
2021-11-27 Alan EgertonRemove erroneous merge conflict
2021-11-27 borsAuto merge of #89916 - the8472:advance_by-avoid-err...
2021-11-27 Matthias KrügerRollup merge of #91266 - jam1garner:fmt-ptr-fix, r...
2021-11-27 Matthias KrügerRollup merge of #91208 - estebank:eq-constraint, r...
2021-11-27 Matthias KrügerRollup merge of #91062 - jsha:static-file-replace,...
2021-11-27 Matthias KrügerRollup merge of #91057 - the8472:clarify-parallelism...
2021-11-27 Matthias KrügerRollup merge of #90995 - the8472:hash-portability,...
2021-11-27 Matthias KrügerRollup merge of #83791 - the8472:relax-zip-side-effect...
2021-11-27 borsAuto merge of #90846 - cuviper:weak, r=dtolnay
2021-11-26 Matthias KrügerRollup merge of #91259 - jyn514:doctest-warnings, r...
2021-11-26 Matthias KrügerRollup merge of #91252 - jyn514:relative-dir, r=Mark...
2021-11-26 Matthias KrügerRollup merge of #91248 - alessandrod:compiler-builtins...
2021-11-26 Matthias KrügerRollup merge of #91240 - dtolnay:utf8width, r=Mark...
2021-11-26 Matthias KrügerRollup merge of #91197 - camelid:rename-resolvedpath...
2021-11-26 Matthias KrügerRollup merge of #90611 - fee1-dead:rustdoc-ice-fix...
2021-11-26 borsAuto merge of #91246 - nnethercote:faster-layout-array...
2021-11-26 borsAuto merge of #91253 - matthiaskrgr:rollup-dnlcjmr...
2021-11-26 Matthias KrügerRollup merge of #91225 - GuillaumeGomez:source-page...
2021-11-26 Matthias KrügerRollup merge of #91212 - compiler-errors:issue91206...
2021-11-26 Matthias KrügerRollup merge of #91176 - hermitcore:spin, r=kennytm
2021-11-26 Matthias KrügerRollup merge of #91169 - RDambrosio016:master, r=bjorn3
2021-11-26 Oli SchererPerform Sync check on static items in wf-check instead...
2021-11-26 borsAuto merge of #91164 - Badel2:usefulness-stack-overflow...
2021-11-26 borsAuto merge of #91205 - Aaron1011:visit_param_env, r...
2021-11-26 LeSeulArtichautUse `TypeFolder::Error` for `FullTypeResolver` and...
2021-11-26 LeSeulArtichautUnwrap the results of type folders
2021-11-26 LeSeulArtichautAdapt `TypeFolder` implementors to return a `Result`
2021-11-26 LeSeulArtichautMake `TypeFoldable` implementors short-circuit on error
2021-11-26 LeSeulArtichautMake `TypeFolder::fold_*` return `Result`
2021-11-26 borsAuto merge of #91181 - GuillaumeGomez:improve-rustdoc...
2021-11-26 borsAuto merge of #85102 - estebank:point-at-assignment...
2021-11-25 borsAuto merge of #91037 - c410-f3r:testsssssss, r=petrochenkov
2021-11-25 Aaron HillVisit `param_env` field in Obligation's `TypeFoldable...
2021-11-25 borsAuto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011
2021-11-25 Esteban KuberAccount for type obligation coming from `const` and...
2021-11-25 Esteban KüberOn type mismatch caused by assignment, point at assignee
2021-11-25 Michael GouletFix issue 91206
2021-11-25 borsAuto merge of #91221 - matthiaskrgr:rollup-iuz3gxq...
2021-11-25 Matthias KrügerRollup merge of #91185 - camelid:rm-force-overflow...
2021-11-25 Matthias KrügerRollup merge of #91162 - RalfJung:miri-shift-truncation...
2021-11-25 Matthias KrügerRollup merge of #91111 - cjgillot:hir-no-lower-attrs...
2021-11-25 Matthias KrügerRollup merge of #91096 - compiler-errors:elaborate_opaq...
2021-11-25 Matthias KrügerRollup merge of #90499 - rusticstuff:macos-target-fixes...
2021-11-25 Matthias KrügerRollup merge of #89359 - fee1-dead:const-it, r=oli-obk
2021-11-25 borsAuto merge of #91195 - camelid:path-did, r=jyn514
2021-11-25 borsAuto merge of #88781 - estebank:emoji-idents, r=oli-obk
2021-11-25 Hans KratzSet MACOSX_DEPLOYMENT_TARGET env var to default for...
2021-11-25 Hans KratzSet the default deployment target for Macos ARM64 to...
2021-11-25 Hans KratzThe correct LLVM target for aarch64-apple-darwin is...
2021-11-25 borsAuto merge of #85346 - estebank:issue-84946, r=nagisa...
2021-11-25 Esteban KuberAccount for incorrect `where T::Assoc = Ty` bound
2021-11-24 Camille GILLOTDo not visit attributes in `LateResolutionVisitor`.
2021-11-24 borsAuto merge of #91203 - GuillaumeGomez:rollup-kwtqvb1...
2021-11-24 Esteban KuberTweak span and add more tests
2021-11-24 Guillaume GomezRollup merge of #91199 - camelid:test-mixing-docs,...
2021-11-24 Guillaume GomezRollup merge of #91179 - GuillaumeGomez:a-color, r...
2021-11-24 Guillaume GomezRollup merge of #91151 - name1e5s:chore/process_test...
2021-11-24 Guillaume GomezRollup merge of #91075 - jsha:chill-item-info, r=Guilla...
2021-11-24 Guillaume GomezRollup merge of #90420 - GuillaumeGomez:rustdoc-interna...
2021-11-24 Guillaume GomezRollup merge of #90044 - rusticstuff:disable_arm_outlin...
next