| Age | Commit message (Expand) | Author | Lines |
| 2017-08-11 | Add some ID conversion methods to HIR map and Definitions. | Michael Woerister | -0/+23 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::cast_kinds. | Michael Woerister | -7/+16 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::fru_field_types. | Michael Woerister | -8/+21 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::liberated_fn_sigs. | Michael Woerister | -10/+26 |
| 2017-08-11 | Add missing TypeckTables-switch in save-analysis. | Michael Woerister | -6/+8 |
| 2017-08-11 | Make Definitions::find_node_for_hir_id() a linear search instead of a binary ... | Michael Woerister | -1/+5 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -33/+76 |
| 2017-08-11 | Use ItemLocalId as key for TypeckTables::pat_binding_modes. | Michael Woerister | -20/+62 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -208/+282 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -151/+386 |
| 2017-08-11 | Auto merge of #43745 - kennytm:fix-43162, r=aturon | bors | -0/+54 |
| 2017-08-11 | Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb | bors | -34/+50 |
| 2017-08-10 | Auto merge of #43589 - aidanhs:aphs-fix-system-malloc, r=alexcrichton | bors | -0/+26 |
| 2017-08-10 | Auto merge of #43559 - Nashenas88:nll-region-renumberer, r=arielb1 | bors | -14/+114 |
| 2017-08-10 | Fix cross-crate global allocators on windows | Aidan Hobson Sayers | -4/+20 |
| 2017-08-10 | Auto merge of #43720 - pornel:staticconst, r=petrochenkov | bors | -10/+40 |
| 2017-08-10 | Reword error hint | Kornel | -2/+3 |
| 2017-08-10 | Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoerister | bors | -1064/+1342 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -69/+109 |
| 2017-08-10 | Auto merge of #43737 - GuillaumeGomez:duplicate-method, r=eddyb | bors | -14/+69 |
| 2017-08-10 | Auto merge of #43735 - est31:master, r=alexcrichton | bors | -4/+74 |
| 2017-08-10 | Auto merge of #43730 - nrc:driver-shim, r=eddyb | bors | -26/+45 |
| 2017-08-10 | Updated cargo submodule to fix compile error | Isaac van Bakel | -0/+0 |
| 2017-08-10 | Add a feature gate | est31 | -1/+25 |
| 2017-08-10 | Better diagnostics and recovery for `const` in extern blocks | Vadim Petrochenkov | -12/+39 |
| 2017-08-10 | driver: factor out `continue_parse_after_error` so it can be controlled via d... | Nick Cameron | -11/+25 |
| 2017-08-09 | Auto merge of #43484 - estebank:point-to-return, r=arielb1 | bors | -26/+71 |
| 2017-08-09 | Readd backticks around () | Esteban Küber | -19/+8 |
| 2017-08-09 | Auto merge of #43732 - kennytm:pass-wrapper-warning, r=arielb1 | bors | -2/+4 |
| 2017-08-09 | rustc: Rearchitect lints to be emitted more eagerly | Alex Crichton | -1064/+1342 |
| 2017-08-09 | Auto merge of #43726 - zackmdavis:extended_information_summer_block_party, r=... | bors | -5/+92 |
| 2017-08-09 | Erase/anonymize regions while computing TypeId hash. | Michael Woerister | -0/+10 |
| 2017-08-09 | Auto merge of #43588 - dns2utf8:wrapping_add, r=sfackler | bors | -1/+1 |
| 2017-08-09 | Fix errors on Windows | Ariel Ben-Yehuda | -2/+2 |
| 2017-08-09 | extended information for E0557 feature has been removed | Zack M. Davis | -1/+12 |
| 2017-08-09 | extended information for E0552 unrecognized representation hint | Zack M. Davis | -1/+30 |
| 2017-08-09 | extended information for E0554 feature attributes only work on nightlies | Zack M. Davis | -2/+16 |
| 2017-08-09 | extended information for E0571 break with value in non-`loop` loop | Zack M. Davis | -1/+34 |
| 2017-08-08 | Only refer to return type when it matches | Esteban Küber | -13/+27 |
| 2017-08-09 | Auto merge of #43728 - zackmdavis:fnused, r=eddyb | bors | -9/+79 |
| 2017-08-09 | Auto merge of #43595 - oyvindln:master, r=aturon | bors | -3/+10 |
| 2017-08-08 | Auto merge of #43691 - GuillaumeGomez:fix-rustdoc, r=QuietMisdreavus | bors | -9/+25 |
| 2017-08-08 | Use explicit wrapping_add to prevent potential unexpected behavior on debug b... | Stefan Schindler | -1/+1 |
| 2017-08-08 | Auto merge of #43711 - lu-zero:master, r=nagisa | bors | -1/+198 |
| 2017-08-08 | Remove all usage of hoedown_buffer_puts | Guillaume Gomez | -2/+1 |
| 2017-08-08 | Improve error message when duplicate names for type and trait method | Guillaume Gomez | -14/+69 |
| 2017-08-08 | mark comparison trait methods as #[must_use] | Zack M. Davis | -0/+7 |
| 2017-08-08 | #[must_use] for functions (RFC 1940) | Zack M. Davis | -9/+72 |
| 2017-08-09 | Type-check `break value;` even outside of `loop {}`. | kennytm | -0/+54 |
| 2017-08-08 | Implement HashStable for Xyz<'gcx> instead of Xyz<'lcx>. | Michael Woerister | -34/+40 |