about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-13Build rustdoc only at the top stageMark Simulacrum-25/+21
2017-08-13Build rustdoc with the stageN compiler in N >= 2.Mark Simulacrum-0/+4
2017-08-13Make the message for building rustdoc slightly nicerMark Simulacrum-32/+48
2017-08-13Add ability to ignore git when building rust.Mark Simulacrum-6/+11
2017-08-13Allow overriding build triple via flag.Mark Simulacrum-5/+7
2017-08-13Allow specifiying targets and hosts not in the config file.Mark Simulacrum-10/+0
2017-08-13Unify flags into config.Mark Simulacrum-117/+126
2017-08-12Auto merge of #43736 - ollie27:rustdoc_impls_js, r=QuietMisdreavusbors-0/+27
2017-08-12Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavusbors-529/+615
2017-08-12std: Unsafe-away runtime checks in `Vec`Alex Crichton-76/+127
2017-08-12std::ops docs: incorporated changes suggested in reviewlukaramu-58/+82
2017-08-12Auto merge of #43820 - sfackler:move-config-template, r=alexcrichtonbors-334/+2
2017-08-12Add missing link in fmt::format functionGuillaume Gomez-22/+24
2017-08-12Fix some typosBastien Orivel-82/+83
2017-08-12Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichtonbors-74/+378
2017-08-12Fix `-Z hir-stats` always panics (fix #43232).kennytm-0/+5
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-43/+223
2017-08-12Auto merge of #43812 - steveklabnik:rustdoc-doc-tests, r=QuietMisdreavusbors-1/+237
2017-08-12Include 'let' keyword to the span for ast::Localtopecongiro-1/+1
2017-08-12Less cfg'sbjorn3-43/+25
2017-08-12Follow up commit for the issue 39827Alexey Tarasov-3/+18
2017-08-12Fixes issue 39827: ICE in volatile_store intrinsicAlexey Tarasov-4/+158
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-31/+155
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-27/+27
2017-08-11Move config.toml.example to the root dirSteven Fackler-334/+2
2017-08-11Handle DNS label compression in more placesThomas Levy-14/+12
2017-08-11Don't trigger unused_result on functions returning empty enumsOwen Sanchez-1/+14
2017-08-12Add complete doc example for `include_str!`.Corey Farwell-1/+18
2017-08-12Add complete doc example for `include_bytes!`.Corey Farwell-1/+18
2017-08-12Demonstrate `include!` with Rust code, not just a string slice literal.Corey Farwell-6/+11
2017-08-12Fix error during cross-platform documentation.kennytm-2/+21
2017-08-12Auto merge of #43792 - steveklabnik:rustdoc-directives, r=frewsxcvbors-4/+179
2017-08-12Auto merge of #43772 - arielb1:nonfree-block, r=nagisabors-157/+84
2017-08-11std: Tag OOM functions as `#[cold]`Alex Crichton-0/+2
2017-08-11std: Tag `AllocErr` functions as `#[inline]`Alex Crichton-0/+4
2017-08-11Auto merge of #43766 - michaelwoerister:trans-scheduler-touch-up, r=alexcrichtonbors-0/+10
2017-08-11rustdoc doc testssteveklabnik-1/+237
2017-08-11Fix unused_result lint triggering when a function returns `()` or `!`Owen Sanchez-0/+28
2017-08-11address review feedbacksteveklabnik-4/+10
2017-08-11Auto merge of #43750 - tbu-:pr_fn_unreachable, r=sfacklerbors-3/+17
2017-08-11Auto merge of #42932 - bjorn3:no_llvm_try2, r=eddybbors-154/+416
2017-08-11Auto merge of #43748 - RalfJung:mir-validate2, r=arielb1bors-40/+50
2017-08-11Remove some unused dependencies from rustc_trans_utilsbjorn3-20/+0
2017-08-11It now completely compiles without LLVM!!!bjorn3-19/+56
2017-08-11Actually make rustc_driver compile without llvmbjorn3-148/+318
2017-08-11Add (a lot of) missing links in fmt module docsGuillaume Gomez-32/+55
2017-08-11Improve validation of TypeckTables keys.Michael Woerister-38/+55
2017-08-11Encapsulate sub-table access in TypeckTables and validate keys on each access.Michael Woerister-316/+463
2017-08-11Improve documentation for TypeckTables::validate_hir_id().Michael Woerister-2/+10
2017-08-11Use DefIndex instead of NodeId in UpvarId.Michael Woerister-85/+142