about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-26Rollup merge of #46269 - udoprog:check-links, r=KodrAuskennytm-0/+7
2017-11-26Rollup merge of #46264 - scottmcm:mir-array-len, r=arielb1kennytm-8/+58
2017-11-26Rollup merge of #46259 - bjorn3:display_lang_item, r=nagisakennytm-1/+1
2017-11-26Rollup merge of #46234 - lucasem:core-marker-typo, r=frewsxcvkennytm-1/+1
2017-11-26Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavuskennytm-2/+1
2017-11-26Rollup merge of #46201 - davidalber:eprint-in-fmt-doc, r=frewsxcvkennytm-0/+10
2017-11-26Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1bors-29/+109
2017-11-26Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1bors-4/+53
2017-11-26Check tail node in check_linksJohn-John Tedro-0/+7
2017-11-25Auto merge of #45367 - alexcrichton:simd-llvm-changes, r=eddybbors-4/+125
2017-11-25InstCombine Len([_; N]) => const N in MIRScott McMurray-8/+58
2017-11-25rustc: Add support for some more x86 SIMD opsAlex Crichton-4/+125
2017-11-25Auto merge of #46115 - alexcrichton:add-wasm-target, r=kennytmbors-103/+145
2017-11-25Fix testEsteban Küber-2/+5
2017-11-25Derive Debug for LangItembjorn3-1/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-103/+145
2017-11-25Auto merge of #46191 - eddyb:better-late-than-never, r=nikomatsakisbors-13/+0
2017-11-25Conform namesShotaro Yamada-6/+6
2017-11-25Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil...bors-0/+79
2017-11-25Auto merge of #46117 - SimonSapin:min-align, r=alexcrichtonbors-18/+65
2017-11-25Auto merge of #46081 - GuillaumeGomez:fix-path-search, r=QuietMisdreavusbors-82/+141
2017-11-25Auto merge of #46008 - alexcrichton:update-llvm, r=Mark-Simulacrumbors-5/+55
2017-11-24std: Flag Windows TLS dtor symbol as #[used]Alex Crichton-1/+44
2017-11-24Auto merge of #46111 - michaelwoerister:promote-green, r=nikomatsakisbors-0/+92
2017-11-24Use `get_parent_node` instead of using spansEsteban Küber-41/+30
2017-11-24Be more obvious when suggesting dereferenceEsteban Küber-9/+66
2017-11-24Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisabors-0/+536
2017-11-24rustbuild: Update LLVM and enable ThinLTOAlex Crichton-4/+11
2017-11-24Auto merge of #46116 - oli-obk:json_ui, r=nikomatsakisbors-2128/+2224
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2127/+2193
2017-11-24Auto merge of #46012 - Gankro:float-conv-transmute, r=sfacklerbors-76/+86
2017-11-24core::marker fix typoLucas Morales-1/+1
2017-11-24UI tests extract the regular output from the 'rendered' field in jsonOliver Schneider-8/+48
2017-11-24This method of once-diagnostics doesn't allow nestingOliver Schneider-15/+5
2017-11-24Simplify an Iterator::fold to Iterator::anyOliver Schneider-1/+1
2017-11-24Use visit_bodyShotaro Yamada-41/+5
2017-11-24QuerifyShotaro Yamada-37/+53
2017-11-24Auto merge of #45946 - estebank:crate-conflict-diag, r=arielb1bors-103/+95
2017-11-24Add testShotaro Yamada-0/+44
2017-11-24Do match-check before const MIR generationShotaro Yamada-5/+22
2017-11-24Visit const expressions in check matchShotaro Yamada-7/+46
2017-11-24Auto merge of #45942 - Menschenkindlein:master, r=estebankbors-0/+141
2017-11-23Make float::from_bits transmute (and update the documentation to reflect this).Alexis Beingessner-76/+86
2017-11-23Auto merge of #46225 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-12/+59
2017-11-23Rollup merge of #46220 - rust-lang:frewsxcv-issue-44929, r=kennytmGuillaume Gomez-2/+4
2017-11-23Rollup merge of #46218 - rust-lang:frewsxcv-rename-slice-swap-param, r=kennytmGuillaume Gomez-9/+9
2017-11-23Rollup merge of #46177 - ollie27:std_unicode_debug, r=estebankGuillaume Gomez-1/+7
2017-11-23Rollup merge of #45635 - virgil-palanciuc:master, r=kennytmGuillaume Gomez-0/+39
2017-11-23Remove invalid doc linkGuillaume Gomez-2/+1
2017-11-23Auto merge of #45881 - Centril:box-leak, r=alexcrichtonbors-0/+53