| Age | Commit message (Expand) | Author | Lines |
| 2017-04-02 | keep the AST node-id when lowering ExprKind::Range | Ariel Ben-Yehuda | -59/+36 |
| 2017-04-01 | store a copy of the Issue32230 info within TypeError | Ariel Ben-Yehuda | -36/+48 |
| 2017-03-12 | Auto merge of #40446 - arielb1:rollup, r=alexcrichton | bors | -62/+87 |
| 2017-03-11 | Auto merge of #40220 - jseyfried:ast_macro_def, r=nrc | bors | -29/+30 |
| 2017-03-11 | Rollup merge of #40404 - cengizIO:master, r=nikomatsakis | Ariel Ben-Yehuda | -8/+13 |
| 2017-03-11 | Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis | Ariel Ben-Yehuda | -3/+3 |
| 2017-03-11 | Rollup merge of #40315 - oli-obk:lint_body, r=eddyb | Ariel Ben-Yehuda | -0/+8 |
| 2017-03-11 | Rollup merge of #40146 - bjorn3:few-infer-changes, r=pnkfelix | Ariel Ben-Yehuda | -51/+63 |
| 2017-03-11 | Auto merge of #40308 - nikomatsakis:incr-comp-isolate-task, r=mw | bors | -3/+97 |
| 2017-03-10 | Allow lints to check Bodys directly | Oliver Schneider | -0/+8 |
| 2017-03-10 | add comments and remove unused code paths | Niko Matsakis | -33/+49 |
| 2017-03-10 | isolate dep-graph tasks | Niko Matsakis | -3/+81 |
| 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 | -29/+30 |
| 2017-03-10 | Initial implementation of inlining for MIR | James Miller | -2/+360 |
| 2017-03-10 | Fix recursion depth counting in `layout` | James Miller | -2/+3 |
| 2017-03-10 | Add extra methods to IndexVec and implement TypeFoldable for it | James Miller | -0/+11 |
| 2017-03-10 | fix #40294 obligation cause.body_id is not always a NodeExpr | Cengiz Can | -8/+13 |
| 2017-03-08 | Disallow subtyping between T and U in T: Unsize<U>. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-03-07 | Fix a typo in the docs | Oliver Schneider | -1/+1 |
| 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-04 | Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis | bors | -8/+34 |
| 2017-03-03 | Auto merge of #40178 - arielb1:provide-destructors, r=eddyb | bors | -82/+67 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -2/+2 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -55/+93 |
| 2017-03-02 | Auto merge of #40216 - frewsxcv:rollup, r=frewsxcv | bors | -64/+27 |
| 2017-03-02 | Rollup merge of #40104 - nagisa:mir-the-shiny, r=eddyb | Corey Farwell | -64/+27 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -1/+1 |
| 2017-03-02 | note -> help | Alex Burka | -1/+1 |
| 2017-03-01 | fix tests to handle the Typeof bodies | Niko Matsakis | -3/+9 |
| 2017-03-01 | inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]` | Niko Matsakis | -2/+10 |
| 2017-03-01 | convert AdtDef::destructor to on-demand | Ariel Ben-Yehuda | -82/+67 |
| 2017-03-01 | store the normalized types of statics in MIR Lvalues | Ariel Ben-Yehuda | -8/+34 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -16/+101 |
| 2017-02-28 | Rollup merge of #40128 - cengizIO:master, r=nikomatsakis | Corey Farwell | -467/+445 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+7 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -16/+101 |
| 2017-02-28 | convert MIR to iterate over the bodies vector | Niko Matsakis | -0/+2 |
| 2017-02-28 | Remove the TypedConstVal | Simonas Kazlauskas | -37/+4 |
| 2017-02-28 | Make Rvalue::ty infallible | Simonas Kazlauskas | -27/+23 |
| 2017-02-28 | rewrite typeck bodies to iterate over the bodies vector | Niko Matsakis | -0/+2 |
| 2017-02-28 | store the visit order in the Crate | Niko Matsakis | -25/+19 |
| 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 | -15/+42 |
| 2017-02-28 | use `visit_all_bodies_in_krate` for borrowck instead of item-likes | Niko Matsakis | -0/+2 |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -15/+7 |
| 2017-02-28 | add `visit_all_bodies_in_krate` helper | Niko Matsakis | -0/+22 |
| 2017-02-28 | move the `FreeRegionMap` into `TypeckTables` | Niko Matsakis | -19/+11 |
| 2017-02-28 | Rollup merge of #39977 - frewsxcv:error-reporting-cleanup, r=eddyb | Corey Farwell | -279/+235 |