summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-22Rollup merge of #49242 - Mrowqa:typaram-attrs, r=petrochenkovkennytm-2/+7
2018-03-22Rollup merge of #49231 - gnzlbg:fix_vec_fminmax, r=rkruppekennytm-4/+4
2018-03-22Rollup merge of #49225 - QuietMisdreavus:all-the-features-all-the-time, r=ale...kennytm-4/+26
2018-03-22Rollup merge of #49216 - bjorn3:patch-1, r=estebankkennytm-22/+18
2018-03-22Rollup merge of #49211 - varkor:chalk-lowering-Implemented-From-Env, r=nikoma...kennytm-4/+75
2018-03-22Rollup merge of #49209 - Zoxc:run-make-last, r=Mark-Simulacrumkennytm-2/+4
2018-03-22Rollup merge of #49189 - GuillaumeGomez:fix-implied-shortcut-links, r=QuietMi...kennytm-10/+28
2018-03-22Rollup merge of #49188 - memoryleak47:macro_use_doctest, r=QuietMisdreavuskennytm-0/+19
2018-03-22Rollup merge of #49158 - varkor:compiletest-triples, r=rkruppekennytm-7/+36
2018-03-22Rollup merge of #49140 - semarie:rustdoc-test-path, r=alexcrichtonkennytm-1/+3
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-77/+40
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-16/+24
2018-03-22Rollup merge of #49093 - Zoxc:speedup, r=aidanhskennytm-43/+29
2018-03-22Rollup merge of #49069 - wesleywiser:incr_soa, r=michaelwoeristerkennytm-10/+20
2018-03-22Rollup merge of #49029 - GuillaumeGomez:atomic-docs, r=QuietMisdreavuskennytm-364/+401
2018-03-22Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoeristerkennytm-506/+545
2018-03-22Remove slow HashSet during miri stack frame creationOliver Schneider-29/+11
2018-03-22Fix DefKey lookup for proc-macro crates.Michael Woerister-2/+19
2018-03-22Use GNU version of fgrep/egrep tool if availableSébastien Marie-0/+5
2018-03-22Fix the conversion between bit representations and i128 representationsOliver Schneider-38/+66
2018-03-22Rollup merge of #48759 - QuietMisdreavus:simd-feature-docs, r=GuillaumeGomezkennytm-2/+75
2018-03-22Rollup merge of #48596 - GuillaumeGomez:invalid-code-block-start, r=QuietMisd...kennytm-4/+11
2018-03-22Auto merge of #49094 - alexcrichton:print-step-duration, r=kennytmbors-22/+77
2018-03-22document format_args! - fix trailing whitespaceMazdak Farrokhzad-1/+1
2018-03-22Produce nice array lengths on a best effort basisOliver Schneider-6/+56
2018-03-22Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ...bors-84/+427
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-16/+16
2018-03-22Temporarily disable dist-ing RLS, Rustfmt and Clippy.kennytm-1/+9
2018-03-21Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64Maxwell Borden-8/+10
2018-03-21add target_feature items to doc_cfg rustdoc testQuietMisdreavus-0/+24
2018-03-21also fix the Fixed codeNiko Matsakis-1/+3
2018-03-21WIP do not use in-band lifetimesNiko Matsakis-1/+1
2018-03-21Stabilize method `String::retain`Murarth-26/+1
2018-03-21Now it compilesMrowqa-2/+4
2018-03-22Handle redirects correctly.kennytm-2/+2
2018-03-22Download the GCC artifacts from the HTTP server instead of FTP server.kennytm-0/+34
2018-03-21Moved test to uivarkor-0/+18
2018-03-21update stdsimdQuietMisdreavus-0/+0
2018-03-21WIP tweak example to include feature gateNiko Matsakis-0/+2
2018-03-21Configure the dist-x86_64-linux builder to produce compiler documentationDavid Wood-1/+2
2018-03-21Add support to rustbuild for a 'rustc docs' component tarballDavid Wood-41/+178
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-13/+18
2018-03-21Fix type_dependent_defs ICE on method callsvarkor-4/+23
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-16/+24
2018-03-21review commentsQuietMisdreavus-11/+13
2018-03-21Cargo fmt libtestSeiichi Uchida-233/+182
2018-03-21Fix test errorbjorn3-0/+8
2018-03-21WIP fix mir-opt-end-region-8Niko Matsakis-2/+4
2018-03-21work around fallout from these changes in rustcNiko Matsakis-21/+62
2018-03-21use subtyping when we create a closure instead of for upvar typesNiko Matsakis-4/+35