| Age | Commit message (Expand) | Author | Lines |
| 2017-04-07 | Rollup merge of #41061 - arielb1:parent-lock, r=eddyb | Corey Farwell | -0/+41 |
| 2017-04-06 | Rollup merge of #40976 - matthewjasper:char-const-expr, r=eddyb | Corey Farwell | -0/+4 |
| 2017-04-04 | cstore: return an immutable borrow from `visible_parent_map` | Ariel Ben-Yehuda | -0/+41 |
| 2017-04-03 | Fix bug parsing `#[derive]` macro invocations. | Jeffrey Seyfried | -0/+20 |
| 2017-03-31 | Don't warn about `char` comparisons in constexprs | Matthew Jasper | -0/+4 |
| 2017-03-30 | remove comments that were tripping up pretty printer | Niko Matsakis | -1/+1 |
| 2017-03-30 | add regression test for #39808 | Niko Matsakis | -5/+10 |
| 2017-03-30 | more detailed tests around diverging type variables | Niko Matsakis | -22/+139 |
| 2017-03-30 | change the strategy for diverging types | Niko Matsakis | -0/+21 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -1/+1 |
| 2017-03-27 | Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrc | Alex Crichton | -0/+19 |
| 2017-03-26 | Auto merge of #40347 - alexcrichton:rm-liblog, r=brson | bors | -2/+0 |
| 2017-03-25 | Fix ICE with nested macros in certain situations. | Jeffrey Seyfried | -0/+19 |
| 2017-03-24 | Auto merge of #40806 - frewsxcv:rollup, r=frewsxcv | bors | -15/+14 |
| 2017-03-24 | Rollup merge of #40636 - nikomatsakis:revert-39485, r=eddyb | Corey Farwell | -15/+14 |
| 2017-03-24 | Auto merge of #40779 - arielb1:bad-arm, r=alexcrichton | bors | -0/+38 |
| 2017-03-24 | appveyor: Upgrade MinGW toolchains we use | Alex Crichton | -20/+7 |
| 2017-03-24 | update LLVM with fix for PR32379 | Ariel Ben-Yehuda | -0/+38 |
| 2017-03-23 | Remove internal liblog | Alex Crichton | -2/+0 |
| 2017-03-22 | Rollup merge of #40523 - durka:patch-38, r=petrochenkov | Corey Farwell | -0/+18 |
| 2017-03-22 | add regression test for #39984 | Niko Matsakis | -0/+21 |
| 2017-03-22 | Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" | Niko Matsakis | -26/+4 |
| 2017-03-21 | add test for nested macro def (#31946) | Alex Burka | -0/+18 |
| 2017-03-21 | Refactor parsing of trait object types | Vadim Petrochenkov | -2/+1 |
| 2017-03-20 | Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakis | Corey Farwell | -0/+42 |
| 2017-03-20 | Auto merge of #39628 - arielb1:shimmir, r=eddyb | bors | -1/+72 |
| 2017-03-19 | Rollup merge of #40398 - eddyb:struct-hint, r=nikomatsakis | Corey Farwell | -0/+20 |
| 2017-03-19 | Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichton | Corey Farwell | -0/+28 |
| 2017-03-19 | Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisa | Corey Farwell | -0/+16 |
| 2017-03-19 | Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichton | Corey Farwell | -0/+20 |
| 2017-03-19 | Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrc | Corey Farwell | -0/+29 |
| 2017-03-19 | Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb | Corey Farwell | -0/+17 |
| 2017-03-18 | Parse 0e+10 as a valid floating-point literal | topecongiro | -0/+16 |
| 2017-03-17 | Add more catch-related CFG and lifetime tests and fix CFG bug | Taylor Cramer | -0/+8 |
| 2017-03-17 | Implement ? in catch expressions and add tests | Taylor Cramer | -0/+34 |
| 2017-03-18 | translate closure shims using MIR | Ariel Ben-Yehuda | -1/+16 |
| 2017-03-18 | translate function shims using MIR | Ariel Ben-Yehuda | -0/+56 |
| 2017-03-17 | Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ... | Jeffrey Seyfried | -0/+29 |
| 2017-03-17 | Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik | Corey Farwell | -1/+1 |
| 2017-03-17 | Add a test for issue 34571 | topecongiro | -0/+20 |
| 2017-03-15 | Change how the 0 flag works in format! for floats | Piotr Jawniak | -0/+12 |
| 2017-03-15 | Change how the `0` flag works in format! | Piotr Jawniak | -0/+16 |
| 2017-03-14 | Improve the documentation for `rvalue_static_promotion` | Tobias Schottdorf | -1/+1 |
| 2017-03-14 | Add feature toggle for rvalue-static-promotion RFC | Tobias Schottdorf | -0/+17 |
| 2017-03-14 | Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakis | bors | -0/+32 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-03-11 | Temporarily prefix catch block with do keyword | Taylor Cramer | -1/+3 |
| 2017-03-11 | Add catch expr to AST and disallow catch as a struct name | Taylor Cramer | -0/+30 |
| 2017-03-11 | Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1 | Ariel Ben-Yehuda | -1/+20 |
| 2017-03-11 | Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis | Ariel Ben-Yehuda | -0/+48 |