about summary refs log tree commit diff
path: root/src/doc/rustc
AgeCommit message (Expand)AuthorLines
2019-10-22Target-feature documented as unsafe. rustc book and rustc -C help have been m...togiberlin-1/+23
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-24/+0
2019-10-18Auto merge of #64925 - ehuss:document-json, r=Mark-Simulacrumbors-1/+240
2019-10-14Add troubleshooting section to PGO chapter in rustc book.Michael Woerister-0/+11
2019-10-13Rollup merge of #65039 - HeroicKatora:deny-by-default-book, r=GuillaumeGomezMazdak Farrokhzad-0/+25
2019-10-11Remove unions_with_drop_fields lintSimon Sapin-24/+0
2019-10-03Document current deny by default lintsAndreas Molzer-0/+25
2019-10-02rustc book: nitpick SLP vectorizationRobin Kruppe-1/+1
2019-09-30Document JSON message output.Eric Huss-1/+240
2019-09-02Update xLTO compatibility table in rustc book.Michael Woerister-0/+1
2019-08-22Update single-use-lifetimesNaja Melan-1/+1
2019-08-19rustc: implement argsfiles for command lineJeremy Fitzhardinge-0/+7
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-0/+33
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-22/+22
2019-07-17Update mdbook, cargo, booksEric Huss-13/+13
2019-07-02Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichtonbors-0/+154
2019-06-22Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichtonMazdak Farrokhzad-2/+3
2019-06-21rustc-book: Add documentation on how to use PGO.Michael Woerister-0/+154
2019-06-08Remove some more `#![feature(custom_attribute)]`sVadim Petrochenkov-6/+4
2019-05-28rustc-book: Update the rustc/clang compatibility table for xLTO.Michael Woerister-2/+3
2019-05-24Fixed type-alias-bounds lint docCerberuser-4/+7
2019-05-17Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik...bors-43/+2
2019-05-12Update rustc book CLI docs.Eric Huss-11/+156
2019-04-16lint: convert incoherent_fundamental_impls into hard errorHoàng Đức Hiếu-43/+2
2019-04-10Updated the description of -Z in the rustc book.Christian-4/+5
2019-04-03Add documentation on the -Z flag on the command-line arguments section in the...Christian-0/+6
2019-02-25Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=CentrilMazdak Farrokhzad-20/+20
2019-02-20Rollup merge of #58544 - TheBiggerGuy:rustc-doc-cli-args, r=TimNNkennytm-2/+2
2019-02-17Add links to codegen docs for rustc synonym flagsGuy Taylor-2/+2
2019-02-17Fix doc for rustc "-g" flagGuy Taylor-1/+1
2019-02-17Mention capping forbid lintsDale Wijnand-1/+3
2019-02-12Add documentation about -Clinker-plugin-lto to rustc book.Michael Woerister-1/+110
2019-01-18Rollup merge of #57212 - phansch:improve_rustc_book_contributing, r=steveklabnikMazdak Farrokhzad-1/+7
2019-01-18Rollup merge of #57132 - daxpedda:master, r=steveklabnikMazdak Farrokhzad-1/+1
2019-01-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-20/+20
2019-01-03Fix repeated word typosWiktor Kuchta-13/+13
2018-12-30docs(rustc): Link to the book's source in rustcPhilipp Hansch-1/+7
2018-12-26Document that `-C opt-level=0` implies `-C debug-assertions`.daxpedda-1/+1
2018-12-24Auto merge of #56770 - satyarohith:patch-1, r=Centrilbors-2/+2
2018-12-14Fixes broken linksRoberto Vidal-2/+2
2018-12-13fix: make hello publicSatya Rohith-2/+2
2018-12-13Stabilize `linker-flavor` flag.David Wood-0/+7
2018-11-26rustc-guide has movedMark Mansi-2/+2
2018-10-16[Rustc Book] Quotes around value in --cfg exampleHavvy (Ryan Scheel)-1/+1
2018-10-15[Rustc Book] Explain --cfg's argumentsHavvy (Ryan Scheel)-0/+5
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-3/+3
2018-09-08docs: Use dollar sign for all bash promptsBehnam Esfahbod-7/+10
2018-09-07Rollup merge of #53550 - brson:recurring, r=estebankkennytm-2/+2
2018-08-20librustc_lint: In recursion warning, change 'recurring' to 'recursing'Brian Anderson-2/+2
2018-08-19Fix typos found by codespell.Matthias Krüger-3/+3