| Age | Commit message (Expand) | Author | Lines |
| 2018-04-30 | Warn on pointless `#[derive]` in more places | Austin Bonander | -1/+2 |
| 2018-04-20 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -17/+36 |
| 2018-04-18 | Add #[no_debug] to trans_fn_attrs() query. | Michael Woerister | -0/+1 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+4 |
| 2018-03-29 | Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr... | bors | -9/+72 |
| 2018-03-27 | Add extra test for expressions and fix typo in message | matthew | -1/+1 |
| 2018-03-26 | Remove an unnecessary/incorrect match in the expression check function | matthew | -12/+2 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -2/+6 |
| 2018-03-26 | Check for known but incorrect attributes | matthew | -9/+82 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -11/+0 |
| 2018-03-26 | Stabilize universal_impl_trait | Taylor Cramer | -11/+0 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -1037/+1586 |
| 2018-03-23 | Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkov | Alex Crichton | -0/+19 |
| 2018-03-22 | permit `'_` and `&T` in impl headers | Niko Matsakis | -48/+254 |
| 2018-03-22 | distinguish the three cases where elision occurs | Niko Matsakis | -7/+29 |
| 2018-03-22 | change in-band array to store hir::LifetimeName | Niko Matsakis | -6/+25 |
| 2018-03-22 | add a helper function `maybe_collect_in_band_lifetime` | Niko Matsakis | -15/+44 |
| 2018-03-22 | make `parent_id` not optional | Niko Matsakis | -80/+62 |
| 2018-03-22 | change `with_in_scope_lifetime_defs` to take an iterator | Niko Matsakis | -22/+22 |
| 2018-03-22 | rustfmt lowering.rs | Niko Matsakis | -958/+1249 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -12/+31 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+13 |
| 2018-03-21 | Now it compiles | Mrowqa | -1/+2 |
| 2018-03-20 | Pass attributes to hir::TyParam | Mrowqa | -0/+3 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+4 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -33/+21 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -15/+8 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -3/+3 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -14/+9 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -1/+1 |
| 2018-03-15 | Disallow &a..=b and box a..=b in pattern. | kennytm | -0/+20 |
| 2018-03-15 | Rollup merge of #48966 - retep007:hir-fingerprint-optimization, r=michaelwoer... | kennytm | -8/+12 |
| 2018-03-14 | Speed up SVH computation by using Fingerprint::combine() | Peter Hrvola | -8/+12 |
| 2018-03-10 | type_alias_bounds lint: If the type alias uses an associated type without "as... | Ralf Jung | -0/+19 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -21/+63 |
| 2018-03-08 | Rollup merge of #48752 - alexcrichton:fix-target-feature, r=michaelwoerister | Manish Goregaokar | -1/+7 |
| 2018-03-08 | Add a map of `DefId` to `Span` in the `Definitions` struct | Basile Desloges | -21/+63 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -1/+1 |
| 2018-03-08 | Initial changes to librustc to support const trait fns. | Alexander Regueiro | -1/+0 |
| 2018-03-07 | rustc: Fix ICE with `#[target_feature]` on module | Alex Crichton | -1/+7 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -0/+3 |
| 2018-03-06 | Add target_features to TransFnAttrs | Wesley Wiser | -1/+3 |
| 2018-03-06 | Add flag for rustc_std_internal_symbol attribute | Wesley Wiser | -0/+1 |
| 2018-03-06 | Remove the contains_extern_indicator query | Wesley Wiser | -0/+6 |
| 2018-03-06 | Remove export_name query | Wesley Wiser | -0/+2 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -0/+11 |
| 2018-03-06 | Add query for trans fn attributes | Wesley Wiser | -0/+25 |
| 2018-03-06 | Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppe | kennytm | -7/+2 |
| 2018-03-05 | while let all the things | leonardo.yvens | -7/+2 |