about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-0/+27
2024-01-22Add target description for `riscv32im-risc0-zkvm-elf`Erik Kaneda-0/+88
2024-01-22Rollup merge of #120225 - micolous:patch-1, r=michaelwoeristerMatthias Krüger-1/+1
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+27
2024-01-22Fix -Zremap-path-scope typomicolous-1/+1
2024-01-22Get diagnostics directly in `rustc-driver-getting-diagnostics` example (#1857)Shoyu Vanilla-17/+46
2024-01-21Update examples (#1856)Shoyu Vanilla-37/+26
2024-01-20Warn users about limited review for tier 2 and 3 codeMark Rousskov-0/+18
2024-01-20Add a perf. bot command and a link to its help pageJakub Beránek-1/+11
2024-01-20Add some explanations for frequently used rustbot commands (#1849)Yukang-5/+17
2024-01-20update some of the diagnostic translations info (#1711)Tshepang Mbambo-60/+19
2024-01-20Document unsafety checking (#1847)matthewjasper-6/+83
2024-01-17Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrumbors-0/+2
2024-01-17Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkovbors-12/+13
2024-01-17tests: add sanity-check assembly test for every targetDavid Wood-0/+2
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-0/+16
2024-01-16Remove outdated references to `-Z dump-mir-spanview`Zalathar-26/+3
2024-01-15update old bootstrap docsonur-ozkan-7/+7
2024-01-15Update booksrustbot-0/+0
2024-01-14Add guidelines for backport-accepted PRsLeón Orell Valerian Liehr-0/+13
2024-01-14Mention label has-merge-commitsLeón Orell Valerian Liehr-3/+7
2024-01-13Add doc and example for building a UEFI driverNicholas Bishop-0/+17
2024-01-13Add crate links to unknown-uefi.mdNicholas Bishop-5/+10
2024-01-13Add way to express no-values with check-cfgUrgau-12/+13
2024-01-13Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkovbors-1/+5
2024-01-12Correct the link to rust referenceArthur Milchior-1/+1
2024-01-12Rename `--env` option flag to `--env-set`Guillaume Gomez-7/+7
2024-01-11Rollup merge of #115046 - joshtriplett:master, r=compiler-errorsMatthias Krüger-11/+104
2024-01-09Add explicit none() value variant in check-cfgUrgau-1/+5
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+11
2024-01-09Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitorGuillaume Gomez-101/+123
2024-01-09Rework and improve unstable documentation of check-cfgUrgau-101/+123
2024-01-08Add support for shell argfilesDavid Koloski-0/+11
2024-01-08Add riscv32imafc-esp-espidf target for the ESP32-P4.Scott Mabin-0/+2
2024-01-07Explain the important concepts of exhaustiveness checkingNadrieril-8/+138
2024-01-06Add guide for rustdoc search implementation (#1846)Michael Howell-0/+245
2024-01-06Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472Matthias Krüger-5/+0
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-11/+36
2024-01-05Rollup merge of #119588 - Nemo157:i586-netbsd-tier-3, r=NilstriebMichael Goulet-1/+1
2024-01-04Fix broken markdown in csky-unknown-linux-gnuabiv2.mdMatt Brubeck-0/+1
2024-01-04Move `i586-unknown-netbsd` from tier 2 to tier 3 platform support tableWim Looman-1/+1
2024-01-04Rollup merge of #119431 - taiki-e:asm-s390x-reg-addr, r=AmanieuMatthias Krüger-2/+3
2024-01-04Rollup merge of #118704 - esp-rs:rv32-tier-2, r=davidtwcoMatthias Krüger-6/+6
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-2/+3
2024-01-01Update booksrustbot-0/+0
2023-12-30Prominently mention `profiler = true` on the coverage pageZalathar-0/+30
2023-12-29Add a description of `unpretty=hir` to the HIR docs (#1842)kim / Motoyuki Kimura-0/+8
2023-12-29Fix typo in unsize docs (#1843)Michael Goulet-4/+5
2023-12-26Add a few more docsMichael Howell-34/+14
2023-12-26rustdoc: search for tuples and unit by type with `()`Michael Howell-11/+56