| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | Rollup merge of #58381 - davidtwco:issue-42944, r=estebank | Mazdak Farrokhzad | -17/+63 |
| 2019-02-13 | Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiser | Mazdak Farrokhzad | -2/+69 |
| 2019-02-13 | Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwco | Mazdak Farrokhzad | -22/+40 |
| 2019-02-13 | Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum | Mazdak Farrokhzad | -74/+157 |
| 2019-02-13 | Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomez | Mazdak Farrokhzad | -92/+134 |
| 2019-02-13 | Rollup merge of #58167 - ljedrz:HirIdify_body_id, r=Zoxc | Mazdak Farrokhzad | -147/+175 |
| 2019-02-13 | libpanic_unwind => 2018: remove unused extern crate. | Mazdak Farrokhzad | -3/+0 |
| 2019-02-13 | libpanic_unwind => 2018: fix ICEs. | Mazdak Farrokhzad | -6/+7 |
| 2019-02-13 | libpanic_unwind => 2018 | Mazdak Farrokhzad | -12/+13 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -38/+30 |
| 2019-02-13 | Use convert::Infallible instead of never in the blanket TryFrom impl | Simon Sapin | -5/+15 |
| 2019-02-13 | Add a convert::Infallible empty enum, make string::ParseError an alias | Simon Sapin | -36/+97 |
| 2019-02-13 | review or fix miri failures in iter, slice, cell, time | Ralf Jung | -15/+11 |
| 2019-02-13 | mark failures expected due to panics | Ralf Jung | -15/+15 |
| 2019-02-13 | simplified conditional | Clint Frederickson | -3/+1 |
| 2019-02-13 | fix Box::into_unique effecitvely transmuting to a raw ptr | Ralf Jung | -3/+8 |
| 2019-02-13 | fix invalidating references in BTree iterators | Ralf Jung | -13/+21 |
| 2019-02-13 | fix overlapping mutable and shared references in BTreeMap's into_slices_mut | Ralf Jung | -3/+22 |
| 2019-02-13 | check if `used_place` and `moved_place` are equal when determining if the mov... | Clint Frederickson | -4/+2 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -50/+65 |
| 2019-02-13 | Auto merge of #56951 - oli-obk:auto_toolstate_issue, r=kennytm | bors | -3/+83 |
| 2019-02-13 | Move the intrinsics into a submodule | Valentin Tolmer | -215/+249 |
| 2019-02-13 | Add Instant::saturating_duration_since | Vitaly _Vi Shukela | -0/+28 |
| 2019-02-13 | Relax some Ord bounds on BinaryHeap<T> | Anthony Ramine | -244/+244 |
| 2019-02-13 | Relax Read bounds on a bunch of BufReader<R> methods | Anthony Ramine | -0/+2 |
| 2019-02-13 | Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S> | Anthony Ramine | -364/+354 |
| 2019-02-13 | Add FreeBSD armv6 and armv7 targets | MikaelUrankar | -0/+54 |
| 2019-02-13 | target/uefi: clarify documentation | David Rheinsberg | -12/+17 |
| 2019-02-13 | Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichton | bors | -24/+23 |
| 2019-02-13 | Fix tests for checked_duration_since | Vitaly _Vi Shukela | -1/+3 |
| 2019-02-13 | fix rebase fallout | Ralf Jung | -1/+1 |
| 2019-02-13 | fix whitespace | Ralf Jung | -1/+1 |
| 2019-02-13 | make bin_op and unary_op APIs consistently work on ImmTy | Ralf Jung | -65/+66 |
| 2019-02-13 | make OpTy.op private, and ImmTy.imm public instead | Ralf Jung | -65/+80 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -147/+175 |
| 2019-02-13 | Auto merge of #58235 - jethrogb:jb/sgx-usercall-internals, r=alexcrichton | bors | -84/+59 |
| 2019-02-13 | Clarify guarantees for `Box` allocation | Jethro Beekman | -0/+13 |
| 2019-02-12 | Merging master | Matthias Einwag | -14469/+17675 |
| 2019-02-12 | Revert "Remove mentions of unstable sort_by_cached key from stable documentat... | Scott McMurray | -0/+8 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -14/+1 |
| 2019-02-13 | Rollup merge of #58405 - gnzlbg:remove_unused_macros, r=alexcrichton | Mazdak Farrokhzad | -14/+0 |
| 2019-02-13 | Rollup merge of #58404 - euclio:cloudabi-keyserver, r=alexcrichton | Mazdak Farrokhzad | -5/+4 |
| 2019-02-13 | Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centril | Mazdak Farrokhzad | -1/+28 |
| 2019-02-13 | Rollup merge of #58289 - haraldh:master, r=sfackler | Mazdak Farrokhzad | -0/+152 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -121/+114 |
| 2019-02-13 | Rollup merge of #58200 - RalfJung:str-as-mut-ptr, r=SimonSapin | Mazdak Farrokhzad | -7/+23 |
| 2019-02-13 | Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov | Mazdak Farrokhzad | -67/+117 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -61/+52 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -61/+172 |
| 2019-02-13 | Rollup merge of #58034 - faern:stabilize-time-checked-add, r=alexcrichton | Mazdak Farrokhzad | -8/+8 |