| Age | Commit message (Expand) | Author | Lines |
| 2015-07-04 | Auto merge of #26694 - eddyb:method-nan, r=arielb1 | bors | -1178/+591 |
| 2015-07-04 | Auto merge of #26771 - bluss:str-prefix, r=Gankro | bors | -8/+5 |
| 2015-07-04 | Remove E0134 and E0135 error explanation | Guillaume Gomez | -43/+14 |
| 2015-07-04 | Add E0134 error explanation | Guillaume Gomez | -1/+19 |
| 2015-07-04 | Add E0135 error explanation | Guillaume Gomez | -0/+18 |
| 2015-07-04 | Add E0159 error explanation | Guillaume Gomez | -1/+24 |
| 2015-07-04 | Add E0130 error explanation | Guillaume Gomez | -3/+31 |
| 2015-07-04 | Add E0128 error explanation | Guillaume Gomez | -1/+20 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -121/+60 |
| 2015-07-04 | rustc: compute the vtable base of a supertrait during selection. Fixes #26339. | Eduard Burtescu | -101/+117 |
| 2015-07-04 | Auto merge of #26770 - arielb1:str-mut-idx, r=eddyb | bors | -28/+40 |
| 2015-07-04 | str: Correct documentation on is_char_boundary | Ulrik Sverdrup | -3/+1 |
| 2015-07-04 | Remove outdated errors for mutating strings | Ariel Ben-Yehuda | -28/+40 |
| 2015-07-04 | core: Use memcmp in is_prefix_of / is_suffix_of | Ulrik Sverdrup | -5/+4 |
| 2015-07-04 | require reimplementations of all items when a defaulted associated type is ov... | Ariel Ben-Yehuda | -12/+68 |
| 2015-07-04 | Clean-up check_impl_items_against_trait | Ariel Ben-Yehuda | -106/+57 |
| 2015-07-04 | Auto merge of #26763 - steveklabnik:fix_feature_gates, r=sfackler | bors | -4/+0 |
| 2015-07-04 | rustc: remove MethodOrigin::Object and use traits::VtableObject instead. | Eduard Burtescu | -227/+144 |
| 2015-07-04 | rustc_trans: remove some outdated and unused logic from callee. | Eduard Burtescu | -19/+19 |
| 2015-07-04 | rustc_lint: use traits::select for methods in unconditional_recursion. | Eduard Burtescu | -144/+92 |
| 2015-07-04 | rustc_trans: explicit impl population is unnecessary in fulfill_obligation. | Eduard Burtescu | -1/+0 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -691/+328 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -51/+8 |
| 2015-07-03 | Fix some merge conflicts | Niko Matsakis | -11/+12 |
| 2015-07-03 | Now that I made the warning smarter, these tests no longer require modification | Niko Matsakis | -2/+4 |
| 2015-07-03 | Adjust tests to silence warnings (or record them, as appropriate). | Niko Matsakis | -6/+8 |
| 2015-07-03 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+168 |
| 2015-07-03 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -39/+202 |
| 2015-07-03 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -36/+90 |
| 2015-07-03 | Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix | bors | -277/+150 |
| 2015-07-03 | remove some feature gates from the docs | Steve Klabnik | -4/+0 |
| 2015-07-04 | Update atomic.rs | Wei-Ming Yang | -9/+0 |
| 2015-07-03 | Auto merge of #26759 - dotdash:drop_dst, r=pnkfelix | bors | -2/+33 |
| 2015-07-03 | Fix ICE caused by Drop implementations for unsized types | Björn Steinbrink | -2/+33 |
| 2015-07-03 | Fix 'Relaaxed' typo in code comment | Corey Farwell | -1/+1 |
| 2015-07-03 | Refactor how the parser looks for sub-modules | Nick Cameron | -68/+108 |
| 2015-07-03 | Auto merge of #26740 - steveklabnik:gh26737, r=gankro | bors | -3/+18 |
| 2015-07-03 | Auto merge of #26610 - aturon:fix_make_unique, r=alexcrichton | bors | -79/+177 |
| 2015-07-02 | Auto merge of #26733 - nhowell:update-jquery, r=steveklabnik | bors | -6/+6 |
| 2015-07-02 | Auto merge of #26725 - tshepang:patch-2, r=bluss | bors | -1/+1 |
| 2015-07-02 | Fix race condition in Arc's get_mut and make_unqiue | Aaron Turon | -79/+177 |
| 2015-07-02 | Auto merge of #26738 - dotdash:trans_args, r=luqmana | bors | -187/+113 |
| 2015-07-02 | Auto merge of #26682 - posix4e:netbsd, r=alexcrichton | bors | -41/+245 |
| 2015-07-02 | Add more description for from_raw_parts's unsafety | Steve Klabnik | -3/+18 |
| 2015-07-02 | rustc_trans: Disable landing pads on 32-bit MSVC | Alex Crichton | -6/+57 |
| 2015-07-02 | windows: Don't link rust_builtin | Alex Crichton | -40/+35 |
| 2015-07-02 | Directly construct lvalue datums for function arguments | Björn Steinbrink | -162/+101 |
| 2015-07-02 | Avoid a needless vector copy in type_of_rust_fn | Björn Steinbrink | -14/+12 |
| 2015-07-02 | Skip the pointless tupling/untupling of argument types in trans_closure | Björn Steinbrink | -12/+1 |
| 2015-07-02 | Auto merge of #26724 - tshepang:patch-1, r=bluss | bors | -2/+0 |