about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-08-14Rollup merge of #43868 - lukaramu:issue-43866, r=steveklabnikCorey Farwell-0/+2
2017-08-14Rollup merge of #43862 - QuietMisdreavus:get-in-line-autohide, r=GuillaumeGomezCorey Farwell-1/+1
2017-08-14Rollup merge of #43848 - frewsxcv:frewsxcv-stack-size, r=QuietMisdreavusCorey Farwell-10/+45
2017-08-14Rollup merge of #43790 - steveklabnik:rustdoc-passes, r=QuietMisdreavusCorey Farwell-1/+84
2017-08-14Rollup merge of #43756 - sfackler:instant-nondecreasing, r=alexcrichtonCorey Farwell-2/+2
2017-08-14Add missing newline in Deref docs to fix renderinglukaramu-0/+2
2017-08-14Auto merge of #43826 - kennytm:fix-43796-mis-calculated-spans, r=petrochenkovbors-123/+33
2017-08-14Write the "passes" chapter of the rustdoc booksteveklabnik-1/+84
2017-08-14Indicate which stack size option has precedence.Corey Farwell-1/+1
2017-08-14Auto merge of #43574 - notriddle:master, r=sfacklerbors-0/+71
2017-08-14rustdoc: put auto-hidden docblock labels in line with the toggleQuietMisdreavus-1/+1
2017-08-14Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1bors-544/+1222
2017-08-14Fix unused variable warnings in builds disabled debug-assertions.Michael Woerister-2/+1
2017-08-14Auto merge of #43857 - michaelwoerister:fix-impl-trait-closure-vis, r=eddybbors-0/+16
2017-08-14save-analysis: Remove path span extraction methods from SpanUtilskennytm-123/+33
2017-08-14Mark closures return via impl-trait as reachable.Michael Woerister-0/+16
2017-08-14Fix some merge fallout.Michael Woerister-15/+4
2017-08-14Auto merge of #43856 - sfackler:no-inline-debug, r=alexcrichtonbors-5/+0
2017-08-14Auto merge of #43844 - arielb1:literally-nonstandard, r=eddybbors-6/+44
2017-08-14Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichtonbors-141/+144
2017-08-13Don't inline debug methodsSteven Fackler-5/+0
2017-08-13Auto merge of #43836 - taleks:issue-39827, r=arielb1bors-4/+63
2017-08-13Indicate thread names get passed to the OS.Corey Farwell-4/+8
2017-08-13Auto merge of #43815 - alexcrichton:optimize-alloc, r=sfacklerbors-76/+133
2017-08-13Rewrite docs for stack size/thread names for spawned threads.Corey Farwell-10/+41
2017-08-13Fix errorbjorn3-0/+1
2017-08-13ast_validation: forbid "nonstandard" literal patternsAriel Ben-Yehuda-6/+44
2017-08-13Update driver.rsbjorn3-1/+1
2017-08-13Change run-make ignore messagebjorn3-1/+1
2017-08-13Change a #[cfg()] to a cfg!()bjorn3-2/+1
2017-08-13Fix tidy errorsbjorn3-7/+15
2017-08-13Remove some more cfg'sbjorn3-106/+119
2017-08-13Auto merge of #43839 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-175/+268
2017-08-13Addresses comments in PR #43836Alexey Tarasov-126/+16
2017-08-13Rollup merge of #43833 - dtolnay:connect-timeout, r=sfacklerGuillaume Gomez-1/+1
2017-08-13Rollup merge of #43824 - kennytm:fix-43232-hir-stats, r=petrochenkovGuillaume Gomez-0/+5
2017-08-13Rollup merge of #43822 - topecongiro:missing-span-let, r=petrochenkovGuillaume Gomez-1/+1
2017-08-13Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichtonGuillaume Gomez-14/+12
2017-08-13Rollup merge of #43819 - frewsxcv:frewsxcv-include, r=QuietMisdreavusGuillaume Gomez-8/+47
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-82/+83
2017-08-13Rollup merge of #43803 - GuillaumeGomez:missing-links-doc, r=frewsxcvGuillaume Gomez-39/+64
2017-08-13Rollup merge of #43782 - nrc:include, r=GuillaumeGomezGuillaume Gomez-30/+55
2017-08-13Auto merge of #43813 - pengowen123:unused_result, r=estebankbors-1/+42
2017-08-13Auto merge of #43630 - Mark-Simulacrum:rustbuild-cleanups, r=alexcrichtonbors-189/+236
2017-08-13Build rustdoc with the native build tripleMark Simulacrum-1/+1
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-75/+1261
2017-08-12Fix TcpStream::connect_timeout tracking issue numberDavid Tolnay-1/+1
2017-08-13Cargotest needs only one rustdoc.exe to exist on WindowsMark Simulacrum-2/+8
2017-08-13Correct code to not run host-only tests.Mark Simulacrum-3/+7
2017-08-13Clean tools after building libstd/libtest/librustc.Mark Simulacrum-6/+21