| Age | Commit message (Expand) | Author | Lines |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+6 |
| 2018-09-18 | Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni... | bors | -0/+6 |
| 2018-09-18 | Rollup merge of #54299 - snaedis:issue-54246, r=varkor | Guillaume Gomez | -7/+10 |
| 2018-09-17 | libsyntax: add optional help message for deprecated features | Alva Snædís | -6/+9 |
| 2018-09-17 | libsyntax: fix casing in error message | Alva Snædís | -1/+1 |
| 2018-09-17 | Add `feature(bind_by_move_pattern_guards)`. | Felix S. Klock II | -0/+6 |
| 2018-09-16 | Temporarily prohibit proc macro attributes placed after derives | Vadim Petrochenkov | -0/+4 |
| 2018-09-13 | introduce SelfCtor | F001 | -11/+2 |
| 2018-09-13 | implement feature tuple_struct_self_ctor | F001 | -0/+12 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -9/+2 |
| 2018-09-12 | Rollup merge of #54072 - blitzerr:master, r=Mark-Simulacrum | kennytm | -30/+3 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -9/+2 |
| 2018-09-11 | Auto merge of #51363 - japaric:stable-used, r=cramertj | bors | -7/+4 |
| 2018-09-10 | bump version | Jorge Aparicio | -1/+1 |
| 2018-09-10 | Feature gate non-builtin attributes in inner attribute position | Vadim Petrochenkov | -0/+3 |
| 2018-09-09 | Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakis | bors | -0/+4 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -7/+4 |
| 2018-09-08 | Stabilization change for mod.rs | Rusty Blitzerr | -30/+3 |
| 2018-09-09 | Remove crate_visibility_modifier from 2018 edition | Mark Rousskov | -1/+1 |
| 2018-09-08 | Add test cases for possible restricted shadowing configurations | Vadim Petrochenkov | -0/+4 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -5/+2 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -5/+9 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -2/+0 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -0/+12 |
| 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 |