summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-11typo: correct endianess to endianness (this also changes function names!)Matthias Krüger-18/+18
2018-02-11iterator instead loopАртём Павлов [Artyom Pavlov]-10/+8
2018-02-11added conversion from Rust feature to LLVM featureАртём Павлов [Artyom Pavlov]-35/+42
2018-02-10Correct a few stability attributesOliver Middleton-10/+10
2018-02-10Add comment about the problem, and use provided path if availableroblabla-1/+8
2018-02-11Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcvkennytm-0/+18
2018-02-10typo fixArtyom Pavlov-1/+1
2018-02-11Rollup merge of #48124 - alexcrichton:clean-up-debugging, r=kennytmkennytm-3/+8
2018-02-11Rollup merge of #48120 - matthiaskrgr:typos_src_1, r=alexcrichtonkennytm-12/+12
2018-02-11Rollup merge of #48085 - alexcrichton:update-dlmalloc, r=Mark-Simulacrumkennytm-0/+0
2018-02-10Whitelist pclmul x86 feature flagArtyom Pavlov-1/+1
2018-02-10Explain unusual debugging code in librustcAlex Crichton-3/+8
2018-02-10Update the dlmalloc submoduleAlex Crichton-0/+0
2018-02-10Show better warning for trying to cast non-u8 scalar to charGuillaume Gomez-0/+57
2018-02-10fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}}Matthias Krüger-12/+12
2018-02-10Rollup merge of #48100 - Mark-Simulacrum:fetch-nand, r=alexcrichtonkennytm-0/+61
2018-02-10Rollup merge of #48107 - matthiaskrgr:typo__substract_to_subtract, r=kennytmkennytm-5/+5
2018-02-10Rollup merge of #48101 - Mark-Simulacrum:new-books, r=steveklabnikkennytm-0/+0
2018-02-10Rollup merge of #48098 - alexcrichton:fix-i686-dist-bootstrap, r=Mark-Simulacrumkennytm-1/+9
2018-02-10Rollup merge of #48086 - Zoxc:gen-fix, r=nikomatsakiskennytm-1/+34
2018-02-10Rollup merge of #48080 - GuillaumeGomez:mobile-docs-fixes, r=QuietMisdreavuskennytm-32/+7
2018-02-10Rollup merge of #48078 - alexcrichton:fix-required-const-and-proc-macro, r=eddybkennytm-0/+69
2018-02-10Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavuskennytm-0/+4
2018-02-10Rollup merge of #48059 - alexcrichton:sccachebs, r=Mark-Simulacrumkennytm-5/+22
2018-02-10Rollup merge of #48058 - cuviper:binaryen-gcc8, r=alexcrichtonkennytm-0/+0
2018-02-10Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavuskennytm-1/+43
2018-02-10Rollup merge of #48047 - etaoins:fix-ice-for-mismatched-args-on-target-withou...kennytm-47/+61
2018-02-10Rollup merge of #48015 - o01eg:disableable-installation, r=alexcrichtonkennytm-8/+28
2018-02-10Rollup merge of #47854 - varkor:create-out-dir, r=pnkfelixkennytm-0/+7
2018-02-10Rollup merge of #47835 - Mark-Simulacrum:remove-data-structs, r=nikomatsakiskennytm-412/+0
2018-02-10Rollup merge of #47790 - tinaun:patch-1, r=sfacklerkennytm-1/+1
2018-02-10Auto merge of #47828 - alexcrichton:llvm-6, r=nikomatsakisbors-11/+38
2018-02-10Add a `fatal_cycle` attribute for queries which indicates that they will caus...John Kåre Alsaker-9/+27
2018-02-10Change error message for E0391 to "cyclic dependency detected"John Kåre Alsaker-31/+31
2018-02-10Emit data::Impl in save-analysisMartin Algesten-10/+59
2018-02-09range_is_empty tracking issue is #48111Scott McMurray-2/+2
2018-02-09Use is_empty in range iteration exhaustion testsScott McMurray-9/+70
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-11/+38
2018-02-10stabilize Box::leak: remove #![feature(box_leak)] in docsMazdak Farrokhzad-4/+0
2018-02-10stabilize (version: 1.26.0) Box::leak, cc #46179Mazdak Farrokhzad-2/+1
2018-02-10fix typo: substract -> subtract.Matthias Krüger-5/+5
2018-02-10Remove "static item recursion checking" in favor of relying on cycle checks i...John Kåre Alsaker-374/+84
2018-02-09Add fetch_nand.Mark Simulacrum-0/+61
2018-02-09add Self: Trait<..> inside the param_env of a default implGianni Ciccarelli-35/+49
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-71/+152
2018-02-09fix playground test for newly-trimmed doctestsQuietMisdreavus-2/+2
2018-02-09Update books for next releaseMark Simulacrum-0/+0
2018-02-09ci: Actually bootstrap on i686 distAlex Crichton-1/+9
2018-02-09add tests for the doctest construction functionalityQuietMisdreavus-0/+214
2018-02-09trim the body of doctests after partitioningQuietMisdreavus-3/+3