| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-03-09 | Use subtyping on the target of unsizing coercions. | Eduard-Mihai Burtescu | -0/+48 |
| 2017-03-09 | Propagate expected type hints through struct literals. | Eduard-Mihai Burtescu | -0/+20 |
| 2017-03-08 | fix UB in repr(packed) tests | Tim Neumann | -1/+20 |
| 2017-03-07 | Add tests for issues with the 'E-needtest' label. | topecongiro | -0/+42 |
| 2017-03-06 | Auto merge of #40272 - jseyfried:fix_const_macro_invocations, r=petrochenkov | bors | -0/+24 |
| 2017-03-06 | Add missing tests for 'E-needstest' labeled issues | topecongiro | -0/+77 |
| 2017-03-05 | Fix const expression macro invocations. | Jeffrey Seyfried | -0/+24 |
| 2017-03-04 | Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkov | bors | -0/+16 |
| 2017-03-04 | Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis | bors | -0/+96 |
| 2017-03-03 | Fix missing WhileLet pattern scope | Taylor Cramer | -0/+16 |
| 2017-03-03 | Auto merge of #40133 - arielb1:operand-lifetimes, r=eddyb | bors | -0/+55 |
| 2017-03-03 | make operands live to the end of their containing expression | Ariel Ben-Yehuda | -4/+17 |
| 2017-03-02 | schedule drops on bindings only after initializing them | Ariel Ben-Yehuda | -0/+42 |
| 2017-03-02 | Rollup merge of #40166 - aidanhs:aphs-index-coerce, r=nikomatsakis | Corey Farwell | -0/+22 |
| 2017-03-01 | inhibit enum layout optimizations under `#[repr(C)]` or `#[repr(u8)]` | Niko Matsakis | -0/+59 |
| 2017-03-01 | store the normalized types of statics in MIR Lvalues | Ariel Ben-Yehuda | -0/+49 |
| 2017-03-01 | more through normalization in typeck & trans | Ariel Ben-Yehuda | -0/+47 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -27/+0 |
| 2017-03-01 | Allow types passed to [] to coerce, like .index() | Aidan Hobson Sayers | -0/+22 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -0/+14 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -27/+0 |
| 2017-02-28 | Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakis | bors | -13/+54 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -3/+4 |
| 2017-02-27 | This test is too hard to maintain cross-platform | Yamakaky | -46/+0 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -0/+38 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -13/+13 |