about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-26Increment Nightly version to 1.24.0Simon Sapin-1/+1
2017-11-26Auto merge of #46106 - est31:master, r=nikomatsakisbors-373/+354
2017-11-26Auto merge of #46253 - eddyb:return-aliasing, r=nagisabors-1/+25
2017-11-26Use the official abbrev.est31-1/+1
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-320/+194
2017-11-26Replace -Zborrowck-mir with -Zborrowck=modeest31-53/+160
2017-11-26Auto merge of #46203 - nikomatsakis:type-foldable-macro, r=eddybbors-156/+203
2017-11-26Auto merge of #46100 - KiChjang:mass-dead-check, r=nikomatsakisbors-2/+126
2017-11-26Auto merge of #46272 - kennytm:rollup, r=kennytmbors-12/+78
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 #45990 - murarth:rc-from-strs, r=alexcrichtonbors-0/+283
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+283
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-25Disable region-liveness-drop-no-may-dangle.rsKeith Yeung-0/+1
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-25rustc_trans: don't apply noalias on returned references.Eduard-Mihai Burtescu-1/+25
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-24Kill the storage for all locals on returning terminatorsKeith Yeung-2/+125
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