about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-12-03Explain why libatomic is not needed on FreeBSD riscv64Tobias Kortkamp-1/+4
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-1/+20
2021-11-13Auto merge of #87264 - mystor:expand_literal, r=petrochenkovbors-68/+122
2021-11-12proc_macro: Add an expand_expr method to TokenStreamNika Layzell-68/+122
2021-11-12Auto merge of #90836 - matthiaskrgr:rollup-ou6yrlw, r=matthiaskrgrbors-64/+83
2021-11-12Rollup merge of #90826 - petrochenkov:binattr, r=cjgillotMatthias Krüger-44/+62
2021-11-12Rollup merge of #90761 - hellow554:macro_span, r=estebankMatthias Krüger-13/+12
2021-11-12Rollup merge of #90589 - durin42:llvm-14-ASO-now-struct, r=nikicMatthias Krüger-7/+9
2021-11-12Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieubors-42/+105
2021-11-12rustc_feature: Convert `BuiltinAttribute` from tuple to a structVadim Petrochenkov-44/+62
2021-11-12Auto merge of #90813 - notriddle:notriddle/vec-extend, r=GuillaumeGomezbors-3/+1
2021-11-12Auto merge of #90731 - pierwill:fix-90658, r=michaelwoeristerbors-4/+1
2021-11-11Use `Vec::extend`, instead of calling `Vec::push` in a loopMichael Howell-3/+1
2021-11-11Auto merge of #90746 - nnethercote:opt-pattern-matching, r=Nadrierilbors-1/+1
2021-11-11Auto merge of #90648 - matthewjasper:assoc-item-cleanup, r=cjgillotbors-62/+29
2021-11-11PassWrapper: additional sanitizer update to match clangKrasimir Georgiev-1/+0
2021-11-11Shorten Span of unused macro lintsMarcel Hellwig-13/+12
2021-11-11Auto merge of #89550 - lcnr:coherence-specialization, r=nikomatsakisbors-234/+264
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-5/+52
2021-11-10Rollup merge of #90742 - est31:add_assign, r=davidtwcoMatthias Krüger-2/+2
2021-11-10Rollup merge of #88868 - calebzulawski:feature/simd_bitmask, r=workingjubileeMatthias Krüger-32/+69
2021-11-10Rollup merge of #88447 - inquisitivecrystal:rustdoc-vis, r=jyn514Matthias Krüger-19/+18
2021-11-10don't inline `report_overlap_conflict`lcnr-0/+5
2021-11-10no overlap errors after failing the orphan checklcnr-234/+259
2021-11-10Auto merge of #88670 - camelid:miri-uninit-num, r=RalfJungbors-5/+12
2021-11-10Add support for specifying multiple clobber_abi in `asm!`asquared31415-42/+105
2021-11-09Add `ty::Visibility::is_public()`inquisitivecrystal-19/+18
2021-11-10Add comment regarding bit orderCaleb Zulawski-0/+3
2021-11-09miri: Detect uninitialized integers and floatsNoah Lev-5/+12
2021-11-09Use AddAssign implest31-2/+2
2021-11-09Auto merge of #90734 - matthiaskrgr:rollup-e1euotp, r=matthiaskrgrbors-152/+661
2021-11-09Rollup merge of #90701 - michaelwoerister:more-artifact-sizes, r=davidtwcoMatthias Krüger-0/+73
2021-11-09Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726Matthias Krüger-40/+123
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-112/+465
2021-11-09Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726bors-163/+8
2021-11-09Remove `rustc_incremental::persist::fs::dep_graph_path_from`pierwill-4/+1
2021-11-09Didn't mean to invert this boolean.Augie Fackler-1/+1
2021-11-09rustc_llvm: update PassWrapper for recent LLVMAugie Fackler-6/+9
2021-11-09Auto merge of #90724 - JohnTitor:rollup-zg0kbm3, r=JohnTitorbors-0/+12
2021-11-09Rollup merge of #90708 - NieDzejkob:feature-note, r=jackh726Yuki Okushi-0/+11
2021-11-09Rollup merge of #90688 - SparrowLii:dotprod, r=AmanieuYuki Okushi-0/+1
2021-11-09Auto merge of #90700 - fee1-dead:select-returns-vec, r=davidtwcobors-141/+147
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-17/+51
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-21/+11
2021-11-09Change the `assert` in `is_useful` to a `debug_assert`.Nicholas Nethercote-1/+1
2021-11-09Auto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o, r=GuillaumeGomezbors-27/+14
2021-11-08Add a note about feature(explicit_generic_args_with_impl_trait) to the releva...Jakub Kądziołka-0/+11
2021-11-08Update Copy/Clone documentation WRT arraysbstrie-6/+3
2021-11-08impl Copy/Clone for arrays in std, not in compilerbstrie-157/+5
2021-11-08Record more artifact sizes during self-profiling.Michael Woerister-0/+73