about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-11-09Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726bors-163/+8
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-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-08fmtDeadbeef-42/+18
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-116/+146
2021-11-08Rollup merge of #90657 - GuillaumeGomez:one-char-last-line-removed, r=jyn514Guillaume Gomez-1/+1
2021-11-08Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514Guillaume Gomez-24/+12
2021-11-08Rollup merge of #90494 - Meziu:armv6k-3ds-target, r=sanxiynGuillaume Gomez-2/+1
2021-11-08Auto merge of #90361 - Mark-Simulacrum:always-verify, r=michaelwoeristerbors-1/+14
2021-11-08enable `dotprod` target feature in armSparrowLii-0/+1
2021-11-08Don't proceed to codegen if there are lint errorsJoshua Nelson-5/+1
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-16/+54
2021-11-07Auto merge of #88368 - jyn514:metadata-error, r=petrochenkovbors-15/+90
2021-11-07Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514bors-182/+138
2021-11-07more clippy fixesMatthias Krüger-182/+138
2021-11-07Improve error when an .rlib can't be parsedJoshua Nelson-15/+90
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-211/+309
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-4/+58
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-4/+58
2021-11-06Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgrbors-85/+79
2021-11-06Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnrMatthias Krüger-1/+1
2021-11-06Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebankMatthias Krüger-2/+7
2021-11-06Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillotMatthias Krüger-79/+47
2021-11-06Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwcoMatthias Krüger-0/+18
2021-11-06Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwcoMatthias Krüger-3/+6
2021-11-06Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514bors-6/+6
2021-11-06Factor out some VecsCameron Steffen-9/+6
2021-11-06Don't destructure args tuple in format_args!Cameron Steffen-14/+7
2021-11-06Fix last doc code comment being removed if it only had one characterGuillaume Gomez-1/+1
2021-11-06Suggest dereference of `Box` when inner type is expectedNoah Lev-0/+18
2021-11-06Replace some uses of vec.drain(..) with vec.into_iter()The8472-6/+6
2021-11-06use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy))Matthias Krüger-24/+12
2021-11-06Auto merge of #90559 - rusticstuff:optimize-bidi-detection, r=davidtwcobors-16/+46
2021-11-06use matches!() macro in more placesMatthias Krüger-79/+47
2021-11-06Run reveal_all on MIR more often.Camille GILLOT-1/+1
2021-11-06Auto merge of #90641 - matthiaskrgr:mut, r=cjgillotbors-1/+1
2021-11-06type error go brrrrrrrrEllen-2/+7
2021-11-06Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiserbors-56/+128
2021-11-06Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakisbors-8/+388
2021-11-05Review commentsjackh726-14/+41
2021-11-06Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakisbors-12/+39
2021-11-06pointee_info_at() does not need mutable accessMatthias Krüger-1/+1