| Age | Commit message (Expand) | Author | Lines |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -2/+32 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -1/+1 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -6/+4 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -4/+4 |
| 2018-07-26 | feature gate for inferring 'static lifetimes | toidiu | -0/+9 |
| 2018-07-26 | Tweak the raw_identifiers lints in 2018 | Alex Crichton | -1/+1 |
| 2018-07-26 | Suggest underscore when using dashes in crate namet push fork | Esteban Küber | -3/+41 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-24 | Rollup merge of #52645 - oli-obk:existential_in_fn_body, r=dtolnay | Mark Rousskov | -0/+6 |
| 2018-07-24 | Auto merge of #51587 - mark-i-m:at_most_once_rep_2018, r=alexcrichton | bors | -81/+317 |
| 2018-07-24 | Allow declaring existential types inside blocks | Oliver Schneider | -0/+6 |
| 2018-07-23 | Allow by default, fix tests | mark | -0/+1 |
| 2018-07-23 | dump lints _after_ parsing macros | mark | -3/+3 |
| 2018-07-23 | make it a migration lint | mark | -3/+42 |
| 2018-07-23 | Fix test and errors | mark | -266/+183 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -257/+486 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -2/+52 |
| 2018-07-24 | Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkov | bors | -43/+77 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -1/+2 |
| 2018-07-22 | rustc: Implement tokenization of nested items | Alex Crichton | -43/+77 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -10/+20 |
| 2018-07-21 | Gate `format_args_nll` behind feature flag | Esteban Küber | -0/+5 |
| 2018-07-21 | Auto merge of #52552 - eddyb:proc-macro-prep, r=alexcrichton | bors | -6/+0 |
| 2018-07-21 | Auto merge of #52536 - alexcrichton:attr-spans, r=nikomatsakis | bors | -5/+44 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -1/+2 |
| 2018-07-21 | Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkov | kennytm | -0/+17 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -7/+0 |
| 2018-07-19 | Improve suggestion for missing fmt str in println | Esteban Küber | -10/+15 |
| 2018-07-20 | proc_macro: move some implementation details to a rustc module. | Eduard-Mihai Burtescu | -6/+0 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -22/+116 |
| 2018-07-19 | rustc: Fix two custom attributes with custom derive | Alex Crichton | -0/+17 |
| 2018-07-19 | proc_macro: Preserve spans of attributes on functions | Alex Crichton | -5/+44 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -7/+0 |
| 2018-07-18 | Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -22/+116 |
| 2018-07-18 | Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddyb | bors | -8/+0 |
| 2018-07-17 | rustc: Enable `use_extern_macros` in 2018 edition | Alex Crichton | -1/+1 |
| 2018-07-17 | Auto merge of #52145 - ExpHP:drop-it-like-its-eof, r=nikomatsakis | bors | -1/+6 |
| 2018-07-16 | cleanup unnecessary else | Michael Lamparski | -6/+4 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -8/+0 |
| 2018-07-16 | rustc: Stabilize much of the `proc_macro` feature | Alex Crichton | -30/+15 |
| 2018-07-15 | Auto merge of #52383 - petrochenkov:pmns, r=alexcrichton | bors | -1/+4 |
| 2018-07-15 | Update clippy and rls | Oliver Schneider | -3/+3 |
| 2018-07-14 | Functions introducing procedural macros reserve a slot in the macro namespace... | Vadim Petrochenkov | -1/+4 |
| 2018-07-14 | Address comments | Vadim Petrochenkov | -4/+5 |
| 2018-07-14 | Remove some tests using AST comparisons, fix other tests | Vadim Petrochenkov | -214/+30 |
| 2018-07-14 | Remove most of `Hash` impls from AST and HIR structures | Vadim Petrochenkov | -122/+106 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -148/+152 |
| 2018-07-13 | Add the `amdgpu-kernel` ABI. | Richard Diamond | -0/+6 |