]> git.lizzy.rs Git - rust.git/history - compiler/rustc_passes
Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplett
[rust.git] / compiler / rustc_passes /
2021-09-21 the8472Rollup merge of #89142 - nerandell:master, r=jackh726
2021-09-21 the8472Rollup merge of #89141 - mbartlett21:patch-2, r=kennytm
2021-09-21 the8472Rollup merge of #89126 - FabianWolff:issue-89088, r...
2021-09-21 the8472Rollup merge of #89115 - lnicola:rust-analyzer-2021...
2021-09-21 the8472Rollup merge of #89114 - dequbed:c-char, r=yaahc
2021-09-21 the8472Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act...
2021-09-21 the8472Rollup merge of #89096 - daira:improve-ninja-error...
2021-09-21 the8472Rollup merge of #89086 - WaffleLapkin:stabilize_iter_ma...
2021-09-21 the8472Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot
2021-09-21 the8472Rollup merge of #89015 - klensy:escape-def, r=Mark...
2021-09-21 the8472Rollup merge of #88795 - FabianWolff:issue-88684, r...
2021-09-21 borsAuto merge of #89103 - Mark-Simulacrum:migrate-2021...
2021-09-21 borsAuto merge of #88981 - durin42:llvm-14-crc32, r=nagisa
2021-09-21 borsAuto merge of #89125 - Aaron1011:remove-intercrate...
2021-09-21 borsAuto merge of #89045 - oli-obk:lazy_normalization_in_op...
2021-09-21 borsAuto merge of #87234 - cjgillot:lower-mono, r=petrochenkov
2021-09-21 Mark RousskovMigrate to 2021
2021-09-21 borsAuto merge of #87830 - hkmatsumoto:suggest-brackets...
2021-09-20 borsAuto merge of #89069 - bjorn3:optimize_sharded_new...
2021-09-20 borsAuto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser
2021-09-20 borsAuto merge of #88842 - wesleywiser:fix_dbg_tests_window...
2021-09-20 borsAuto merge of #88708 - Aaron1011:aggregate-usage, r...
2021-09-19 Camille GILLOTDo not store visibility in *ItemRef.
2021-09-19 borsAuto merge of #88575 - eddyb:fn-abi-queries, r=nagisa
2021-09-19 borsAuto merge of #89049 - Aaron1011:caching-sourcemap...
2021-09-19 borsAuto merge of #88703 - cjgillot:lazymod, r=petrochenkov
2021-09-19 borsAuto merge of #88627 - cjgillot:noallocuse, r=petrochenkov
2021-09-19 bjorn3Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9...
2021-09-19 Yuki OkushiRollup merge of #89053 - DeveloperC286:into_iter_fields...
2021-09-19 Yuki OkushiRollup merge of #89051 - schctl:master, r=jyn514
2021-09-19 Yuki OkushiRollup merge of #89021 - WaffleLapkin:separate_error_fo...
2021-09-19 Yuki OkushiRollup merge of #89017 - the8472:fix-u64-time-monotoniz...
2021-09-19 Yuki OkushiRollup merge of #88996 - Aaron1011:trailing-macro-semi...
2021-09-19 Yuki OkushiRollup merge of #88966 - tmiasko:block-label-shadowing...
2021-09-19 Yuki OkushiRollup merge of #88855 - calebzulawski:feature/simd_shu...
2021-09-19 Yuki OkushiRollup merge of #87960 - hkmatsumoto:suggest-inexisting...
2021-09-19 borsAuto merge of #89031 - the8472:outline-once-cell-init...
2021-09-19 borsAuto merge of #89028 - Aaron1011:coercion-cause, r...
2021-09-18 borsAuto merge of #89000 - Mark-Simulacrum:no-new-lrc,...
2021-09-18 borsAuto merge of #88994 - Aaron1011:intercrate-caching...
2021-09-18 borsAuto merge of #82183 - michaelwoerister:lazier-defpathh...
2021-09-18 borsAuto merge of #88650 - sapessi:issue-77175-fix, r=estebank
2021-09-18 borsAuto merge of #88988 - Mark-Simulacrum:avoid-into-ok...
2021-09-18 borsAuto merge of #88980 - tmiasko:instrument-debug, r...
2021-09-18 borsAuto merge of #88978 - bjorn3:move_symbol_interner_lock...
2021-09-18 borsAuto merge of #88965 - fee1-dead:const-drop-1, r=oli-obk
2021-09-17 Antoni BoucherMerge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267...
2021-09-17 borsAuto merge of #88962 - fee1-dead:const-drop, r=oli-obk
2021-09-17 borsAuto merge of #88956 - ehuss:update-cargo, r=ehuss
2021-09-17 borsAuto merge of #89047 - GuillaumeGomez:rollup-29gmr02...
2021-09-17 Guillaume GomezRollup merge of #89012 - vishadGoyal:issue-88802-fix...
2021-09-17 Yuki OkushiRollup merge of #88751 - bjorn3:move_filesearch, r...
2021-09-17 Yuki OkushiRollup merge of #88339 - piegamesde:master, r=joshtriplett
2021-09-17 Yuki OkushiRollup merge of #87529 - FabianWolff:issue-87496, r...
2021-09-17 borsAuto merge of #88832 - pcwalton:debug-unit-variant...
2021-09-16 Vishad Goyaldelay error for enabling unstable lib features
2021-09-16 Manish GoregaokarRollup merge of #88875 - notriddle:notriddle/cleanup...
2021-09-16 Manish GoregaokarRollup merge of #88729 - estebank:struct-literal-using...
2021-09-16 borsAuto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez
2021-09-15 Manish GoregaokarRollup merge of #88841 - notriddle:notriddle/method...
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
2021-09-15 Manish GoregaokarRollup merge of #88690 - m-ou-se:macro-braces-dot-quest...
2021-09-15 Manish GoregaokarRollup merge of #87320 - danakj:debug-compilation-dir...
2021-09-15 borsAuto merge of #88558 - fee1-dead:const-drop, r=oli-obk
2021-09-13 borsAuto merge of #87794 - bonega:enum_niche_prefer_zero...
2021-09-13 Guillaume GomezRollup merge of #88859 - RalfJung:size-helpers, r=oli-obk
2021-09-13 Guillaume GomezRollup merge of #88851 - fee1-dead:dup-bound, r=oli-obk
2021-09-13 Guillaume GomezRollup merge of #88722 - WaffleLapkin:unsafe_cell_const...
2021-09-13 borsAuto merge of #87915 - estebank:fancy-spans, r=oli-obk
2021-09-13 borsAuto merge of #88766 - ehuss:update-cargo, r=ehuss
2021-09-13 borsAuto merge of #88745 - hnj2:allow-trait-impl-missing...
2021-09-13 borsAuto merge of #88529 - Meziu:master, r=nagisa
2021-09-13 borsAuto merge of #88517 - smoelius:without-patch-versions...
2021-09-12 borsAuto merge of #88839 - nbdd0121:alignof, r=nagisa
2021-09-12 borsAuto merge of #88759 - Amanieu:panic_in_drop, r=nagisa...
2021-09-12 borsAuto merge of #88811 - jackh726:issue-88446, r=nikomatsakis
2021-09-12 Camille GILLOTGather module items after lowering.
2021-09-12 Manish GoregaokarRollup merge of #88813 - lcnr:ena-docs, r=jyn514
2021-09-12 Manish GoregaokarRollup merge of #88810 - camelid:cleanup-pt1, r=jyn514
2021-09-12 Manish GoregaokarRollup merge of #88711 - Mark-Simulacrum:fix-dfs-bug...
2021-09-12 Manish GoregaokarRollup merge of #88709 - BoxyUwU:thir-abstract-const...
2021-09-12 Manish GoregaokarRollup merge of #88699 - Mark-Simulacrum:fixes-cherry...
2021-09-12 Manish GoregaokarRollup merge of #88677 - petrochenkov:exportid, r=davidtwco
2021-09-12 Manish GoregaokarRollup merge of #88336 - jackh726:gats-where-constraint...
2021-09-12 borsAuto merge of #88771 - jackh726:wf_tys_set, r=nikomatsakis
2021-09-12 borsAuto merge of #88765 - mk12:update-llvm, r=cuviper
2021-09-11 borsAuto merge of #84373 - cjgillot:resolve-span, r=michael...
2021-09-11 borsAuto merge of #78780 - cjgillot:req, r=Mark-Simulacrum
2021-09-11 Gus Wynnskip the uninhabitated check and comments
2021-09-11 borsAuto merge of #88857 - workingjubilee:rollup-zrtvspt...
2021-09-11 Gus Wynnmust_not_suspend impl
2021-09-11 JubileeRollup merge of #88850 - matthiaskrgr:identical_conv...
2021-09-11 JubileeRollup merge of #88830 - GuillaumeGomez:help-e0463...
2021-09-11 JubileeRollup merge of #88779 - estebank:unused-delims, r...
2021-09-11 JubileeRollup merge of #88757 - andrewhickman:master, r=jackh726
2021-09-11 JubileeRollup merge of #88733 - Noble-Mushtak:88577, r=estebank
2021-09-11 JubileeRollup merge of #88668 - hvdijk:x32, r=joshtriplett
2021-09-11 JubileeRollup merge of #88209 - Amanieu:asm_in_underscore...
2021-09-11 JubileeRollup merge of #88147 - FabianWolff:issue-88097, r...
2021-09-11 JubileeRollup merge of #87904 - kpreid:unsize, r=jyn514
next