| Age | Commit message (Expand) | Author | Lines |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -50/+48 |
| 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 |
| 2017-02-25 | Rollup merge of #40035 - er-1:master, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -67/+0 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+69 |
| 2017-02-25 | Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+33 |
| 2017-02-25 | Rollup merge of #39945 - petrochenkov:llvmtarg, r=alexcrichton | Eduard-Mihai Burtescu | -2/+2 |
| 2017-02-25 | Rollup merge of #39905 - estebank:useless-error, r=arielb1 | Eduard-Mihai Burtescu | -4/+4 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -2/+56 |
| 2017-02-24 | Review changes | est31 | -5/+5 |
| 2017-02-23 | Two more tests | est31 | -0/+69 |
| 2017-02-23 | use a more conservative inhabitableness rule | Ariel Ben-Yehuda | -3/+3 |
| 2017-02-22 | Ignore ASM tests on powerpc | er-1 | -0/+6 |
| 2017-02-21 | Stabilize static_recursion | Taylor Cramer | -67/+0 |
| 2017-02-21 | Auto merge of #39765 - GuillaumeGomez:file-not-found-for-module-error, r=jsey... | bors | -0/+42 |
| 2017-02-20 | check_match: don't treat privately uninhabited types as uninhabited | Ariel Ben-Yehuda | -7/+33 |
| 2017-02-20 | Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelix | Corey Farwell | -4/+1 |
| 2017-02-20 | Add tests for newly added error codes | Guillaume Gomez | -0/+42 |
| 2017-02-19 | Use ARM instead of SystemZ for testing not installed targets | Vadim Petrochenkov | -2/+2 |
| 2017-02-19 | Avoid ICE in Self::Assoc in impl headers | Vadim Petrochenkov | -0/+3 |
| 2017-02-19 | Privatize fields of PathResolution | Vadim Petrochenkov | -0/+31 |
| 2017-02-18 | Add tests for control flow in while condition | Taylor Cramer | -2/+56 |
| 2017-02-17 | remove vestiges of the old suggestion machinery | Niko Matsakis | -4/+1 |
| 2017-02-17 | Properly display note/expected details | Esteban Küber | -4/+4 |
| 2017-02-17 | Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis | bors | -36/+0 |
| 2017-02-17 | Auto merge of #39752 - keeperofdakeys:macro-error, r=keeperofdakeys | bors | -33/+54 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -33/+54 |
| 2017-02-16 | Auto merge of #39876 - frewsxcv:rollup, r=frewsxcv | bors | -0/+49 |
| 2017-02-15 | static recursion test added to compile-fail test suite | Colm Seale | -0/+49 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -28/+0 |
| 2017-02-14 | Rollup merge of #39772 - cseale:staged_api_whitelist_removal, r=est31 | Corey Farwell | -0/+24 |
| 2017-02-14 | Rollup merge of #39730 - jseyfried:fix_empty_seq_rep_ice, r=nrc | Corey Farwell | -0/+15 |
| 2017-02-14 | Adding compile fail test for staged_api feature | Colm Seale | -0/+24 |
| 2017-02-13 | Standardize lifetime and type parameter count mismatch errors | Jake Goulding | -11/+18 |
| 2017-02-13 | Remove duplicated "parameter" in E0089 text | Jake Goulding | -3/+2 |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -12/+12 |
| 2017-02-12 | Auto merge of #39572 - jseyfried:fix_inert_attributes, r=nrc | bors | -10/+10 |
| 2017-02-12 | Auto merge of #39680 - canndrew:uninhabited_from-infinite-loop, r=arielb1 | bors | -0/+25 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -10/+10 |
| 2017-02-10 | Fix ICE on certain sequence repetitions. | Jeffrey Seyfried | -0/+15 |
| 2017-02-10 | Fix tests | Simonas Kazlauskas | -12/+12 |
| 2017-02-09 | Rollup merge of #39707 - durka:parsimonious-span-note, r=jonathandturner | Corey Farwell | -1/+1 |