]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast_lowering
Auto merge of #90054 - michaelwoerister:v0-mangling-in-compiler, r=Mark-Simulacrum
[rust.git] / compiler / rustc_ast_lowering /
2021-10-09 Guillaume GomezRollup merge of #89664 - timClicks:51430-document-boxed...
2021-10-09 Guillaume GomezRollup merge of #89614 - cuviper:unicode-14, r=joshtriplett
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 borsAuto merge of #89343 - Mark-Simulacrum:no-args-queries...
2021-10-09 Camille GILLOTUse an IndexVec for bodies.
2021-10-09 borsAuto merge of #89698 - matthiaskrgr:rollup-gna54x6...
2021-10-09 Camille GILLOTStore lowering outputs per owner.
2021-10-09 Matthias KrügerRollup merge of #89697 - alessandrod:issue-89689, r...
2021-10-09 Matthias KrügerRollup merge of #89694 - jkugelman:must-use-string...
2021-10-09 Matthias KrügerRollup merge of #89693 - jkugelman:must-use-stdin-stdou...
2021-10-09 Matthias KrügerRollup merge of #89687 - Nicholas-Baron:move_read2_abbr...
2021-10-09 Matthias KrügerRollup merge of #89684 - asquared31415:asm-doc-fix...
2021-10-09 Matthias KrügerRollup merge of #89678 - marcelo-gonzalez:master, r...
2021-10-09 Matthias KrügerRollup merge of #89641 - asquared31415:asm-feature...
2021-10-09 Matthias KrügerRollup merge of #89634 - hawkw:eliza/enable-err-warn...
2021-10-09 Matthias KrügerRollup merge of #89605 - camelid:fix-version, r=nagisa
2021-10-09 Matthias KrügerRollup merge of #88707 - sylvestre:split_example, r...
2021-10-09 borsAuto merge of #89582 - jkugelman:optimize-file-read...
2021-10-08 borsAuto merge of #89683 - GuillaumeGomez:rollup-q2mjd9m...
2021-10-08 Guillaume GomezRollup merge of #89672 - klensy:unwrap-or-macro, r...
2021-10-08 Guillaume GomezRollup merge of #89669 - Urgau:json-remove-type-never...
2021-10-08 Guillaume GomezRollup merge of #89668 - Urgau:core-cfg-hide, r=Guillau...
2021-10-08 Guillaume GomezRollup merge of #89649 - matthiaskrgr:clippycompl,...
2021-10-08 Matthias Krügerclippy::complexity fixes
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 asquared31415make #[target_feature] work with `asm` register classes
2021-10-07 Guillaume GomezRollup merge of #89615 - willcrichton:fix-get-body...
2021-10-07 Guillaume GomezRollup merge of #89477 - Nicholas-Baron:compute_diff_rs...
2021-10-07 Guillaume GomezRollup merge of #89461 - crlf0710:dyn_upcasting_lint...
2021-10-07 Guillaume GomezRollup merge of #89298 - gcohara:issue89193, r=workingj...
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-07 borsAuto merge of #89495 - Mark-Simulacrum:add-inlines...
2021-10-07 borsAuto merge of #89454 - erikdesjardins:perfattrcheck...
2021-10-06 Manish GoregaokarRollup merge of #89528 - FabianWolff:issue-89497, r...
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 #89502 - FabianWolff:issue-89493, r...
2021-10-05 Manish GoregaokarRollup merge of #89442 - GuillaumeGomez:duplicated...
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 borsAuto merge of #89266 - cjgillot:session-ich, r=michaelw...
2021-10-05 Manish GoregaokarRollup merge of #89504 - Aaron1011:rpit-nll-static...
2021-10-05 Manish GoregaokarRollup merge of #89482 - hkmatsumoto:patch-diagnostics...
2021-10-05 Manish GoregaokarRollup merge of #89462 - devnexen:haiku_thread_aff_buil...
2021-10-05 Manish GoregaokarRollup merge of #89426 - davidtwco:bootstrap-nix-toolch...
2021-10-05 Manish GoregaokarRollup merge of #89423 - DevinR528:reachable-fields...
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 #88816 - dns2utf8:rustdoc_test_gui_2k_c...
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 #89494 - FabianWolff:issue-84075, r...
2021-10-05 JubileeRollup merge of #89487 - FabianWolff:issue-89396, r...
2021-10-05 JubileeRollup merge of #89480 - hameerabbasi:issue-89118-test...
2021-10-05 JubileeRollup merge of #89478 - zvavybir:master, r=jyn514
2021-10-05 JubileeRollup merge of #89474 - camelid:better-pass-name,...
2021-10-05 JubileeRollup merge of #89473 - FabianWolff:issue-89469, r...
2021-10-05 JubileeRollup merge of #89466 - Mark-Simulacrum:query-macros...
2021-10-05 JubileeRollup merge of #89456 - cuviper:llvm-13, r=nikic
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 #89500 - FabianWolff:issue-87308, r...
2021-10-04 JubileeRollup merge of #89483 - hkmatsumoto:patch-diagnostics...
2021-10-04 JubileeRollup merge of #89453 - waywardmonkeys:consistent...
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 borsAuto merge of #89489 - FabianWolff:issue-89485, r=oli-obk
2021-10-04 Manish GoregaokarRollup merge of #89505 - Aaron1011:nll-const-test,...
2021-10-04 Manish GoregaokarRollup merge of #89472 - nagisa:nagisa/wsa-cleanup...
2021-10-04 Manish GoregaokarRollup merge of #89467 - tniessen:rustdoc-unecessary...
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 #88481 - bjorn3:remove_feature_gates...
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...
next