| Age | Commit message (Expand) | Author | Lines |
| 2017-04-21 | Implementation of repr struct alignment RFC 1358. | Cameron Hart | -0/+17 |
| 2017-04-15 | Auto merge of #41316 - suchithjn225:issue-41272, r=eddyb | bors | -87/+9 |
| 2017-04-15 | Aesthetic issue. Corrected indentation | Suchith J N | -2/+2 |
| 2017-04-15 | Fixed aesthetics of if let block | Suchith J N | -4/+4 |
| 2017-04-15 | Fixed aesthetics and test | Suchith J N | -4/+4 |
| 2017-04-15 | [41272] - Fixed to conform to rust project style | Suchith J N | -9/+8 |
| 2017-04-15 | [41272] - code for desugaring iflet changed | Suchith J N | -87/+10 |
| 2017-04-12 | Ensure walk_item visits GlobalAsm NodeId | A.J. Gardner | -1/+3 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -1/+30 |
| 2017-04-12 | Rollup merge of #41063 - nikomatsakis:issue-40746-always-exec-loops, r=eddyb | Tim Neumann | -0/+21 |
| 2017-04-08 | Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkov | bors | -1/+7 |
| 2017-04-07 | Merge branch 'master' into ty-placeholder | Esteban Küber | -0/+4 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -38/+98 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -0/+4 |
| 2017-04-04 | push `borrowck` into its own task | Niko Matsakis | -0/+21 |
| 2017-04-02 | Introduce `TyErr` independent from `TyInfer` | Esteban Küber | -1/+7 |
| 2017-03-30 | refactor the `targeted_by_break` field | Niko Matsakis | -21/+23 |
| 2017-03-30 | update comment | Niko Matsakis | -1/+1 |
| 2017-03-30 | refactor if so that the "then type" is an expression | Niko Matsakis | -6/+9 |
| 2017-03-30 | Auto merge of #40597 - jseyfried:improve_span_expn_info, r=jseyfried | bors | -5/+9 |
| 2017-03-29 | Rollup merge of #40841 - arielb1:immutable-blame, r=pnkfelix | Corey Farwell | -0/+10 |
| 2017-03-29 | Merge `ExpnId` and `SyntaxContext`. | Jeffrey Seyfried | -4/+8 |
| 2017-03-29 | Move `syntax::ext::hygiene` to `syntax_pos::hygiene`. | Jeffrey Seyfried | -1/+1 |
| 2017-03-27 | Auto merge of #40764 - arielb1:range-nodes, r=eddyb | bors | -59/+36 |
| 2017-03-27 | fix handling of `self` | Ariel Ben-Yehuda | -0/+10 |
| 2017-03-26 | Auto merge of #40826 - frewsxcv:rollup, r=frewsxcv | bors | -0/+4 |
| 2017-03-25 | Rollup merge of #40734 - adamransom:fix/40661, r=jseyfried | Corey Farwell | -0/+4 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -1/+1 |
| 2017-03-23 | keep the AST node-id when lowering ExprKind::Range | Ariel Ben-Yehuda | -59/+36 |
| 2017-03-22 | Rollup merge of #40518 - michaelwoerister:hir-id, r=eddyb | Corey Farwell | -829/+1468 |
| 2017-03-22 | Allocate numerical values of DefIndexes from two seperate ranges. | Michael Woerister | -54/+186 |
| 2017-03-22 | Introduce HirId, a replacement for NodeId after lowering to HIR. | Michael Woerister | -775/+1282 |
| 2017-03-22 | Refactor checking if a `Lifetime` is static | Adam Ransom | -0/+4 |
| 2017-03-21 | Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r... | Jeffrey Seyfried | -0/+2 |
| 2017-03-20 | Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkov | Corey Farwell | -0/+12 |
| 2017-03-20 | Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakis | Corey Farwell | -40/+88 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -6/+7 |
| 2017-03-17 | Implement ? in catch expressions and add tests | Taylor Cramer | -40/+88 |
| 2017-03-17 | Make priv in pub hard error for crates using pub(restricted) | Taylor Cramer | -0/+12 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -6/+7 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -4/+33 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -1/+1 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -28/+29 |
| 2017-03-05 | Fix const expression macro invocations. | Jeffrey Seyfried | -11/+11 |
| 2017-03-04 | Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrc | bors | -2/+2 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -2/+2 |
| 2017-03-01 | fix tests to handle the Typeof bodies | Niko Matsakis | -2/+7 |
| 2017-02-28 | store the visit order in the Crate | Niko Matsakis | -0/+16 |
| 2017-02-28 | switch bodies to a btreemap | Niko Matsakis | -6/+5 |
| 2017-02-28 | walk the bodies "in order" by traversing the crate | Niko Matsakis | -12/+17 |