| Age | Commit message (Expand) | Author | Lines |
| 2015-07-16 | Merge branch 'uint-usize-rustc-docs' of https://github.com/nham/rust into rol... | Steve Klabnik | -53/+53 |
| 2015-07-16 | Rollup merge of #27030 - nrc:save-ctors, r=alexcrichton | Manish Goregaokar | -0/+7 |
| 2015-07-14 | Change int/uint => isize/usize in compiler docs. | Nick Hamann | -53/+53 |
| 2015-07-14 | save-analysis: fix def_ids for method calls | Nick Cameron | -0/+7 |
| 2015-07-13 | diagnostics: Fix E0303 explanation. | Michael Sproul | -4/+4 |
| 2015-07-13 | Don't ICE when missing owned_box lang item | Nick Cameron | -2/+8 |
| 2015-07-12 | Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton | bors | -2/+2 |
| 2015-07-12 | Auto merge of #26895 - jroesch:modernize-typeck-names, r=nikomatsakis | bors | -231/+226 |
| 2015-07-12 | Auto merge of #26966 - nagisa:tail-init, r=alexcrichton | bors | -6/+6 |
| 2015-07-12 | Rollup merge of #26976 - tshepang:more-simple-explanation, r=gankro | Manish Goregaokar | -2/+1 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -6/+6 |
| 2015-07-11 | doc: make explanation easier to undrstand | Tshepang Lekhonkhobe | -2/+1 |
| 2015-07-11 | remove repetition from E0308 explanation | Tshepang Lekhonkhobe | -1/+1 |
| 2015-07-10 | Fix make tidy | Jared Roesch | -19/+18 |
| 2015-07-10 | Rename TypeWithMutability to TypeAndMut | Jared Roesch | -47/+47 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -2/+2 |
| 2015-07-10 | Remove `pub use` of TypeError in ty.rs | Jared Roesch | -36/+40 |
| 2015-07-10 | Auto merge of #26926 - alexcrichton:llvm-archive-writer, r=brson | bors | -2/+2 |
| 2015-07-10 | trans: Use LLVM's writeArchive to modify archives | Alex Crichton | -2/+2 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -16/+13 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -16/+13 |
| 2015-07-09 | Auto merge of #26515 - quantheory:check_enum_recursion, r=nrc | bors | -35/+140 |
| 2015-07-08 | Add comments about the checks for recursive variant definition, as requested ... | Sean Patrick Santos | -0/+4 |
| 2015-07-09 | Auto merge of #26883 - retep998:download-more-ram, r=alexcrichton | bors | -5/+40 |
| 2015-07-08 | Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -5/+1 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -5/+1 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -205/+197 |
| 2015-07-08 | Report memory use in time-passes on Windows | Peter Atashian | -5/+40 |
| 2015-07-08 | Auto merge of #26859 - arielb1:const-deref-again, r=eddyb | bors | -8/+29 |
| 2015-07-07 | Auto merge of #26747 - huonw:stability-issue, r=alexcrichton | bors | -2/+6 |
| 2015-07-07 | mark user-defined derefs as non-constant | Ariel Ben-Yehuda | -1/+22 |
| 2015-07-07 | use is_method_call rather than directly accessing the method_map | Ariel Ben-Yehuda | -7/+7 |
| 2015-07-06 | rustc: implement `unstable(issue = "nnn")`. | Huon Wilson | -2/+6 |
| 2015-07-04 | Auto merge of #26694 - eddyb:method-nan, r=arielb1 | bors | -534/+144 |
| 2015-07-04 | rustc: remove MethodOrigin and use the container to distinguish inherent meth... | Eduard Burtescu | -47/+22 |
| 2015-07-04 | rustc: compute the vtable base of a supertrait during selection. Fixes #26339. | Eduard Burtescu | -85/+75 |
| 2015-07-04 | Remove outdated errors for mutating strings | Ariel Ben-Yehuda | -28/+2 |
| 2015-07-04 | rustc: remove MethodOrigin::Object and use traits::VtableObject instead. | Eduard Burtescu | -9/+2 |
| 2015-07-04 | rustc_lint: use traits::select for methods in unconditional_recursion. | Eduard Burtescu | -70/+7 |
| 2015-07-04 | rustc: simplify ty::MethodOrigin and avoid trait item indices. | Eduard Burtescu | -370/+125 |
| 2015-07-04 | rustc: remove unused MethodStaticClosure variant of MethodOrigin. | Eduard Burtescu | -44/+4 |
| 2015-07-03 | Fix some merge conflicts | Niko Matsakis | -10/+11 |
| 2015-07-03 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+83 |
| 2015-07-03 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -16/+122 |
| 2015-07-03 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -9/+16 |
| 2015-07-03 | Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix | bors | -1/+1 |
| 2015-07-02 | Auto merge of #26713 - GuillaumeGomez:patch-3, r=Manishearth | bors | -4/+36 |
| 2015-07-02 | Auto merge of #26712 - GuillaumeGomez:patch-2, r=Manishearth | bors | -1/+48 |
| 2015-07-02 | Auto merge of #26722 - arielb1:log-deadlock, r=eddyb | bors | -25/+38 |
| 2015-07-02 | Auto merge of #26691 - nrc:mem, r=alexcrichton | bors | -2/+39 |