about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Collapse)AuthorLines
2019-01-31Clarify semantics of #[repr(align(x))] on enumsNiklas Fiekas-0/+16
2019-01-30Allow #[repr(align(x))] on enums (#57996)Niklas Fiekas-0/+26
2019-01-30Merge pull request #270 from michaelwoerister/query-eval-model-updateMichael Woerister-57/+603
Add "The Query Evaluation Model in Detail" and "Incremental Compilation In Detail" chapters.
2019-01-30Add a more detailed description of how incremental compilation works.Michael Woerister-19/+376
2019-01-29Add link to the edition guide.Siddhartha Sahu-0/+4
2019-01-29add blurb about downloading artifacts; fix #77xMark Mansi-1/+20
2019-01-27better grouping, more linksMark Mansi-3/+7
2019-01-27TypoRalf Jung-1/+1
Co-Authored-By: mark-i-m <mark-i-m@users.noreply.github.com>
2019-01-27fix updating-docs link, add regression testMark Mansi-0/+15
2019-01-27Change generator trait to use pinningWim Looman-13/+18
2019-01-26Change crate-visibility-modifier issue number in The Unstable BookHirokazu Hata-2/+2
2019-01-25add comments from sunjayMark Mansi-1/+4
2019-01-25add link to sunjay talkMark Mansi-0/+6
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+2
2019-01-23fix #182Mark Mansi-1/+2
2019-01-23update conventionsMark Mansi-1/+40
2019-01-23update text about copyright headersMark Mansi-5/+6
2019-01-23Add "The Query Evaluation Model in Detail" Chapter.Michael Woerister-54/+243
2019-01-22Merge pull request #266 from rchaser53/fix-miriOliver Scherer-2/+2
fix unwrap_u64 and to_raw_bits
2019-01-21Fix TokenStream linkOliver Scherer-1/+1
2019-01-22fix unwrap_u64 and to_raw_bitsrchaser53-2/+2
2019-01-21Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAusbors-0/+11
Add `is_sorted` to `Iterator` and `[T]` This is an initial implementation for the first step of [RFC 2351](https://github.com/rust-lang/rfcs/blob/master/text/2351-is-sorted.md) Tracking issue: https://github.com/rust-lang/rust/issues/53485
2019-01-19fix related miri variablesrchaser53-11/+11
rename variables like below - Value => ConstValue - PrimVal => Scalar - Value::ByVal => ConstValue::Scalar - Value::ByValPair => ConstValue::ScalarPair
2019-01-18Rollup merge of #57212 - phansch:improve_rustc_book_contributing, r=steveklabnikMazdak Farrokhzad-1/+7
docs(rustc): Link to the book's source in rustc This makes the source of [the rustc book](https://doc.rust-lang.org/rustc/what-is-rustc.html) book a bit more discoverable.
2019-01-18Rollup merge of #57132 - daxpedda:master, r=steveklabnikMazdak Farrokhzad-1/+1
Document that `-C opt-level=0` implies `-C debug-assertions`. I couldn't find it stated anywhere else (https://doc.rust-lang.org/nightly/rustc/codegen-options/index.html#opt-level). It was a problem before here: https://github.com/rust-lang/rust/issues/39449, it got lost in the migration to the new documentation I assume. On a sidenote: I think that `-C opt-level=0` having a sideeffect on another flag should be changed. Having compiler flags affecting others doesn't make much sense to me, they are used to fine tune anyway. In any case, this plays no role in this PR.
2019-01-18better titles a la Nikomark-3/+3
2019-01-18Reorganize the book into 3 partsmark-10/+41
2019-01-18Typo + minor editsWho? Me?!-3/+3
2019-01-18Fix relative linkWho? Me?!-1/+1
2019-01-18Update the doc related to complier loggingking6cong-44/+15
2019-01-17Add is_sorted unstable documentationKevin Leimkuhler-0/+11
2019-01-17Update stabilization_guide.mdWho? Me?!-2/+2
2019-01-17issue 130 stabilization guideRajkumar Natarajan-17/+16
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17issue 130 stabilization guideRajkumar Natarajan-5/+4
2019-01-17issue 130 stabilization guideRajkumar Natarajan-4/+4
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17issue_180 incorporated the review commentsRajkumar Natarajan-83/+74
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+3
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+3
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-1/+1
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17Update src/stabilization_guide.mdWho? Me?!-2/+2
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
2019-01-17issue_130_stabilization_guideRajkumar Natarajan-0/+182
2019-01-17Bless test.Wesley Norris-1/+9
Bless test, remove submodule, and fix book entry. bless test again? maybe it'll work this time...
2019-01-17Add book section and fix typo.Wesley Norris-0/+4
2019-01-17Deny the `overflowing_literals` lint for all editionsOliver Middleton-20/+20