| Age | Commit message (Expand) | Author | Lines |
| 2015-08-24 | fix test | Ariel Ben-Yehuda | -2/+2 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -55/+36 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -540/+561 |
| 2015-08-24 | Use a u32 instead of a usize in CodeExtent | Ariel Ben-Yehuda | -6/+5 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -76/+65 |
| 2015-08-24 | Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix | bors | -16/+15 |
| 2015-08-24 | purge DEF_ID_DEBUG TLS variable, and just always print a path, since I | Niko Matsakis | -44/+30 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -63/+61 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -978/+1031 |
| 2015-08-24 | move def-id to rustc crate | Niko Matsakis | -38/+57 |
| 2015-08-23 | Auto merge of #27962 - dotdash:overflow, r=alexcrichton | bors | -35/+29 |
| 2015-08-23 | Auto merge of #27586 - GuillaumeGomez:patch-2, r=Manishearth | bors | -7/+185 |
| 2015-08-23 | Auto merge of #27960 - dotdash:zerosize_lifetime, r=alexcrichton | bors | -4/+12 |
| 2015-08-23 | Auto merge of #27948 - wthrowe:f64-sqrt, r=alexcrichton | bors | -1/+5 |
| 2015-08-23 | Auto merge of #27961 - Manishearth:fix-rustcdatastructures-docs, r=eddyb | bors | -1/+1 |
| 2015-08-23 | Improve codegen for the various "with overflow" intrinsics | Björn Steinbrink | -35/+29 |
| 2015-08-23 | Fix panic in docs for librustc_data_structures | Manish Goregaokar | -1/+1 |
| 2015-08-23 | Omit lifetime intrinsics for zero-sized types | Björn Steinbrink | -4/+12 |
| 2015-08-23 | Auto merge of #27944 - dotdash:zst_memcpy, r=eddyb | bors | -0/+5 |
| 2015-08-23 | Auto merge of #27931 - tbu-:pr_liblibc_void, r=alexcrichton | bors | -5/+6 |
| 2015-08-23 | Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichton | bors | -0/+49 |
| 2015-08-23 | Auto merge of #27922 - tshepang:dst-definition, r=alexcrichton | bors | -0/+6 |
| 2015-08-23 | Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichton | bors | -1/+24 |
| 2015-08-23 | Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichton | bors | -586/+688 |
| 2015-08-23 | Auto merge of #27947 - steveklabnik:rollup, r=steveklabnik | bors | -18/+21 |
| 2015-08-22 | Fix undefined behavior in f64::sqrt | William Throwe | -1/+5 |
| 2015-08-22 | Rollup merge of #27935 - mbrubeck:cfg-test, r=steveklabnik | Steve Klabnik | -0/+1 |
| 2015-08-22 | Rollup merge of #27934 - MatejLach:spacing_fix, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-08-22 | Rollup merge of #27926 - durka:emphasize-no-bin-doctest, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-08-22 | Rollup merge of #27924 - pornel:bookthreadjoin, r=steveklabnik | Steve Klabnik | -3/+5 |
| 2015-08-22 | Rollup merge of #27921 - tshepang:missing-words, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-08-22 | Rollup merge of #27920 - tshepang:ancient-syntax, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-08-22 | Rollup merge of #27904 - tshepang:nit, r=nikomatsakis | Steve Klabnik | -1/+1 |
| 2015-08-22 | Rollup merge of #27903 - tshepang:improve-example, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-08-22 | Auto merge of #27915 - SimonSapin:dotted_i, r=alexcrichton | bors | -21/+17 |
| 2015-08-23 | add help for E0390 | Manish Goregaokar | -0/+2 |
| 2015-08-23 | Remove E0103 long error explanation until we don't know what's going on | Guillaume Gomez | -11/+2 |
| 2015-08-23 | Improve error explanation and example in E0390 | Guillaume Gomez | -3/+13 |
| 2015-08-23 | Add tip for E0369 | Guillaume Gomez | -0/+3 |
| 2015-08-23 | Add example for E0390 | Guillaume Gomez | -8/+14 |
| 2015-08-23 | Improve E0323 error explanation | Guillaume Gomez | -4/+4 |
| 2015-08-22 | Fix the Mac build, again. | Richard Diamond | -0/+1 |
| 2015-08-22 | Auto merge of #27914 - pnkfelix:fix-fcnr-for-valgrind, r=alexcrichton | bors | -4/+28 |
| 2015-08-22 | Auto merge of #27896 - alexcrichton:into-raw-os-prelude, r=brson | bors | -2/+2 |
| 2015-08-22 | Auto merge of #27565 - TimNN:dead-visit-type-in-path, r=nrc | bors | -0/+78 |
| 2015-08-22 | Don't emit memcpy's for zero-sized types | Björn Steinbrink | -0/+5 |
| 2015-08-22 | Add missing imports to `dladdr.rs` for Mac. | Richard Diamond | -0/+6 |
| 2015-08-22 | Auto merge of #27913 - birkenfeld:remove_suffix_len, r=alexcrichton | bors | -27/+0 |
| 2015-08-22 | Auto merge of #27907 - huonw:simd, r=alexcrichton | bors | -4/+7 |
| 2015-08-22 | Auto merge of #27892 - nikomatsakis:issue-27583, r=pnkfelix | bors | -116/+925 |