| Age | Commit message (Expand) | Author | Lines |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -0/+1 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -0/+1 |
| 2018-08-31 | feature(doc_cfg): set cfg(rustdoc) when rustdoc is running | QuietMisdreavus | -0/+1 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -8/+21 |
| 2018-08-30 | Rollup merge of #53702 - jkozlowski:correct_version_for_macro_vis_matcher, r=... | Pietro Albini | -1/+1 |
| 2018-08-30 | Made std::intrinsics::transmute() const fn. | thedarkula | -0/+3 |
| 2018-08-26 | Auto merge of #53619 - japaric:panic-handler, r=SimonSapin | bors | -5/+15 |
| 2018-08-25 | Fix stabilisation version for macro_vis_matcher. | Jakub Kozlowski | -1/+1 |
| 2018-08-24 | address pnkfelix nits | Niko Matsakis | -1/+1 |
| 2018-08-24 | add a `user_substs` table and store the annotations in there | Niko Matsakis | -0/+6 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -41/+7 |
| 2018-08-23 | fix tidy | Jorge Aparicio | -4/+6 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -5/+13 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -4/+4 |
| 2018-08-23 | Auto merge of #53459 - petrochenkov:stabmore, r=nrc | bors | -5/+4 |
| 2018-08-23 | Auto merge of #53235 - varkor:gat_impl_where, r=estebank | bors | -4/+9 |
| 2018-08-23 | Stabilize a few secondary macro features | Vadim Petrochenkov | -5/+4 |
| 2018-08-22 | Reexpose stability hole in the presence of feature gates | Oliver Schneider | -1/+1 |
| 2018-08-22 | Allow panicking with string literal messages inside constants | Oliver Schneider | -0/+3 |
| 2018-08-22 | Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 | bors | -0/+3 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -6/+2 |
| 2018-08-21 | Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertj | kennytm | -6/+2 |
| 2018-08-20 | Removed `raw_identifiers` feature gate. | Alexander Regueiro | -13/+2 |
| 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 | -2/+2 |
| 2018-08-19 | Rename `Catch` variants to `TryBlock` | Scott McMurray | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -6/+2 |
| 2018-08-19 | Add #![feature(unsized_locals)]. | Masaki Hara | -0/+3 |
| 2018-08-18 | Auto merge of #53324 - alexreg:self_in_typedefs, r=eddyb | bors | -15/+21 |
| 2018-08-18 | Added feature gate. | Alexander Regueiro | -15/+21 |
| 2018-08-17 | Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton | bors | -14/+4 |
| 2018-08-17 | Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkor | Corey Farwell | -23/+56 |
| 2018-08-17 | Stabilize `use_extern_macros` | Vadim Petrochenkov | -14/+4 |
| 2018-08-16 | Add some comments | varkor | -1/+1 |
| 2018-08-16 | Add feature gate and refactor | varkor | -0/+3 |
| 2018-08-17 | Rollup merge of #53364 - varkor:gat-warn-broken, r=pnkfelix | kennytm | -0/+15 |
| 2018-08-16 | syntax: also warn about edition "umbrella" features being implied by --edition. | Eduard-Mihai Burtescu | -13/+22 |
| 2018-08-16 | syntax: process all edition features before other features. | Eduard-Mihai Burtescu | -10/+34 |
| 2018-08-15 | Warn when `generic_associated_types` feature gate is enabled | varkor | -0/+15 |
| 2018-08-15 | syntax: Enforce attribute grammar in the parser | Vadim Petrochenkov | -18/+20 |
| 2018-08-14 | Feature gate where clauses on associated type impls | varkor | -4/+9 |
| 2018-08-14 | syntax: add `uniform_paths` feature-gate. | Eduard-Mihai Burtescu | -0/+3 |
| 2018-08-11 | Feature gate arbitrary tokens in non-macro attributes with a separate gate | Vadim Petrochenkov | -21/+25 |
| 2018-08-10 | Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton | kennytm | -0/+1 |
| 2018-08-08 | Auto merge of #53053 - petrochenkov:custattr, r=alexcrichton | bors | -51/+10 |
| 2018-08-08 | add wasm_target_feature feature gate | gnzlbg | -0/+1 |
| 2018-08-07 | Auto merge of #51990 - oli-obk:unstable_union, r=nikomatsakis | bors | -0/+12 |
| 2018-08-07 | Also put comparing raw pointers behind a feature gate | Oliver Schneider | -0/+3 |