about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-33/+27
2020-04-29Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercotebors-20/+26
2020-04-29Store LLVM bitcode in object files, not compressedAlex Crichton-20/+26
2020-04-28Rollup merge of #71641 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-04-28Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkovDylan DPC-10/+8
2020-04-28Update booksEric Huss-0/+0
2020-04-26unstable-book: Document `-Z tls-model`Vadim Petrochenkov-0/+25
2020-04-26rustc-book: Document `-C relocation-model`Vadim Petrochenkov-4/+39
2020-04-24Minor formatting changes in `cfg-sanitize.md`mibac138-10/+8
2020-04-22Alphabetize the `-C` and `-Z` options.Nicholas Nethercote-215/+215
2020-04-22Add a new option `-Cbitcode-in-rlib`.Nicholas Nethercote-0/+20
2020-04-19Disallow values for `-C no-*` and `-Z no-*` options again.Nicholas Nethercote-17/+6
2020-04-19Improve codegen option docs.Nicholas Nethercote-84/+101
2020-04-14Update booksEric Huss-0/+0
2020-04-12Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitorbors-0/+0
2020-04-09Fix JSON file_name documentation for macros.Eric Huss-2/+5
2020-04-09Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwcoMazdak Farrokhzad-1/+1
2020-04-08update rusct-dev-guidemark-0/+0
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-1/+1
2020-04-07Corrects a typo in rustdoc documentation.Theo Sandstrom-3/+3
2020-04-06update rustc-dev-guidemark-0/+0
2020-04-06Bump rust-by-example submoduleLinus Färnstrand-0/+0
2020-04-06Bump nomicon submoduleLinus Färnstrand-0/+0
2020-04-04Auto merge of #69898 - spastorino:rename-rustc-guide2, r=Xanewokbors-0/+0
2020-04-04Auto merge of #69718 - arlosi:debughash, r=eddybbors-0/+11
2020-04-03Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakisbors-3/+2
2020-04-02remove confusing about lvalues term@ßd€łw@ħ@ß-1/+1
2020-04-02Add hash of source files in debug infoArlo Siemsen-0/+11
2020-04-02fix type in operands section@ßd€łw@ħ@ß-1/+1
2020-04-02Add missing markdown rust annotationlzutao-2/+2
2020-04-01Update -Ccodegen-units docs wrt incr. comp. in rustc book.Michael Woerister-3/+2
2020-04-01Add git repo address to unstable booklzutao-0/+3
2020-04-01Rollup merge of #70630 - ehuss:update-books, r=ehussDylan DPC-0/+0
2020-03-31Update books.Eric Huss-0/+0
2020-03-30Document ThreadSanitizer in unstable-bookTomasz Miąsko-86/+150
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-23/+23
2020-03-26create a tracking issue and link to itNiko Matsakis-2/+2
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+120
2020-03-24Move rustc-guide submodule to rustc-dev-guideSantiago Pastorino-0/+0
2020-03-24Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_traits, r=Dy...Mazdak Farrokhzad-1/+1
2020-03-23Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy...Mazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #69494 - GuillaumeGomez:stabilize-crate-version, r=ehuss,alek...Mazdak Farrokhzad-12/+12
2020-03-23Reword unused variable warningAlex Tokarev-2/+2
2020-03-16Update booksEric Huss-0/+0
2020-03-16Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPCDylan DPC-7/+7
2020-03-14Fix punctuation in rustdoc bookTimothée Gerber-1/+1
2020-03-14Change fenced code block type in rustdoc bookTimothée Gerber-1/+1
2020-03-14Clean up path separator in rustdoc bookTimothée Gerber-5/+5
2020-03-14Block version-specific docs from search enginesKornel-17/+2
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-20/+3