about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-10Rollup merge of #90727 - GuillaumeGomez:remove-potential-useless-search-index...Matthias Krüger-39/+46
2021-11-10Rollup merge of #88868 - calebzulawski:feature/simd_bitmask, r=workingjubileeMatthias Krüger-27/+78
2021-11-10Rollup merge of #88447 - inquisitivecrystal:rustdoc-vis, r=jyn514Matthias Krüger-19/+20
2021-11-10Update llvm submoduleIlya Yanok-0/+0
2021-11-10Remove potential useless data for search indexGuillaume Gomez-39/+46
2021-11-10Auto merge of #90754 - matthiaskrgr:rollup-v0483m5, r=matthiaskrgrbors-0/+0
2021-11-10Auto merge of #90663 - ken-matsui:support-early-stopping-too-old-tidy-for-mac...bors-0/+23
2021-11-09Update booksEric Huss-0/+0
2021-11-09Use computed visibility in rustdocinquisitivecrystal-14/+15
2021-11-09Add `ty::Visibility::is_public()`inquisitivecrystal-5/+5
2021-11-09Auto merge of #90734 - matthiaskrgr:rollup-e1euotp, r=matthiaskrgrbors-83/+466
2021-11-09Rollup merge of #90685 - jyn514:remove-dead-code, r=Mark-SimulacrumMatthias Krüger-7/+1
2021-11-09Rollup merge of #90683 - jyn514:compiler-docs, r=Mark-SimulacrumMatthias Krüger-16/+5
2021-11-09Rollup merge of #90613 - GuillaumeGomez:specific-rustdoc-js-test, r=Mark-Simu...Matthias Krüger-39/+64
2021-11-09Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726Matthias Krüger-14/+205
2021-11-09Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakisMatthias Krüger-7/+191
2021-11-09Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726bors-30/+7
2021-11-09Allow to run a specific rustdoc-js* testGuillaume Gomez-39/+64
2021-11-09Auto merge of #90724 - JohnTitor:rollup-zg0kbm3, r=JohnTitorbors-2/+127
2021-11-09Rollup merge of #90720 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-11-09Rollup merge of #90708 - NieDzejkob:feature-note, r=jackh726Yuki Okushi-0/+21
2021-11-09Rollup merge of #90678 - JohnTitor:add-some-gats-tests, r=jackh726Yuki Okushi-0/+101
2021-11-09Rollup merge of #90591 - richlowe:illumos-ui-target, r=Mark-SimulacrumYuki Okushi-2/+5
2021-11-09Auto merge of #90700 - fee1-dead:select-returns-vec, r=davidtwcobors-2/+2
2021-11-09Update cargoEric Huss-0/+0
2021-11-09Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995bors-194/+435
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-16/+10
2021-11-09Auto merge of #90695 - GuillaumeGomez:rollup-kxvvw4o, r=GuillaumeGomezbors-22/+25
2021-11-09Add some GATs-related regression testsYuki Okushi-0/+101
2021-11-08Auto merge of #90443 - camelid:rustdoc-subst, r=GuillaumeGomezbors-118/+132
2021-11-08Add a note about feature(explicit_generic_args_with_impl_trait) to the releva...Jakub Kądziołka-0/+21
2021-11-08impl Copy/Clone for arrays in std, not in compilerbstrie-30/+7
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-2/+2
2021-11-08Rollup merge of #90689 - lnicola:rust-analyzer-2021-11-08, r=lnicolaGuillaume Gomez-22/+16
2021-11-08Rollup merge of #90657 - GuillaumeGomez:one-char-last-line-removed, r=jyn514Guillaume Gomez-0/+9
2021-11-08:arrow_up: rust-analyzerLaurențiu Nicola-22/+16
2021-11-08Auto merge of #90675 - camelid:cleanup-impl, r=jyn514bors-158/+143
2021-11-08Auto merge of #90680 - calebcartwright:rustfmt-sync, r=calebcartwrightbors-372/+670
2021-11-08x.py: remove fixme by deleting codeJoshua Nelson-7/+1
2021-11-08Make `compiler-docs` only control the default instead of being a hard off-switchJoshua Nelson-16/+5
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-372/+670
2021-11-07rustdoc: Remove top-level wrappers for `ImplKind` methodsNoah Lev-20/+8
2021-11-08Auto merge of #89488 - c410-f3r:testsssssss, r=petrochenkovbors-117/+3
2021-11-08Use `has_errors_or_lint_errors` in rustdoc instead of `abort_if_errors()`Joshua Nelson-5/+9
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-189/+426
2021-11-07Auto merge of #88368 - jyn514:metadata-error, r=petrochenkovbors-1/+28
2021-11-07Merge remote-tracking branch 'upstream/master' into rustup-2021-11-s1Caleb Cartwright-350/+292
2021-11-07Remove Clean impl for `&T`Noah Lev-7/+1
2021-11-07Remove unused Clean impl for `Rc<T>`Noah Lev-7/+0
2021-11-07Remove Clean impl for `Vec<T>`Noah Lev-49/+47