| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-31 | Clarify semantics of #[repr(align(x))] on enums | Niklas Fiekas | -0/+16 | |
| 2019-01-30 | Allow #[repr(align(x))] on enums (#57996) | Niklas Fiekas | -0/+26 | |
| 2019-01-30 | Merge pull request #270 from michaelwoerister/query-eval-model-update | Michael Woerister | -57/+603 | |
| Add "The Query Evaluation Model in Detail" and "Incremental Compilation In Detail" chapters. | ||||
| 2019-01-30 | Add a more detailed description of how incremental compilation works. | Michael Woerister | -19/+376 | |
| 2019-01-29 | Add link to the edition guide. | Siddhartha Sahu | -0/+4 | |
| 2019-01-29 | add blurb about downloading artifacts; fix #77x | Mark Mansi | -1/+20 | |
| 2019-01-27 | better grouping, more links | Mark Mansi | -3/+7 | |
| 2019-01-27 | Typo | Ralf Jung | -1/+1 | |
| Co-Authored-By: mark-i-m <mark-i-m@users.noreply.github.com> | ||||
| 2019-01-27 | fix updating-docs link, add regression test | Mark Mansi | -0/+15 | |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -13/+18 | |
| 2019-01-26 | Change crate-visibility-modifier issue number in The Unstable Book | Hirokazu Hata | -2/+2 | |
| 2019-01-25 | add comments from sunjay | Mark Mansi | -1/+4 | |
| 2019-01-25 | add link to sunjay talk | Mark Mansi | -0/+6 | |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+2 | |
| 2019-01-23 | fix #182 | Mark Mansi | -1/+2 | |
| 2019-01-23 | update conventions | Mark Mansi | -1/+40 | |
| 2019-01-23 | update text about copyright headers | Mark Mansi | -5/+6 | |
| 2019-01-23 | Add "The Query Evaluation Model in Detail" Chapter. | Michael Woerister | -54/+243 | |
| 2019-01-22 | Merge pull request #266 from rchaser53/fix-miri | Oliver Scherer | -2/+2 | |
| fix unwrap_u64 and to_raw_bits | ||||
| 2019-01-21 | Fix TokenStream link | Oliver Scherer | -1/+1 | |
| 2019-01-22 | fix unwrap_u64 and to_raw_bits | rchaser53 | -2/+2 | |
| 2019-01-21 | Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus | bors | -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-19 | fix related miri variables | rchaser53 | -11/+11 | |
| rename variables like below - Value => ConstValue - PrimVal => Scalar - Value::ByVal => ConstValue::Scalar - Value::ByValPair => ConstValue::ScalarPair | ||||
| 2019-01-18 | Rollup merge of #57212 - phansch:improve_rustc_book_contributing, r=steveklabnik | Mazdak 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-18 | Rollup merge of #57132 - daxpedda:master, r=steveklabnik | Mazdak 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-18 | better titles a la Niko | mark | -3/+3 | |
| 2019-01-18 | Reorganize the book into 3 parts | mark | -10/+41 | |
| 2019-01-18 | Typo + minor edits | Who? Me?! | -3/+3 | |
| 2019-01-18 | Fix relative link | Who? Me?! | -1/+1 | |
| 2019-01-18 | Update the doc related to complier logging | king6cong | -44/+15 | |
| 2019-01-17 | Add is_sorted unstable documentation | Kevin Leimkuhler | -0/+11 | |
| 2019-01-17 | Update stabilization_guide.md | Who? Me?! | -2/+2 | |
| 2019-01-17 | issue 130 stabilization guide | Rajkumar Natarajan | -17/+16 | |
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | issue 130 stabilization guide | Rajkumar Natarajan | -5/+4 | |
| 2019-01-17 | issue 130 stabilization guide | Rajkumar Natarajan | -4/+4 | |
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | issue_180 incorporated the review comments | Rajkumar Natarajan | -83/+74 | |
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+3 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+3 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | Update src/stabilization_guide.md | Who? Me?! | -2/+2 | |
| Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com> | ||||
| 2019-01-17 | issue_130_stabilization_guide | Rajkumar Natarajan | -0/+182 | |
| 2019-01-17 | Bless test. | Wesley Norris | -1/+9 | |
| Bless test, remove submodule, and fix book entry. bless test again? maybe it'll work this time... | ||||
| 2019-01-17 | Add book section and fix typo. | Wesley Norris | -0/+4 | |
| 2019-01-17 | Deny the `overflowing_literals` lint for all editions | Oliver Middleton | -20/+20 | |
