| Age | Commit message (Expand) | Author | Lines |
| 2017-11-26 | Increment Nightly version to 1.24.0 | Simon Sapin | -1/+1 |
| 2017-11-26 | Auto merge of #46106 - est31:master, r=nikomatsakis | bors | -373/+354 |
| 2017-11-26 | Auto merge of #46253 - eddyb:return-aliasing, r=nagisa | bors | -1/+25 |
| 2017-11-26 | Use the official abbrev. | est31 | -1/+1 |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -320/+194 |
| 2017-11-26 | Replace -Zborrowck-mir with -Zborrowck=mode | est31 | -53/+160 |
| 2017-11-26 | Auto merge of #46203 - nikomatsakis:type-foldable-macro, r=eddyb | bors | -156/+203 |
| 2017-11-26 | Auto merge of #46100 - KiChjang:mass-dead-check, r=nikomatsakis | bors | -2/+126 |
| 2017-11-26 | Auto merge of #46272 - kennytm:rollup, r=kennytm | bors | -12/+78 |
| 2017-11-26 | Rollup merge of #46269 - udoprog:check-links, r=KodrAus | kennytm | -0/+7 |
| 2017-11-26 | Rollup merge of #46264 - scottmcm:mir-array-len, r=arielb1 | kennytm | -8/+58 |
| 2017-11-26 | Rollup merge of #46259 - bjorn3:display_lang_item, r=nagisa | kennytm | -1/+1 |
| 2017-11-26 | Rollup merge of #46234 - lucasem:core-marker-typo, r=frewsxcv | kennytm | -1/+1 |
| 2017-11-26 | Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavus | kennytm | -2/+1 |
| 2017-11-26 | Rollup merge of #46201 - davidalber:eprint-in-fmt-doc, r=frewsxcv | kennytm | -0/+10 |
| 2017-11-26 | Auto merge of #45990 - murarth:rc-from-strs, r=alexcrichton | bors | -0/+283 |
| 2017-11-25 | Implement `Rc`/`Arc` conversions for string-like types | Murarth | -0/+283 |
| 2017-11-26 | Auto merge of #46033 - sinkuu:const-enum-match-check, r=arielb1 | bors | -29/+109 |
| 2017-11-26 | Auto merge of #45947 - estebank:match_default_bindings-arg-hint, r=arielb1 | bors | -4/+53 |
| 2017-11-26 | Check tail node in check_links | John-John Tedro | -0/+7 |
| 2017-11-25 | Auto merge of #45367 - alexcrichton:simd-llvm-changes, r=eddyb | bors | -4/+125 |
| 2017-11-25 | Disable region-liveness-drop-no-may-dangle.rs | Keith Yeung | -0/+1 |
| 2017-11-25 | InstCombine Len([_; N]) => const N in MIR | Scott McMurray | -8/+58 |
| 2017-11-25 | rustc: Add support for some more x86 SIMD ops | Alex Crichton | -4/+125 |
| 2017-11-25 | Auto merge of #46115 - alexcrichton:add-wasm-target, r=kennytm | bors | -103/+145 |
| 2017-11-25 | Fix test | Esteban Küber | -2/+5 |
| 2017-11-25 | Derive Debug for LangItem | bjorn3 | -1/+1 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -103/+145 |
| 2017-11-25 | Auto merge of #46191 - eddyb:better-late-than-never, r=nikomatsakis | bors | -13/+0 |
| 2017-11-25 | Conform names | Shotaro Yamada | -6/+6 |
| 2017-11-25 | rustc_trans: don't apply noalias on returned references. | Eduard-Mihai Burtescu | -1/+25 |
| 2017-11-25 | Auto merge of #46129 - kennytm:fix-46098-rustdoc-reexport-extern-type, r=Guil... | bors | -0/+79 |
| 2017-11-25 | Auto merge of #46117 - SimonSapin:min-align, r=alexcrichton | bors | -18/+65 |
| 2017-11-25 | Auto merge of #46081 - GuillaumeGomez:fix-path-search, r=QuietMisdreavus | bors | -82/+141 |
| 2017-11-25 | Auto merge of #46008 - alexcrichton:update-llvm, r=Mark-Simulacrum | bors | -5/+55 |
| 2017-11-24 | std: Flag Windows TLS dtor symbol as #[used] | Alex Crichton | -1/+44 |
| 2017-11-24 | Auto merge of #46111 - michaelwoerister:promote-green, r=nikomatsakis | bors | -0/+92 |
| 2017-11-24 | Kill the storage for all locals on returning terminators | Keith Yeung | -2/+125 |
| 2017-11-24 | Use `get_parent_node` instead of using spans | Esteban Küber | -41/+30 |
| 2017-11-24 | Be more obvious when suggesting dereference | Esteban Küber | -9/+66 |
| 2017-11-24 | Auto merge of #46093 - scottmcm:lower-128-mir, r=nagisa | bors | -0/+536 |
| 2017-11-24 | rustbuild: Update LLVM and enable ThinLTO | Alex Crichton | -4/+11 |
| 2017-11-24 | Auto merge of #46116 - oli-obk:json_ui, r=nikomatsakis | bors | -2128/+2224 |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -2127/+2193 |
| 2017-11-24 | Auto merge of #46012 - Gankro:float-conv-transmute, r=sfackler | bors | -76/+86 |
| 2017-11-24 | core::marker fix typo | Lucas Morales | -1/+1 |
| 2017-11-24 | UI tests extract the regular output from the 'rendered' field in json | Oliver Schneider | -8/+48 |
| 2017-11-24 | This method of once-diagnostics doesn't allow nesting | Oliver Schneider | -15/+5 |
| 2017-11-24 | Simplify an Iterator::fold to Iterator::any | Oliver Schneider | -1/+1 |
| 2017-11-24 | Use visit_body | Shotaro Yamada | -41/+5 |