| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-11-09 | Address most other review comments | Oliver Scherer | -7/+7 | |
| 2018-11-09 | Explain the unpack! macro | Niko Matsakis | -14/+42 | |
| 2018-11-09 | Split overcomplicated sentence into two | Oliver Scherer | -2/+2 | |
| 2018-11-09 | Link to docs and address some review comments | Oliver Scherer | -9/+17 | |
| 2018-11-09 | Document MIR building somewhat | Oliver Scherer | -0/+110 | |
| 2018-11-09 | document the interaction between macros and nameres | Aleksey Kladov | -4/+9 | |
| "The name resolution is a separate pass" is a wishful thinking :( | ||||
| 2018-11-09 | Fixed Spelling Mistake In MIR/index.md - "alloated" | Gareth Ellis | -1/+1 | |
| 2018-11-09 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -0/+3 | |
| 2018-11-08 | fill out the borrowck chapter a bit more | Mark Mansi | -17/+92 | |
| 2018-11-08 | add a few links to rustdocs | Mark Mansi | -5/+12 | |
| 2018-11-08 | minor improvements | Mark Mansi | -3/+4 | |
| 2018-11-08 | Remove reference to copyright comment | Aleksey Kladov | -4/+3 | |
| We don't need them anymore | ||||
| 2018-11-08 | Rename trans to codegen | Aleksey Kladov | -1/+1 | |
| 2018-11-07 | removed jemalloc statements. | kenta7777 | -4/+0 | |
| 2018-11-07 | revised a jemalloc statement in how-to-build-and-run.md | kenta7777 | -4/+4 | |
| 2018-11-06 | Document ignore-llvm-version | Tom Tromey | -0/+5 | |
| This documents the ignore-llvm-version directive. | ||||
| 2018-11-04 | SLG: Replace heritage section with links to it elsewhere | Tyler Mandry | -45/+12 | |
| Maybe we want to include this in the bibliography or something, though. | ||||
| 2018-11-04 | SLG: Add intro | Tyler Mandry | -0/+38 | |
| 2018-11-03 | Merge pull request #222 from scalexm/wf | Niko Matsakis | -5/+463 | |
| Write well-formedness checking chapter | ||||
| 2018-11-03 | Added section to Unstable Book. | Alexander Regueiro | -0/+34 | |
| 2018-11-02 | Copy chalk_engine README | Tyler Mandry | -2/+277 | |
| 2018-11-02 | Fix nits | scalexm | -10/+10 | |
| 2018-11-02 | Merge pull request #223 from tmandry/improve-chalk-overview | Niko Matsakis | -60/+169 | |
| Update chalk overview | ||||
| 2018-11-02 | Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus | bors | -11/+24 | |
| Add index page argument @Mark-Simulacrum: I might need some help from you: in bootstrap, I want to add an argument (a new flag added into `rustdoc`) in order to generate the current index directly when `rustdoc` is documenting the `std` lib. However, my change in `bootstrap` didn't do it and I assume it must be moved inside the `Std` struct. But there, I don't see how to pass it to `rustdoc` through `cargo`. Did I miss anything? r? @QuietMisdreavus | ||||
| 2018-11-02 | Move doc_alias doc | Guillaume Gomez | -16/+16 | |
| 2018-11-02 | Add documentation for index-page features | Guillaume Gomez | -0/+13 | |
| 2018-10-31 | Clarify why 'static is free | Who? Me?! | -1/+5 | |
| 2018-10-31 | Missing link | Who? Me?! | -0/+1 | |
| 2018-10-30 | Chalk Overview: Fill in testing section | Tyler Mandry | -7/+32 | |
| 2018-10-30 | Chalk Overview: Organize and sort links | Tyler Mandry | -35/+32 | |
| 2018-10-30 | Chalk Overview: Update old content | Tyler Mandry | -40/+59 | |
| 2018-10-30 | Fix a few more things | Tyler Mandry | -17/+42 | |
| Co-Authored-By: scalexm <alexandre@scalexm.fr> | ||||
| 2018-10-29 | Move Crates section down | Tyler Mandry | -33/+40 | |
| Nest existing content under Chalk Structure. I think it reads better this way. | ||||
| 2018-10-29 | Move Resources to bottom | Tyler Mandry | -19/+15 | |
| 2018-10-29 | Add section on chalk structure | Tyler Mandry | -0/+65 | |
| 2018-10-29 | Fix a few things | Who? Me?! | -12/+16 | |
| Co-Authored-By: scalexm <alexandre@scalexm.fr> | ||||
| 2018-10-29 | Fix code blocks | scalexm | -2/+2 | |
| 2018-10-29 | Add some examples for impls | scalexm | -21/+192 | |
| 2018-10-29 | Write well-formedness checking chapter | scalexm | -5/+263 | |
| 2018-10-26 | Document the rust-lldb directive | Tom Tromey | -0/+2 | |
| Commit ac33b2e578de58016271012452e4f1be6af9d516 added a `rust-lldb` directive to restrict the lldb part of a debuginfo test to only versions of lldb that include the Rust plugin. | ||||
| 2018-10-26 | Put "well-formedness checking" under "lowering rules" | Tyler Mandry | -1/+1 | |
| This was also intended to be a reference chapter, according to @scalexm. | ||||
| 2018-10-26 | Get excited | Tyler Mandry | -1/+1 | |
| 2018-10-26 | Add status of regions | Tyler Mandry | -1/+7 | |
| 2018-10-26 | Associated types: Break up text for readability | Tyler Mandry | -29/+30 | |
| 2018-10-26 | Associated types: Mention "lazy normalization" somewhere | Tyler Mandry | -4/+5 | |
| 2018-10-26 | Traits: Improve index layout, add chalk blurb | Tyler Mandry | -18/+33 | |
| 2018-10-26 | Reflect traits chapter structure in index key ideas | Tyler Mandry | -8/+8 | |
| 2018-10-26 | Group logic-related things under one section | Tyler Mandry | -3/+3 | |
| I found the layout to be a bit inconsistent before. This groups anything that touches logic rules under "Lowering to logic". This might be crowding too many things under that section, but it makes more sense to me overall. | ||||
| 2018-10-26 | Update TypeVariants to TyKind | Nikita Popov | -1/+1 | |
| This has been renamed in https://github.com/rust-lang/rust/pull/53581. | ||||
| 2018-10-24 | Update src/traits/caching.md | Who? Me?! | -1/+1 | |
| Co-Authored-By: csmoe <csmoe@msn.com> | ||||
