| Age | Commit message (Expand) | Author | Lines |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -202/+1 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -202/+1 |
| 2017-11-17 | Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay | bors | -0/+241 |
| 2017-11-11 | Auto merge of #45333 - alkis:master, r=bluss | bors | -13/+50 |
| 2017-11-11 | Improve the performance of binary_search by reducing the number of | Alkis Evlogimenos | -13/+50 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -2/+1 |
| 2017-11-07 | Auto merge of #44932 - cuviper:unsized-ptr-is_null, r=alexcrichton | bors | -0/+51 |
| 2017-10-31 | Auto merge of #44764 - nvzqz:master, r=alexcrichton | bors | -0/+23 |
| 2017-10-29 | Fundamental internal iteration with try_fold | Scott McMurray | -0/+241 |
| 2017-10-25 | Implement Hash for raw pointers to unsized types | Matt Brubeck | -0/+8 |
| 2017-10-21 | Auto merge of #45391 - malbarbo:x32-1, r=alexcrichton | bors | -8/+6 |
| 2017-10-20 | Fix some tests for linux gnux32 | Marco A L Barbosa | -8/+6 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -5/+0 |
| 2017-10-10 | Restore `T: Sized` on `ptr::is_null` | Josh Stone | -33/+0 |
| 2017-10-10 | Rollup merge of #45095 - bluss:discriminant-send-sync, r=alexcrichton | kennytm | -0/+16 |
| 2017-10-08 | core: Ensure std::mem::Discriminant is Send + Sync | Ulrik Sverdrup | -0/+16 |
| 2017-10-08 | address more FIXME whose associated issues were marked as closed | Niv Kaminer | -5/+0 |
| 2017-09-30 | Use unsized coercions for null ptr tests | Josh Stone | -25/+41 |
| 2017-09-30 | Merge remote-tracking branch 'upstream/master' | Nikolai Vazquez | -21/+260 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -2/+5 |
| 2017-09-29 | Auto merge of #44174 - jimmycuadra:try-from-infallible, r=sfackler | bors | -2/+9 |
| 2017-09-29 | Avoid the UB of a null reference to a slice | Josh Stone | -10/+24 |
| 2017-09-29 | Auto merge of #42526 - huntiep:try_opt, r=nikomatsakis | bors | -0/+57 |
| 2017-09-29 | Remove `T: Sized` on `ptr::is_null()`, `as_ref()`, `as_mut()` | Josh Stone | -0/+54 |
| 2017-09-29 | Auto merge of #44856 - cuviper:more-fold, r=dtolnay | bors | -3/+178 |
| 2017-09-27 | Rename option::Missing to NoneError | Hunter Praska | -4/+4 |
| 2017-09-27 | Add docs for Missing, correct Option's Try test | Hunter Praska | -2/+2 |
| 2017-09-27 | Add tests for Option and Result Try impl | Hunter Praska | -0/+57 |
| 2017-09-25 | Add more custom folding to `core::iter` adaptors | Josh Stone | -3/+178 |
| 2017-09-24 | Try to fix array TryFrom tests | Nikolai Vazquez | -1/+1 |
| 2017-09-24 | Add TryFrom tests for array reference types | Nikolai Vazquez | -0/+23 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -16/+16 |
| 2017-09-16 | Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichton | Alex Crichton | -1/+0 |
| 2017-09-16 | Rollup merge of #44577 - cuviper:flat_map-fold, r=alexcrichton | Alex Crichton | -0/+16 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -1/+4 |
| 2017-09-15 | Add a specific test for `FlatMap::fold` | Josh Stone | -0/+16 |
| 2017-09-15 | stabilized ord_max_min (fixes #25663) | Michal Budzynski | -1/+0 |
| 2017-09-12 | Disable the new Hasher tests on Emscripten. | kennytm | -0/+3 |
| 2017-09-12 | impl Hasher for {&mut Hasher, Box<Hasher>} | kennytm | -0/+10 |
| 2017-09-01 | impl From<Infallible> for TryFromIntError. | Jimmy Cuadra | -1/+9 |
| 2017-08-30 | Remove test case that assumes FromStr provides TryFrom<&'a str>. | Jimmy Cuadra | -1/+0 |
| 2017-08-27 | Move unused-extern-crate to late pass | Tatsuyuki Ishi | -4/+0 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 |
| 2017-08-14 | Auto merge of #43574 - notriddle:master, r=sfackler | bors | -0/+18 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -1/+1 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-02 | Fixed errors in libstd. | Isaac van Bakel | -6/+6 |
| 2017-07-31 | Implement `RefCell::replace` and `RefCell::swap` | Michael Howell | -0/+18 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -1/+0 |
| 2017-07-26 | Rollup merge of #43471 - ollie27:try_from_ints, r=nagisa | Mark Simulacrum | -4/+16 |