about summary refs log tree commit diff
path: root/src/doc
AgeCommit message (Expand)AuthorLines
2018-09-10fix linkNiko Matsakis-1/+3
2018-09-10add a note about the collector executableNiko Matsakis-3/+29
2018-09-10update with njn's insightNiko Matsakis-5/+5
2018-09-10don't write `rust-prof` bur rather `<toolchain>Niko Matsakis-5/+9
2018-09-10link to build-and-run, fix em-dashNiko Matsakis-2/+10
2018-09-10say function, not fnNiko Matsakis-3/+3
2018-09-10be consistent about bash snippetsNiko Matsakis-7/+7
2018-09-10fix long linesNiko Matsakis-2/+4
2018-09-10switch to em-dashNiko Matsakis-9/+10
2018-09-10various nits from mark-i-mNiko Matsakis-18/+20
2018-09-10add a section about profiling with perfNiko Matsakis-1/+306
2018-09-09remove #[used] from the unstable bookJorge Aparicio-157/+0
2018-09-08docs: Use dollar sign for all bash promptsBehnam Esfahbod-7/+10
2018-09-09Stabilize the 2018 editionMark Rousskov-13/+14
2018-09-08Rollup merge of #54040 - steveklabnik:update-books, r=Mark-Simulacrumkennytm-0/+0
2018-09-07update books for next releasesteveklabnik-0/+0
2018-09-07Write in EnglishDale Wijnand-1/+1
2018-09-07No copyright notices on new testsDale Wijnand-1/+0
2018-09-07Rollup merge of #53550 - brson:recurring, r=estebankkennytm-2/+2
2018-09-04Document #[test_case] and #![test_runner]John Renner-0/+33
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-13/+15
2018-08-31note about discussion channelsNiko Matsakis-0/+10
2018-08-31includ some notes on finding bugsNiko Matsakis-1/+4
2018-08-31fix various minor pointsNiko Matsakis-6/+6
2018-08-31adjust long linesNiko Matsakis-15/+21
2018-08-31add a section about the compiler teamNiko Matsakis-0/+101
2018-08-31feature(doc_cfg): add docs for cfg(rustdoc)QuietMisdreavus-13/+15
2018-08-31Auto merge of #51384 - QuietMisdreavus:extern-version, r=GuillaumeGomezbors-0/+15
2018-08-31tweak long lineNiko Matsakis-5/+6
2018-08-31sprinkle links to rustdoc through the HIR explanationNiko Matsakis-29/+58
2018-08-26Auto merge of #53619 - japaric:panic-handler, r=SimonSapinbors-3/+3
2018-08-24Auto merge of #53662 - kennytm:rollup, r=kennytmbors-0/+0
2018-08-24Rollup merge of #53614 - RalfJung:nomicon, r=kennytmkennytm-0/+0
2018-08-23address review commentSébastien Duquette-2/+2
2018-08-23Fix lines over 80 columns.Sébastien Duquette-6/+7
2018-08-23Rename CodeMap and FileMap to SourceMap and SourceFile.Sébastien Duquette-17/+17
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-30/+0
2018-08-23update the unstable bookJorge Aparicio-3/+3
2018-08-23Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakisbors-7/+9
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-26/+0
2018-08-22update nomicon and bookRalf Jung-0/+0
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-9/+9
2018-08-20librustc_lint: In recursion warning, change 'recurring' to 'recursing'Brian Anderson-2/+2
2018-08-20add rust,ignore to code snippetsNiko Matsakis-2/+2
2018-08-20Update existential-types.mdOliver Schneider-3/+3
2018-08-20Explain existential typesOliver Schneider-0/+49
2018-08-20Update copyright guidance to omit notices for new files.Josh Triplett-32/+5
2018-08-19Rename `catch_expr` feature to `try_blocks`Scott McMurray-3/+3
2018-08-19Fix the unstable bookScott McMurray-5/+7
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-15/+0