| Age | Commit message (Expand) | Author | Lines |
| 2018-01-10 | Regression tests for #47175 | Manish Goregaokar | -0/+38 |
| 2018-01-01 | Auto merge of #46735 - Manishearth:memchr-find, r=burntsushi | bors | -0/+266 |
| 2017-12-30 | Add trailing newlines to files which have no trailing newlines. | kennytm | -1/+1 |
| 2017-12-25 | Pass tidy for tests | Manish Goregaokar | -2/+14 |
| 2017-12-20 | Rollup merge of #46831 - Diggsey:float-debug-fmt, r=dtolnay | kennytm | -0/+4 |
| 2017-12-20 | Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfackler | bors | -0/+55 |
| 2017-12-19 | Always print floats with a decimal point with the Debug formatter | Diggory Blake | -0/+4 |
| 2017-12-18 | Add stresstests for shared bytes for pattern API | Manish Goregaokar | -1/+153 |
| 2017-12-18 | Add simple search test for pattern API | Manish Goregaokar | -0/+24 |
| 2017-12-18 | Add simple test for pattern API | Manish Goregaokar | -0/+78 |
| 2017-11-29 | Rollup merge of #46287 - SimonSapin:stable-constness, r=aturon | kennytm | -4/+0 |
| 2017-11-28 | Auto merge of #46094 - dtolnay:is_null, r=alexcrichton | bors | -0/+33 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -4/+0 |
| 2017-11-24 | Make fmt::DebugList and friends forward formatting parameters | Simon Sapin | -0/+55 |
| 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-19 | Remove `T: Sized` on `ptr::is_null()` | Josh Stone | -0/+33 |
| 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 |