about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2022-02-06Rollup merge of #92300 - Itus-Shield:mips64-openwrt, r=nagisaMatthias Krüger-0/+29
2022-02-05mention test folders for cfg(bootstrap) (#1294)Manish Goregaokar-1/+2
2022-02-04Document --json=future-incompatEric Huss-0/+29
2022-02-04Document -C symbol-mangling-versionEric Huss-0/+15
2022-02-04Add new target armv7-unknown-linux-uclibceabi (softfloat)lancethepants-1/+124
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-61/+51
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-3/+14
2022-02-01Update booksEric Huss-0/+0
2022-01-31[mips64-openwrt-musl] Tier 3 tuple for Mips64 OpenWrtDonald Hoskins-0/+29
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-6/+3
2022-01-28Rollup merge of #93375 - Kvicii:ISSUE_93374, r=notriddleMatthias Krüger-2/+2
2022-01-28Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-seMatthias Krüger-0/+0
2022-01-28doc: no `shortcut` in `rel="icon"`Miguel Ojeda-2/+2
2022-01-28rustdoc: no `shortcut` in `rel="icon"`Miguel Ojeda-1/+1
2022-01-28Fix broken link from rustdoc docs to ayu themeLeo Simons-1/+1
2022-01-28fix typo `documenation`Kvicii-1/+1
2022-01-27fix typo `documenation`Kvicii-1/+1
2022-01-26Rollup merge of #92134 - nico-abram:patch-1, r=michaelwoeristerMatthias Krüger-0/+42
2022-01-26Rollup merge of #92098 - semarie:openbsd-platform, r=pietroalbiniMatthias Krüger-4/+61
2022-01-26git.md: Expanded a note to try to stress what you need to do if you're playingFelix S. Klock II-2/+7
2022-01-26Update tracking issue numbers for inline assembly sub-featuresAmanieu d'Antras-8/+8
2022-01-25Update src/doc/rustc/src/linker-plugin-lto.mdNicolas Abram-1/+1
2022-01-23Rollup merge of #93219 - cr1901:msp430-asm-squashed, r=AmanieuMatthias Krüger-1/+16
2022-01-22Add preliminary support for inline assembly for msp430.William D. Jones-1/+16
2022-01-22update uclibc instructions for new toolchain, add link from platforms docJonah Petri-2/+3
2022-01-20Clarify that r? works in comments.Ivor Wanders-1/+1
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-0/+6
2022-01-19Update rust-by-examplesAmanieu d'Antras-0/+0
2022-01-18Update booksEric Huss-0/+0
2022-01-18Reorganize and expand the testing chapters. (#1281)Eric Huss-1100/+2055
2022-01-18Add inline assembly internals (#1266)Amanieu d'Antras-0/+368
2022-01-18Spelling: Rename `rust` to `Rust` (#1288)Georgiy Komarov-35/+35
2022-01-18Clean up section about FCPs (#1287)Noah Lev-23/+20
2022-01-17Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mar...Matthias Krüger-16/+80
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-190/+0
2022-01-14Rollup merge of #92818 - GuillaumeGomez:update-doc-cfg-doc, r=camelidMatthias Krüger-0/+33
2022-01-13Update documentation for doc_cfgGuillaume Gomez-0/+33
2022-01-12Remove LLVM-style inline assembly from unstable bookTomasz Miąsko-190/+0
2022-01-09Extended the note on the use of `no_run` attributeDmitrii - Demenev-1/+2
2022-01-09Document `--print link-args`Josh Triplett-0/+6
2022-01-07Update location from a relative path to absoluteavborhanian-1/+1
2022-01-05Address more review comments in #1286.Nicholas Nethercote-2/+2
2022-01-05Address review comments in #1286.Nicholas Nethercote-10/+4
2022-01-05Streamline "Getting Started" some more.Nicholas Nethercote-182/+58
2022-01-03Update booksEric Huss-0/+0
2022-01-01Require `-Zunstable-options` for `-C instrument-coverage=except-*` optionsJosh Triplett-2/+2
2022-01-01Clarify stability expectations for llvm-tools-previewJosh Triplett-1/+1
2022-01-01Update instrument-coverage documentation to document stability and LLVM versionsJosh Triplett-3/+7
2022-01-01Rewrite instrument-coverage documentation to use LLVM tools directlyJosh Triplett-24/+14
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-36/+32