| Age | Commit message (Expand) | Author | Lines |
| 2017-04-04 | Fix ICE with nested macros in certain situations. | Jeffrey Seyfried | -0/+19 |
| 2017-04-01 | update LLVM with fix for PR32379 | Ariel Ben-Yehuda | -0/+38 |
| 2017-03-31 | add regression test for #39984 | Niko Matsakis | -0/+21 |
| 2017-03-31 | Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" | Niko Matsakis | -26/+4 |
| 2017-03-20 | Propagate expected type hints through struct literals. | Eduard-Mihai Burtescu | -0/+20 |
| 2017-03-20 | Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ... | Jeffrey Seyfried | -0/+29 |
| 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-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 |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-02-25 | Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+51 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -0/+35 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -6/+0 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+41 |
| 2017-02-25 | Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichton | Eduard-Mihai Burtescu | -0/+38 |
| 2017-02-25 | Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfackler | Eduard-Mihai Burtescu | -1/+4 |
| 2017-02-25 | Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+25 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+9 |
| 2017-02-24 | Review changes | est31 | -8/+8 |
| 2017-02-23 | Feature gate | est31 | -1/+1 |
| 2017-02-23 | Implement non-capturing closure to fn coercion | est31 | -0/+41 |
| 2017-02-23 | use a more conservative inhabitableness rule | Ariel Ben-Yehuda | -5/+1 |
| 2017-02-23 | Add tests for lib defaults | Peter Wagenet | -0/+38 |
| 2017-02-23 | Fix tests on Windows (#1) | Vadim Petrochenkov | -2/+2 |
| 2017-02-23 | trans: don't ICE when trying to create ADT trans-items | Ariel Ben-Yehuda | -0/+51 |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -0/+35 |