]> git.lizzy.rs Git - rust.git/history - compiler/rustc_middle/src/hir/map/mod.rs
Replace FnLikeNode by FnKind.
[rust.git] / compiler / rustc_middle / src / hir / map / mod.rs
2021-10-19 Camille GILLOTReplace FnLikeNode by FnKind.
2021-10-19 Matthias KrügerRollup merge of #90002 - lnicola:rust-analyzer-2021...
2021-10-19 Matthias KrügerRollup merge of #89997 - cameron1024:const-str-as-bytes...
2021-10-19 Matthias KrügerRollup merge of #89988 - tmiasko:unpromote-const-drop...
2021-10-19 Matthias KrügerRollup merge of #89956 - JohnTitor:suggest-case-insensi...
2021-10-19 Matthias KrügerRollup merge of #89941 - hermitcore:kernel, r=joshtriplett
2021-10-19 Matthias KrügerRollup merge of #89867 - Urgau:fix-double-definition...
2021-10-19 Matthias KrügerRollup merge of #89766 - krasimirgg:llvm-14-targetregis...
2021-10-19 borsAuto merge of #89905 - matthiaskrgr:rev_89709_entirely...
2021-10-18 borsAuto merge of #89229 - oli-obk:i_love_inferctxt, r...
2021-10-18 borsAuto merge of #89124 - cjgillot:owner-info, r=michaelwo...
2021-10-18 borsAuto merge of #90000 - matthiaskrgr:rollup-vj7wwur...
2021-10-18 Matthias KrügerRollup merge of #89996 - winterqt:bump-backtrace, r...
2021-10-18 Matthias KrügerRollup merge of #89993 - pierwill:patch-1, r=Mark-Simul...
2021-10-18 Matthias KrügerRollup merge of #89990 - petrochenkov:idempty, r=wesley...
2021-10-17 Vadim Petrochenkovrustc_span: `Ident::invalid` -> `Ident::empty`
2021-10-17 borsAuto merge of #89514 - davidtwco:polymorphize-shims...
2021-10-17 borsAuto merge of #88652 - AGSaidi:linux-aarch64-should...
2021-10-15 borsAuto merge of #89337 - mbrubeck:vec-leak, r=m-ou-se
2021-10-15 borsAuto merge of #88717 - tabokie:vecdeque-fast-append...
2021-10-14 Matthias KrügerRollup merge of #89865 - tmandry:llvm-static, r=Mark...
2021-10-14 Matthias KrügerRollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett
2021-10-13 Matthias KrügerRollup merge of #89759 - jyn514:x-build-assemble, r...
2021-10-12 borsAuto merge of #88788 - falk-hueffner:speedup-int-log10...
2021-10-11 Matthias KrügerRollup merge of #89760 - jyn514:remove-incremental...
2021-10-11 Matthias KrügerRollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez
2021-10-10 Matthias KrügerRollup merge of #89438 - pierwill:prefix-free-hash...
2021-10-10 Matthias KrügerRollup merge of #88713 - falk-hueffner:int-log10-docume...
2021-10-10 Matthias KrügerRollup merge of #88374 - joshlf:patch-2, r=JohnTitor
2021-10-10 borsAuto merge of #89219 - nickkuk:str_split_once_get_unche...
2021-10-09 Camille GILLOTCompute full HIR hash during lowering.
2021-10-09 Camille GILLOTDirectly use AttributeMap inside OwnerInfo.
2021-10-09 Camille GILLOTPerform indexing during lowering.
2021-10-09 Camille GILLOTMake index_hir incremental.
2021-10-09 borsAuto merge of #88379 - camelid:cleanup-clean, r=jyn514
2021-10-09 Camille GILLOTHash during lowering.
2021-10-09 Camille GILLOTForbid hashing HIR outside of indexing.
2021-10-09 Guillaume GomezRollup merge of #88436 - lf-:stabilize-command-access...
2021-10-09 Guillaume GomezRollup merge of #87528 - :stack_overflow_obsd, r=joshtr...
2021-10-09 Guillaume GomezRollup merge of #75644 - c410-f3r:array, r=yaahc
2021-10-09 Camille GILLOTUse an IndexVec for bodies.
2021-10-09 Camille GILLOTStore lowering outputs per owner.
2021-10-09 Matthias KrügerRollup merge of #88707 - sylvestre:split_example, r...
2021-10-08 JubileeRollup merge of #89082 - smoelius:master, r=kennytm
2021-10-08 JubileeRollup merge of #89025 - ricobbe:raw-dylib-link-ordinal...
2021-10-08 JubileeRollup merge of #88137 - joshtriplett:osx-strip-symbols...
2021-10-07 Guillaume GomezRollup merge of #89615 - willcrichton:fix-get-body...
2021-10-07 Guillaume GomezRollup merge of #89298 - gcohara:issue89193, r=workingj...
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-06 Manish GoregaokarRollup merge of #89329 - tmiasko:print-type-sizes-no...
2021-10-06 Manish GoregaokarRollup merge of #89324 - yoshuawuyts:hardware-paralleli...
2021-10-06 Manish GoregaokarRollup merge of #88523 - kpreid:category, r=yaahc
2021-10-06 Manish GoregaokarRollup merge of #87601 - a1phyr:feature_uint_add_signed...
2021-10-05 Manish GoregaokarRollup merge of #89546 - joshtriplett:grow-metadata...
2021-10-05 Manish GoregaokarRollup merge of #89317 - JulianKnodt:precise_errors...
2021-10-05 Manish GoregaokarRollup merge of #88871 - FabianWolff:issue-88403, r...
2021-10-05 Manish GoregaokarRollup merge of #88828 - FabianWolff:issue-88585, r...
2021-10-05 Manish GoregaokarRollup merge of #88706 - ThePuzzlemaker:issue-88609...
2021-10-05 borsAuto merge of #89363 - oli-obk:in_tracing_we_trust...
2021-10-05 Manish GoregaokarRollup merge of #89426 - davidtwco:bootstrap-nix-toolch...
2021-10-05 Manish GoregaokarRollup merge of #89364 - hkmatsumoto:encode-json-with...
2021-10-05 Manish GoregaokarRollup merge of #89244 - DeveloperC286:pair_slices_fiel...
2021-10-05 Manish GoregaokarRollup merge of #88651 - AGSaidi:monotonize-inner-64b...
2021-10-05 Manish GoregaokarRollup merge of #88234 - hkmatsumoto:rustdoc-impls...
2021-10-05 Manish GoregaokarRollup merge of #87631 - :solarish_upd_fs, r=joshtriplett
2021-10-05 JubileeRollup merge of #89413 - matthewjasper:spec-marker...
2021-10-05 JubileeRollup merge of #89270 - seanyoung:join_fold, r=m-ou-se
2021-10-05 JubileeRollup merge of #88780 - orlp:int-abs-diff, r=m-ou-se
2021-10-05 JubileeRollup merge of #88090 - nbdd0121:inference, r=nikomatsakis
2021-10-04 JubileeRollup merge of #89447 - FabianWolff:issue-89388, r...
2021-10-04 JubileeRollup merge of #89444 - notriddle:notriddle/contains...
2021-10-04 JubileeRollup merge of #89443 - cuviper:btree-hash-len, r...
2021-10-04 JubileeRollup merge of #89407 - pierwill:recommend-clean-E0514...
2021-10-04 JubileeRollup merge of #89400 - Nitepone:nitepone/map-or-else...
2021-10-04 JubileeRollup merge of #88452 - xu-cheng:vecdeque-from-array...
2021-10-04 JubileeRollup merge of #88451 - theo-lw:issue-87771, r=jackh726
2021-10-04 JubileeRollup merge of #87091 - the8472:more-advance-by-impls...
2021-10-04 JubileeRollup merge of #83655 - sebpop:arm64-outline-atomics...
2021-10-04 borsAuto merge of #88834 - the8472:char-count, r=joshtriplett
2021-10-04 Manish GoregaokarRollup merge of #89401 - owengage:master, r=joshtriplett
2021-10-04 Manish GoregaokarRollup merge of #89138 - newpavlov:patch-2, r=dtolnay
2021-10-04 Manish GoregaokarRollup merge of #88370 - Seppel3210:master, r=dtolnay
2021-10-04 Manish GoregaokarRollup merge of #88353 - jhpratt:stabilize-array-as...
2021-10-04 Manish GoregaokarRollup merge of #88305 - ijackson:exitstatus-debug...
2021-10-04 Manish GoregaokarRollup merge of #88286 - LeSeulArtichaut:unnecessary...
2021-10-04 Manish GoregaokarRollup merge of #87910 - iago-lito:mark_unsafe_nonzero_...
2021-10-04 Manish GoregaokarRollup merge of #87679 - ssomers:btree_comments, r...
2021-10-04 Manish GoregaokarRollup merge of #86828 - lambinoo:67441-const-fn-copied...
2021-10-04 Manish GoregaokarRollup merge of #86434 - CDirkx:ipv6-benchmarking,...
2021-10-04 borsAuto merge of #89165 - jkugelman:read-to-end-overalloca...
2021-10-03 borsAuto merge of #88086 - ssomers:btree_clone_testing...
2021-10-03 borsAuto merge of #87870 - WaffleLapkin:pub_split_at_unchec...
2021-10-03 borsAuto merge of #88060 - TennyZhuang:optimize-vec-retain...
2021-10-03 borsAuto merge of #84267 - dtolnay:ptrunit, r=nagisa
2021-10-02 borsAuto merge of #89345 - jackh726:89333, r=estebank
2021-10-02 borsAuto merge of #89341 - audunhalland:derive-type-params...
2021-10-02 borsAuto merge of #89408 - Mark-Simulacrum:fix-query-nondet...
2021-10-02 borsAuto merge of #89405 - GuillaumeGomez:fix-clippy-lints...
2021-10-02 borsAuto merge of #89450 - usbalbin:const_try_revert, r...
2021-10-01 borsAuto merge of #89449 - Manishearth:rollup-3alb61f,...
next