| Age | Commit message (Expand) | Author | Lines |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -8/+49 |
| 2018-09-25 | Lower `impl Trait` types in locals. | Alexander Regueiro | -118/+190 |
| 2018-09-22 | Allow both explicit and elided lifetimes in the same impl header | Scott McMurray | -17/+40 |
| 2018-09-20 | Move is_place_expr to be a method on hir::Expr | Keith Yeung | -0/+53 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -4/+9 |
| 2018-09-19 | Improve error checking and reporting | Scott McMurray | -10/+5 |
| 2018-09-19 | Parse, feature-gate, and validate the #[marker] attribute | Scott McMurray | -0/+29 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+25 |
| 2018-09-15 | Auto merge of #54151 - ljedrz:cleanup_hir, r=michaelwoerister | bors | -155/+93 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -15/+70 |
| 2018-09-13 | introduce SelfCtor | F001 | -15/+40 |
| 2018-09-12 | A few cleanups for hir | ljedrz | -155/+93 |
| 2018-09-11 | Rebase fallout | Oliver Schneider | -4/+26 |
| 2018-09-11 | Split `CrateNum` into an enum instead of having magic constants | Oliver Schneider | -14/+47 |
| 2018-09-10 | Auto merge of #54000 - jkozlowski:fix-53174, r=cramertj | bors | -20/+37 |
| 2018-09-07 | rewrite constants to use NewType::MAX instead of u32::MAX | Niko Matsakis | -5/+4 |
| 2018-09-07 | remove all references to `private` from outside the macro | Niko Matsakis | -14/+2 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -4/+4 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -1/+1 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -3/+4 |
| 2018-09-06 | Fixup whitespace | Jakub Kozlowski | -1/+1 |
| 2018-09-06 | Allow named lifetimes in async functions. | Jakub Kozlowski | -21/+38 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -7/+23 |
| 2018-08-30 | Rollup merge of #53472 - eddyb:fx-pls, r=pnkfelix | Pietro Albini | -3/+4 |
| 2018-08-30 | introduce Guard enum | F001 | -7/+23 |
| 2018-08-29 | Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister | bors | -5/+32 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -3/+4 |
| 2018-08-27 | Revert crate root changes | varkor | -1/+10 |
| 2018-08-27 | Make small modifications | varkor | -21/+7 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -247/+246 |
| 2018-08-27 | Convert EntryKind to a struct, Entry | varkor | -243/+118 |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -21/+19 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -234/+233 |
| 2018-08-27 | Rename MapEntry to EntryKind | varkor | -161/+159 |
| 2018-08-26 | rustc: Continue to tweak "std internal symbols" | Alex Crichton | -0/+35 |
| 2018-08-26 | create a valid DefIdTable for proc macro crates | Ariel Ben-Yehuda | -5/+32 |
| 2018-08-24 | support user annotations in fns, methods | Niko Matsakis | -1/+1 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -6/+6 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -2/+2 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -6/+6 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -4/+4 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -10/+10 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -6/+6 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -11/+11 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -4/+25 |
| 2018-08-19 | Rename `Catch` variants to `TryBlock` | Scott McMurray | -2/+2 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -9/+9 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -2/+2 |