| Age | Commit message (Expand) | Author | Lines |
| 2018-04-18 | Add #[no_debug] to trans_fn_attrs() query. | Michael Woerister | -0/+1 |
| 2018-03-24 | Auto merge of #49251 - nikomatsakis:issue-15872-elision-impl-header, r=cramertj | bors | -2/+30 |
| 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 | -2/+23 |
| 2018-03-22 | change in-band array to store hir::LifetimeName | Niko Matsakis | -0/+7 |
| 2018-03-20 | Pass attributes to hir::TyParam | Mrowqa | -0/+1 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -2/+2 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -2/+2 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -1/+1 |
| 2018-03-10 | type_alias_bounds lint: If the type alias uses an associated type without "as... | Ralf Jung | -0/+19 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -0/+3 |
| 2018-03-06 | Add target_features to TransFnAttrs | Wesley Wiser | -0/+2 |
| 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-02-28 | Rollup merge of #48479 - mark-i-m:rustc-guide, r=nikomatsakis | kennytm | -2/+2 |
| 2018-02-25 | Change links to readmes | Mark Mansi | -2/+2 |
| 2018-02-19 | Implement describe_def query for LOCAL_CRATE | Michael Woerister | -0/+6 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-01-25 | Rollup merge of #47502 - petrochenkov:label, r=eddyb | Alex Crichton | -4/+16 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -1/+7 |
| 2018-01-22 | AST/HIR: Add a separate structure for labels | Vadim Petrochenkov | -4/+16 |
| 2018-01-15 | Move `ExprPrecedence` to `libsyntax/util/parser.rs` | Esteban Küber | -1/+1 |
| 2018-01-15 | Use single source of truth for expr precedence | Esteban Küber | -1/+63 |
| 2018-01-14 | Use `into` for casting when possible | Esteban Küber | -31/+0 |
| 2018-01-14 | Suggest casting on numeric type error | Esteban Küber | -0/+31 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -6/+1 |
| 2018-01-07 | Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakis | bors | -1/+1 |
| 2018-01-04 | Do not use casting for suggestion to add type to numeric literal | Esteban Küber | -1/+1 |
| 2018-01-01 | Fix broken links in internal docs | Malo Jaffré | -1/+3 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -0/+5 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -0/+5 |
| 2017-12-21 | Add GenericParam, refactor Generics in ast, hir, rustdoc | Jonas Platte | -21/+86 |
| 2017-12-21 | Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakis | bors | -4/+1 |
| 2017-12-21 | Properly check traits in type privacy | Vadim Petrochenkov | -2/+7 |
| 2017-12-15 | Refactor argument-position impl Trait | Taylor Cramer | -4/+1 |
| 2017-12-14 | add trait aliases to HIR | Alex Burka | -0/+3 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -1/+11 |
| 2017-11-22 | Implement in-band lifetime bindings | Taylor Cramer | -0/+4 |
| 2017-11-21 | Auto merge of #45701 - cramertj:impl-trait-this-time, r=eddyb | bors | -1/+16 |
| 2017-11-17 | Fix impl Trait Lifetime Handling | Taylor Cramer | -1/+16 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -2/+27 |
| 2017-11-15 | Split hir::TyImplTrait, move checks to HIR lowering | Christopher Vittal | -3/+6 |
| 2017-11-14 | incr.comp.: Implement TyDecoder for on_disk_cache::CacheDecoder. | Michael Woerister | -2/+27 |
| 2017-11-14 | rustc: split off BodyOwnerKind from MirSource. | Eduard-Mihai Burtescu | -0/+12 |
| 2017-11-12 | MIR-borrowck: fix diagnostics for closures | Shotaro Yamada | -1/+1 |
| 2017-11-03 | fix rebase conflict | leonardo.yvens | -1/+1 |
| 2017-11-03 | add `auto` keyword, parse `auto trait`, lower to HIR | leonardo.yvens | -1/+8 |