about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2020-08-02mention the overview chaptermark-0/+7
2020-08-02Link to overview ch instead of internalsWho? Me?!-1/+1
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-08-02missing linkmark-0/+2
2020-08-02add a bit more discussion of big picturemark-8/+47
2020-08-02fix typomark-2/+2
2020-08-02line lengthmark-1/+2
2020-08-02rewrite/update compiler source code chaptermark-135/+147
2020-08-02Mention `HAIR` to clarifyYuki Okushi-4/+5
2020-08-02Rename `HAIR` to `THIR`Yuki Okushi-18/+18
2020-08-02Address review commentYuki Okushi-2/+3
2020-08-02Adjust mentions about CI to GitHub ActionsYuki Okushi-18/+23
2020-08-01Rollup merge of #74981 - giraffate:fix_sample_codes_in_unstable_book_plugin, ↵Manish Goregaokar-16/+14
r=GuilliameGomez Some fixes for `plugin.md` in unstable-book - sample codes not working I referred to https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/auxiliary/lint-plugin-test.rs and https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/lint-plugin.rs. - broken link https://github.com/rust-lang/rust/blob/master/src/librustc/lint/builtin.rs -> https://github.com/rust-lang/rust/blob/master/src/librustc_session/lint/builtin.rs
2020-07-31Some fixes for `plugin.md` in unstable-bookTakayuki Nakata-16/+14
- sample codes not working - broken link
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-1/+1
Rename intra_doc_link_resolution_failure It should be plural to follow the conventions in https://github.com/rust-lang/rfcs/blob/master/text/0344-conventions-galore.md#lints
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-1/+1
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-1/+1
2020-07-30Rename `src/libstd` to `library/std` etc. (#815)Yuki Okushi-77/+78
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-1/+1
2020-07-29Fix broken link in unstable book `plugin`Takayuki Nakata-1/+1
2020-07-29Add basic steps for a new target (#805)Jake Goulding-0/+102
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-07-29Update docs to match the new x.py defaults (#813)Joshua Nelson-86/+66
2020-07-28Add RISC-V notification group instructions (#814)Yuki Okushi-10/+43
* Clean-up notification groups instructions * Add RISC-V notification group instructions * Re-order summary of notification groups * Add a list of the notification groups * Apply review suggestion
2020-07-27mv std libs to library/mark-5/+0
2020-07-28Fix MIR to LLVM IR sentence (#811)Santiago Pastorino-4/+4
2020-07-25Fix rustc docs typo.16yuki0702-1/+1
2020-07-24Turn off travis' email notificationsYuki Okushi-2/+1
2020-07-22Rollup merge of #74589 - ehuss:update-books, r=ehussManish Goregaokar-0/+0
Update books ## reference 5 commits in 0ea7bc494f1289234d8800bb9185021e0ad946f0..b329ce37424874ad4db94f829a55807c6e21d2cb 2020-07-02 15:33:04 -0700 to 2020-07-20 08:54:08 -0700 - this '*' is unnecessary, and reduces readability (rust-lang-nursery/reference#853) - Tiny typo fix (rust-lang-nursery/reference#849) - Update const eval chapter to latest changes (rust-lang-nursery/reference#842) - Document #[track_caller]. (rust-lang-nursery/reference#742) - Document shebang restriction. (rust-lang-nursery/reference#823) ## book 2 commits in 84a31397b34f9d405df44f2899ff17a4828dba18..a914f2c7e5cdb771fa465de142381a51c53b580e 2020-07-04 10:50:18 -0500 to 2020-07-21 09:20:05 -0500 - Change misleading wording (rust-lang/book#2399) - Improve wording to include Windows versions (rust-lang/book#2395) ## edition-guide 3 commits in 82bec5877c77cfad530ca11095db4456d757f668..bd6e4a9f59c5c1545f572266af77f5c7a5bad6d1 2020-06-03 08:56:02 -0500 to 2020-07-12 17:37:08 -0500 - update guide for 1.36 and 1.37 (rust-lang/edition-guide#217) - Add contents for Rust 1.35 (rust-lang/edition-guide#216) - update edition guide for Rust 1.34 (rust-lang/edition-guide#215)
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-0/+12
Stabilize control-flow-guard codegen option This is the stabilization PR discussed in #68793. It converts the `-Z control-flow-guard` debugging option into a codegen option (`-C control-flow-guard`), and changes the associated tests.
2020-07-22Expand on the documentation for polymorphization. (#803)David Wood-21/+61
This commit elaborates on the existing documentation for polymorphization now that polymorphization has almost landed in rustc. Signed-off-by: David Wood <david@davidtw.co>
2020-07-22Fix links for cranelift (#809)Yuki Okushi-2/+2
2020-07-21Update booksEric Huss-0/+0
2020-07-19Document AddressSanitizer memory leak detection defaultsTomasz Miąsko-0/+3
2020-07-19Remove CC & CFLAGS from MemorySanitizer exampleTomasz Miąsko-4/+0
They are now unnecessary for projects written in Rust, since backtrace-rs used by the standard library has only Rust dependencies.
2020-07-18Fixes menu for rustdoc page (#804)Federico Ponzi-1/+0
2020-07-18Clean-up minor issues (#802)Yuki Okushi-5/+5
2020-07-17Update chat info to reflect decision to close down Discord `#compiler`. (#800)Felix S Klock II-3/+8
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2020-07-16Exclude `rustaceans.org` from linkcheckYuki Okushi-1/+1
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+51
This reverts commit 1244ced9580b942926afc06815e0691cf3f4a846.
2020-07-16Change `rustc::*` to `rustc_middle::*` (#798)Takayuki Nakata-14/+14
2020-07-14Resync config.toml and suggest better settingsSantiago Pastorino-12/+45
2020-07-14Fix typosYuki Okushi-5/+5
2020-07-14Fix distortions of "representation"Yuki Okushi-2/+2
2020-07-14Improve getting-started guideJoshua Nelson-12/+18
- Clean up wording - Suggest `build --stage 1 src/libstd`, which doesn't recompile rustc twice unnecessarily - Fix rustdoc globs which only work on Linux - Add suggestion for `build --stage 0 src/libstd` - Suggest `-j1` for very slow builds - Suggesting letting CI run tests when using a slow machine
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-0/+12
2020-07-14Fix the difference of title in appendix A (#793)Takayuki Nakata-1/+1
2020-07-12Earlier clarification of pFCP abbreviation (#791)Ivan Veselov-6/+7
2020-07-11Fix typo: review -> reviewerIvan Veselov-1/+1
2020-07-10Rollup merge of #74135 - ehuss:update-books, r=ehussManish Goregaokar-0/+0
Update books ## book 3 commits in 4e7c00bece1544d409312ec93467beb62b5bd0cb..84a31397b34f9d405df44f2899ff17a4828dba18 2020-06-19 09:39:12 -0400 to 2020-07-04 10:50:18 -0500 - Update Windows install instructions (rust-lang/book#2389) - Update ch01-02-hello-world.md (rust-lang/book#2386) - bump mdbook version in github action (rust-lang/book#2380) ## reference 2 commits in 04d5d5d7ba624b6f5016298451f3a63d557f3260..0ea7bc494f1289234d8800bb9185021e0ad946f0 2020-06-16 15:08:05 -0700 to 2020-07-02 15:33:04 -0700 - Fix mis-capitalization of type name. (rust-lang-nursery/reference#844) - Fix name of trait for array indexing. (rust-lang-nursery/reference#840) ## embedded-book 1 commits in 616962ad0dd80f34d8b802da038d0aed9dd691bb..94d9ea8460bcbbbfef1877b47cb930260b5849a7 2020-06-23 16:03:45 +0000 to 2020-07-05 14:17:40 +0000 - Note on transformation of static variables by attribute exception (rust-embedded/book#251) ## rust-by-example 1 commits in 6f94ccb48da6fa4ed0031290f21411cf789f7d5e..229c6945a26a53a751ffa4f9cb418388c00029d3 2020-06-20 17:51:30 -0300 to 2020-07-06 10:13:15 -0300 - Modify comments (rust-lang/rust-by-example#1359)
2020-07-10inluding -> includingSantiago Pastorino-1/+1
2020-07-09Rollup merge of #74184 - Manishearth:doc-intra-doc, r=GuillaumeGomezManish Goregaokar-30/+42
Add docs for intra-doc-links Fixes https://github.com/rust-lang/rust/issues/66000 Hmm, for some reason my push closed the previous PR