| Age | Commit message (Expand) | Author | Lines |
| 2015-08-10 | Fixed algorithm to match shootout requirements | llogiq | -16/+13 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -21/+1 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -1/+81 |
| 2015-08-07 | Fix the diagnostic for fat pointer to usize casts. | Scott Olson | -2/+2 |
| 2015-08-07 | Fix ICE when trying to drop an unsized type from a different crate | Björn Steinbrink | -0/+46 |
| 2015-08-07 | Auto merge of #27582 - pnkfelix:disable-nonzeroing-move-hint-by-default, r=ni... | bors | -0/+36 |
| 2015-08-07 | placate the pretty tests by ignoring my test. | Felix S. Klock II | -0/+2 |
| 2015-08-07 | improve span of erroneous empty macro invocation | Tim Neumann | -0/+28 |
| 2015-08-07 | Regression test for dropflag reinit issue. | Felix S. Klock II | -0/+34 |
| 2015-08-07 | Auto merge of #27551 - arielb1:adt-def, r=nikomatsakis | bors | -0/+7 |
| 2015-08-07 | Customize error messages for self glob imports. | Victor Berger | -1/+11 |
| 2015-08-06 | Revert "Revert "Fix `missing_docs` lint for const and static."" | Brian Anderson | -0/+21 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -8/+139 |
| 2015-08-06 | handle associated types correctly in null pointer optimization | Ariel Ben-Yehuda | -0/+7 |
| 2015-08-06 | Add test descriptions. | Victor Berger | -2/+11 |
| 2015-08-06 | Fix expected parse error | Jared Roesch | -8/+9 |
| 2015-08-05 | Auto merge of #27505 - steveklabnik:exterminate_exterminate, r=brson | bors | -47/+0 |
| 2015-08-05 | Update tests and add some more. | Victor Berger | -5/+54 |
| 2015-08-05 | Revert "debuginfo: Bring back some GDB pretty printing autotests that are not... | Alex Crichton | -188/+0 |
| 2015-08-05 | Auto merge of #27458 - mitaa:local_cpath, r=nikomatsakis | bors | -14/+80 |
| 2015-08-05 | Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrc | bors | -7/+114 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -70/+164 |
| 2015-08-04 | Fix last nits | Jared Roesch | -48/+52 |
| 2015-08-04 | Actually commit tests | Jared Roesch | -0/+126 |
| 2015-08-04 | Address nits | Jared Roesch | -84/+0 |
| 2015-08-04 | Tidy test case | Jared Roesch | -3/+5 |
| 2015-08-04 | Update and add test case | Jared Roesch | -0/+82 |
| 2015-08-04 | Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-08-04 | Auto merge of #27507 - eefriedman:link-section, r=alexcrichton | bors | -0/+36 |
| 2015-08-04 | Addressing nits & tests explanations. | Victor Berger | -2/+12 |
| 2015-08-04 | Auto merge of #27500 - michaelwoerister:bring-gdb-pp-tests-back, r=alexcrichton | bors | -0/+188 |
| 2015-08-03 | Fix link_section regression. | Eli Friedman | -0/+36 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -70/+164 |
| 2015-08-03 | Auto merge of #26783 - eddyb:methrec, r=huonw | bors | -0/+66 |
| 2015-08-04 | rustc_lint: handle more method calls in unconditional_recursion. | Eduard Burtescu | -0/+66 |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -2/+8 |
| 2015-08-03 | delete some old tests | Steve Klabnik | -47/+0 |
| 2015-08-03 | debuginfo: Bring back some GDB pretty printing autotests that are not actuall... | Michael Woerister | -0/+188 |
| 2015-08-03 | Update error comment | Guillaume Gomez | -1/+1 |
| 2015-08-01 | Fix and add tests regarding extern crate paths | mitaa | -14/+80 |
| 2015-07-31 | Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfackler | bors | -3/+18 |
| 2015-07-31 | Fix resolve tests and add some more. | Victor Berger | -7/+104 |
| 2015-07-31 | Fix `impl A .. {}` | Seo Sanghyeon | -3/+18 |
| 2015-07-31 | Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton | bors | -0/+29 |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+8 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -2/+8 |
| 2015-07-30 | Auto merge of #27392 - pnkfelix:rename-xpretty-as-unpretty, r=jroesch | bors | -1/+1 |
| 2015-07-30 | Auto merge of #27052 - wthrowe:atomic_send, r=Gankro | bors | -0/+22 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -1/+1 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+21 |