about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2021-08-11Rollup merge of #87881 - badboy:platform-support-formatting, r=ehussYuki Okushi-1/+1
2021-08-11Rollup merge of #87865 - tsoutsman:master, r=GuillaumeGomezYuki Okushi-22/+24
2021-08-09Proper table row formatting in platform supportJan-Erik Rediger-1/+1
2021-08-09Auto merge of #85357 - Andy-Python-Programmer:aarch64_uefi_target, r=petroche...bors-0/+1
2021-08-09Add the aarch64-unknown-uefi targetunknown-0/+1
2021-08-09Clarify terms in rustdoc bookKlim Tsoutsman-22/+24
2021-08-04Promote `aarch64-apple-ios-sim` to Tier 2Jan-Erik Rediger-7/+6
2021-08-03Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3bors-0/+27
2021-08-02Another onenoproto-1/+1
2021-08-02Correct typonoproto-1/+1
2021-08-03Various adjustments to historic tests and documents.Charles Lew-6/+7
2021-08-03Added page to Unstable Book.Alexander Regueiro-0/+26
2021-08-02Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726Cameron Steffen-0/+53
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-2/+0
2021-08-02Implement a `explicit_generic_args_with_impl_trait` feature gateGary Guo-0/+53
2021-07-30Fix missing word in commentWilfred Hughes-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-2/+0
2021-07-28Rollup merge of #87315 - ricobbe:raw-dylib-unstable-book, r=wesleywiserYuki Okushi-0/+34
2021-07-27Rollup merge of #87503 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-0/+10
2021-07-26Update booksEric Huss-0/+0
2021-07-22Add support for powerpc-unknown-freebsdPiotr Kubaj-0/+1
2021-07-21Rollup merge of #87346 - rylev:rename-force-warn, r=nikomatsakisEric Huss-3/+3
2021-07-21Rename force-warns to force-warnRyan Levick-3/+3
2021-07-20Fix ignore annotationRichard Cobbe-2/+1
2021-07-20Ignore example in automationRichard Cobbe-1/+2
2021-07-20Update booksEric Huss-0/+0
2021-07-20Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obkbors-28/+0
2021-07-19Add docs for raw-dylib to unstable bookRichard Cobbe-0/+34
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-28/+0
2021-07-18Add doc for --nocaptureGuillaume Gomez-0/+7
2021-07-12Rollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomezYuki Okushi-1/+1
2021-07-11Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplettbors-0/+53
2021-07-11Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisabors-0/+10
2021-07-10Update reference.mdManuel Drehwald-1/+1
2021-07-10Add clobber-only register classes for asm!Amanieu d'Antras-0/+10
2021-07-06Update booksEric Huss-0/+0
2021-07-06Add flag to configure `large_assignments` lintTomasz Miąsko-0/+10
2021-07-05Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomezbors-132/+8
2021-06-29override rustdoc.css {webkit,moz} box-sizing:unsetDeadbeef-0/+3
2021-06-28Update to new bootstrap compilerMark Rousskov-50/+0
2021-06-28Make every standalone doc use rustdoc.cssDeadbeef-0/+5
2021-06-27Add Website features page to rustdoc bookJean-Luc Thumm-0/+26
2021-06-27Use rustdoc.css for error indexDeadbeef-138/+6
2021-06-25Auto merge of #86599 - Amanieu:asm_raw, r=nagisabors-1/+2
2021-06-24Add a "raw" option for asm! which ignores format string specifiersAmanieu d'Antras-1/+2
2021-06-22Update booksEric Huss-0/+0
2021-06-20Fix rust.css fonts.Eric Huss-10/+33
2021-06-17Auto merge of #83572 - pkubaj:patch-1, r=nagisabors-0/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-0/+29