| Age | Commit message (Expand) | Author | Lines |
| 2017-04-20 | Avoid type-checking addition and indexing twice. | Eduard-Mihai Burtescu | -0/+32 |
| 2017-04-04 | Ensure that macro resolutions in trait positions get finalized. | Jeffrey Seyfried | -0/+16 |
| 2017-04-02 | keep the AST node-id when lowering ExprKind::Range | Ariel Ben-Yehuda | -0/+16 |
| 2017-04-01 | store a copy of the Issue32230 info within TypeError | Ariel Ben-Yehuda | -0/+21 |
| 2017-03-31 | Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis" | Niko Matsakis | -0/+36 |
| 2017-03-12 | Auto merge of #40340 - petrochenkov:restricted, r=nikomatsakis | bors | -16/+11 |
| 2017-03-11 | Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis | Ariel Ben-Yehuda | -13/+84 |
| 2017-03-10 | Update syntax for `pub(restricted)` | Vadim Petrochenkov | -16/+11 |
| 2017-03-10 | Point to enclosing block/fn on nested unsafe | Esteban Küber | -66/+0 |
| 2017-03-09 | Use subtyping on the target of unsizing coercions. | Eduard-Mihai Burtescu | -13/+13 |
| 2017-03-08 | Rollup merge of #40296 - topecongiro:add-missing-tests, r=alexcrichton | Ariel Ben-Yehuda | -0/+49 |
| 2017-03-08 | Rollup merge of #40279 - gibfahn:test-unwind, r=est31 | Ariel Ben-Yehuda | -0/+72 |
| 2017-03-08 | Disallow subtyping between T and U in T: Unsize<U>. | Eduard-Mihai Burtescu | -0/+71 |
| 2017-03-08 | Auto merge of #39713 - estebank:issue-39698, r=jonathandturner | bors | -8/+12 |
| 2017-03-07 | Add tests for issues with the 'E-needtest' label. | topecongiro | -0/+49 |
| 2017-03-06 | Add missing tests for 'E-needstest' labeled issues | topecongiro | -0/+41 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -8/+12 |
| 2017-03-05 | Add compile-fail test for cfg_target_thread_local | Gibson Fahnestock | -0/+44 |
| 2017-03-05 | Add compile-fail test for unwind_attributes | Gibson Fahnestock | -0/+28 |
| 2017-03-05 | Add compile fail test for stmt_expr_attributes | topecongiro | -0/+14 |
| 2017-03-03 | Auto merge of #40101 - danobi:feat_gate_test_simd, r=alexcrichton | bors | -0/+23 |
| 2017-03-03 | Auto merge of #40178 - arielb1:provide-destructors, r=eddyb | bors | -0/+23 |
| 2017-03-02 | Add compile fail test for SIMD | Daniel Xu | -0/+23 |
| 2017-03-03 | Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddyb | bors | -4/+31 |
| 2017-03-02 | Auto merge of #40216 - frewsxcv:rollup, r=frewsxcv | bors | -0/+24 |
| 2017-03-02 | Rollup merge of #40110 - benschreiber:nostackcheck, r=brson | Corey Farwell | -0/+16 |
| 2017-03-02 | Add support for x86-interrupt calling convention | Philipp Oppermann | -0/+8 |
| 2017-03-02 | Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis | bors | -57/+0 |
| 2017-03-02 | Rollup merge of #40168 - topecongiro:compile-fail-test-abi-ptx, r=petrochenkov | Guillaume Gomez | -0/+8 |
| 2017-03-01 | convert AdtDef::destructor to on-demand | Ariel Ben-Yehuda | -0/+23 |
| 2017-03-01 | Auto merge of #34198 - eddyb:you're-a-bad-transmute-and-you-should-feel-bad, ... | bors | -50/+48 |
| 2017-03-01 | Auto merge of #39419 - jseyfried:simplify_tokentree, r=nrc | bors | -21/+12 |
| 2017-03-01 | Add compile fail test for abi_ptx | topecongiro | -0/+8 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -2/+19 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -33/+7 |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -50/+48 |
| 2017-03-01 | Add compile test for cfg_target_has_atomic | topecongiro | -0/+86 |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -4/+31 |
| 2017-02-28 | Rollup merge of #40047 - topecongiro:master, r=est31 | Corey Farwell | -0/+24 |
| 2017-02-28 | Add compile fail test for unboxed_closures feature | topecongiro | -0/+24 |
| 2017-02-25 | teach rustc about remove_stable_features and removed no-stack-chech feature. ... | Ben Schreiber | -0/+16 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -24/+35 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -145/+96 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -4/+13 |
| 2017-02-25 | rustc: allow handling cycle errors gracefully in on-demand. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -29/+8 |
| 2017-02-25 | rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super... | Eduard-Mihai Burtescu | -5/+13 |
| 2017-02-25 | rustc: move the actual values of enum discriminants into a map. | Eduard-Mihai Burtescu | -12/+12 |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -13/+15 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -6/+7 |