about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2018-11-09Address most other review commentsOliver Scherer-7/+7
2018-11-09Explain the unpack! macroNiko Matsakis-14/+42
2018-11-09Split overcomplicated sentence into twoOliver Scherer-2/+2
2018-11-09Link to docs and address some review commentsOliver Scherer-9/+17
2018-11-09Document MIR building somewhatOliver Scherer-0/+110
2018-11-09document the interaction between macros and nameresAleksey Kladov-4/+9
2018-11-09Fixed Spelling Mistake In MIR/index.md - "alloated"Gareth Ellis-1/+1
2018-11-09don't inline `pub use some_crate` unless directly asked toQuietMisdreavus-0/+3
2018-11-08fill out the borrowck chapter a bit moreMark Mansi-17/+92
2018-11-08add a few links to rustdocsMark Mansi-5/+12
2018-11-08minor improvementsMark Mansi-3/+4
2018-11-08Remove reference to copyright commentAleksey Kladov-4/+3
2018-11-08Rename trans to codegenAleksey Kladov-1/+1
2018-11-07removed jemalloc statements.kenta7777-4/+0
2018-11-07revised a jemalloc statement in how-to-build-and-run.mdkenta7777-4/+4
2018-11-06Document ignore-llvm-versionTom Tromey-0/+5
2018-11-04SLG: Replace heritage section with links to it elsewhereTyler Mandry-45/+12
2018-11-04SLG: Add introTyler Mandry-0/+38
2018-11-03Merge pull request #222 from scalexm/wfNiko Matsakis-5/+463
2018-11-03Added section to Unstable Book.Alexander Regueiro-0/+34
2018-11-02Copy chalk_engine READMETyler Mandry-2/+277
2018-11-02Fix nitsscalexm-10/+10
2018-11-02Merge pull request #223 from tmandry/improve-chalk-overviewNiko Matsakis-60/+169
2018-11-02Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavusbors-11/+24
2018-11-02Move doc_alias docGuillaume Gomez-16/+16
2018-11-02Add documentation for index-page featuresGuillaume Gomez-0/+13
2018-10-31Clarify why 'static is freeWho? Me?!-1/+5
2018-10-31Missing linkWho? Me?!-0/+1
2018-10-30Chalk Overview: Fill in testing sectionTyler Mandry-7/+32
2018-10-30Chalk Overview: Organize and sort linksTyler Mandry-35/+32
2018-10-30Chalk Overview: Update old contentTyler Mandry-40/+59
2018-10-30Fix a few more thingsTyler Mandry-17/+42
2018-10-29Move Crates section downTyler Mandry-33/+40
2018-10-29Move Resources to bottomTyler Mandry-19/+15
2018-10-29Add section on chalk structureTyler Mandry-0/+65
2018-10-29Fix a few thingsWho? Me?!-12/+16
2018-10-29Fix code blocksscalexm-2/+2
2018-10-29Add some examples for implsscalexm-21/+192
2018-10-29Write well-formedness checking chapterscalexm-5/+263
2018-10-26Document the rust-lldb directiveTom Tromey-0/+2
2018-10-26Put "well-formedness checking" under "lowering rules"Tyler Mandry-1/+1
2018-10-26Get excitedTyler Mandry-1/+1
2018-10-26Add status of regionsTyler Mandry-1/+7
2018-10-26Associated types: Break up text for readabilityTyler Mandry-29/+30
2018-10-26Associated types: Mention "lazy normalization" somewhereTyler Mandry-4/+5
2018-10-26Traits: Improve index layout, add chalk blurbTyler Mandry-18/+33
2018-10-26Reflect traits chapter structure in index key ideasTyler Mandry-8/+8
2018-10-26Group logic-related things under one sectionTyler Mandry-3/+3
2018-10-26Update TypeVariants to TyKindNikita Popov-1/+1
2018-10-24Update src/traits/caching.mdWho? Me?!-1/+1