| Age | Commit message (Expand) | Author | Lines |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -0/+29 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -0/+174 |
| 2018-09-03 | Add missing brace | Tim Diekmann | -1/+1 |
| 2018-09-03 | Add ident function to the rest of the tests | Cyres | -22/+34 |
| 2018-09-03 | Wrap rhs in ident function | Tim Diekmann | -7/+11 |
| 2018-09-01 | rebase | Tim | -0/+158 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -19/+21 |
| 2018-08-31 | Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisa | bors | -0/+23 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -18/+18 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -1/+3 |
| 2018-08-30 | Rollup merge of #53786 - frewsxcv:frewsxcv-bad-style, r=Manishearth | Pietro Albini | -1/+1 |
| 2018-08-30 | Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAus | Pietro Albini | -0/+21 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+22 |
| 2018-08-30 | fix u32 steps_between for 16-bit systems | Andre Bogus | -0/+23 |
| 2018-08-29 | Replace usages of 'bad_style' with 'nonstandard_style'. | Corey Farwell | -1/+1 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -0/+8 |
| 2018-08-28 | Add partialeq implementation for TryFromIntError type | Guillaume Gomez | -0/+21 |
| 2018-08-28 | restructure unary_op to also dispatch on type first; fix promotion with unary... | Ralf Jung | -0/+8 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -4/+4 |
| 2018-08-26 | fix `is_non_exhaustive` confusion between structs and enums | Ariel Ben-Yehuda | -0/+29 |
| 2018-08-25 | Update Cargo submodule | Alex Crichton | -2/+2 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -1/+50 |
| 2018-08-24 | Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov | kennytm | -0/+49 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -12/+34 |
| 2018-08-23 | move PinBox into pin module and export through std | Niv Kaminer | -2/+2 |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -2/+2 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -1/+0 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -6/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -10/+10 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -18/+19 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -6/+6 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -10/+10 |
| 2018-08-21 | Further fixes. | Kyle Simpson | -1/+1 |
| 2018-08-21 | Fixes for code review. | Kyle Simpson | -3/+8 |
| 2018-08-20 | Removed `raw_identifiers` feature gate. | Alexander Regueiro | -13/+0 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -6/+6 |
| 2018-08-19 | Rename `catch_expr` feature to `try_blocks` | Scott McMurray | -2/+2 |
| 2018-08-19 | Parse try blocks with the try keyword instead of do catch placeholder | Scott McMurray | -10/+14 |
| 2018-08-19 | Add `try` to syntax_pos as an edition-2018-only keyword | Scott McMurray | -0/+18 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -2/+3 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -10/+10 |
| 2018-08-19 | Implement simple codegen for unsized rvalues. | Masaki Hara | -0/+98 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -0/+40 |
| 2018-08-18 | Added tests. | Alexander Regueiro | -0/+40 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -56/+51 |
| 2018-08-17 | Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor | Corey Farwell | -1/+1 |