| Age | Commit message (Expand) | Author | Lines |
| 2019-02-13 | Check the self-type of inherent associated constants | Matthew Jasper | -30/+74 |
| 2019-02-13 | Avoid allocation in std::sys::unix::weak | Josh Stone | -3/+3 |
| 2019-02-13 | Whitelist the ARM v6 target-feature | gnzlbg | -0/+1 |
| 2019-02-13 | Use posix_spawn_file_actions_addchdir_np when possible | Josh Stone | -2/+22 |
| 2019-02-13 | Propagate region constraints more precisely from closures | Matthew Jasper | -66/+142 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -21/+23 |
| 2019-02-13 | Avoid propagating redundant outlives constraints from closures | Matthew Jasper | -49/+93 |
| 2019-02-13 | specify "upper camel case" in style lint | Andy Russell | -126/+139 |
| 2019-02-13 | Add `impl From<!> for Infallible` | Simon Sapin | -0/+7 |
| 2019-02-13 | suggestion-diagnostics: as_ref improve snippet | Dan Robertson | -13/+18 |
| 2019-02-13 | miri: test with slightly larger BTrees | Ralf Jung | -8/+10 |
| 2019-02-13 | review failures in heap, slice, vec | Ralf Jung | -4/+32 |
| 2019-02-13 | review failures in btree, string | Ralf Jung | -6/+42 |
| 2019-02-13 | review failures in binary_heap, str, vec_deque | Ralf Jung | -33/+23 |
| 2019-02-13 | the formatting issue got fixed | Ralf Jung | -3/+3 |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -9/+28 |
| 2019-02-13 | Rollup merge of #58420 - dvdhrm:target-uefi-comments, r=nagisa | Mazdak Farrokhzad | -12/+17 |
| 2019-02-13 | Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obk | Mazdak Farrokhzad | -0/+5 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -58/+73 |
| 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 | Rollup merge of #58110 - Centril:libpanic_unwind-2018, r=oli-obk | Mazdak Farrokhzad | -21/+20 |
| 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 |