| Age | Commit message (Expand) | Author | Lines |
| 2016-05-13 | Document the x87 control word | Andrea Canciani | -5/+62 |
| 2016-05-13 | Fix fast path of float parsing on x87 | Andrea Canciani | -7/+42 |
| 2016-05-13 | Add compile-fail tests for error codes | ggomez | -0/+242 |
| 2016-05-13 | Auto merge of #33541 - eddyb:promote-only-temps, r=arielb1 | bors | -6/+42 |
| 2016-05-13 | Auto merge of #33596 - nikomatsakis:issue-33586-regr-assoc-type-path, r=eddyb | bors | -27/+98 |
| 2016-05-12 | Generic encoded enums no longer crash on reference/pointer types | Steven Burns | -0/+2 |
| 2016-05-12 | Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc | bors | -45/+97 |
| 2016-05-12 | Add a note about Higher-Ranked Trait Bounds in docs on Closures. | Val Vanderschaegen | -0/+47 |
| 2016-05-12 | Update errors to use new error format | Jonathan Turner | -163/+219 |
| 2016-05-13 | [MIR] Enhance the SimplifyCfg pass to merge consecutive blocks | Björn Steinbrink | -59/+124 |
| 2016-05-12 | Updating a few more errors with labels | Jonathan Turner | -26/+46 |
| 2016-05-12 | Set of fixes to improve borrowcks that weren't updated | Jonathan Turner | -16/+47 |
| 2016-05-13 | Some simple improvements to MIR pretty printing | Jonas Schievink | -22/+55 |
| 2016-05-12 | doc: to_string not needed since we gots coercion | Tshepang Lekhonkhobe | -2/+2 |
| 2016-05-12 | doc: use less awkward and less confusing language | Tshepang Lekhonkhobe | -2/+2 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -26/+182 |
| 2016-05-12 | doc: line these comments up | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-12 | Add error explanations for E0374, E0375, E0376 on issue #33383 | Dan Fockler | -7/+158 |
| 2016-05-12 | doc: Fix comment in std::string::String example code | Haiko Schol | -1/+1 |
| 2016-05-12 | rustdoc: Fix missing type parameters on impls | Oliver Middleton | -8/+30 |
| 2016-05-12 | Improve derived implementations for enums with lots of fieldless variants | Björn Steinbrink | -7/+44 |
| 2016-05-12 | re-introduce a cache for ast-ty-to-ty | Niko Matsakis | -27/+98 |
| 2016-05-12 | Fix the sed invocation to also work with BSD sed. | Pavel Sountsov | -1/+1 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -43/+22 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -23/+147 |
| 2016-05-12 | Use the correct word in the explanation | Stefan Schindler | -1/+1 |
| 2016-05-12 | fix tidy | Alex Burka | -4/+8 |
| 2016-05-12 | Add more details and examples in error code | ggomez | -8/+13 |
| 2016-05-12 | update "reason" for fnbox feature gate | Alex Burka | -4/+4 |
| 2016-05-12 | Auto merge of #33338 - birkenfeld:issue-25356, r=jseyfried | bors | -2/+11 |
| 2016-05-12 | Better handling of tab in error | Seo Sanghyeon | -2/+32 |
| 2016-05-12 | Auto merge of #33306 - vadixidav:master, r=alexcrichton | bors | -1/+73 |
| 2016-05-12 | typeck: if a private field exists, also check for a public method | Georg Brandl | -5/+36 |
| 2016-05-12 | typeck: limit number of candidates shown for a single error | Georg Brandl | -2/+11 |
| 2016-05-12 | Tighten span for E0063 | Seo Sanghyeon | -1/+1 |
| 2016-05-12 | Cleanup formatting and wording for `std::env::temp_dir` docs. | Corey Farwell | -10/+10 |
| 2016-05-11 | Auto merge of #33169 - swgillespie:issue32829, r=eddyb | bors | -0/+88 |
| 2016-05-11 | Plumb inference obligations through selection | Masood Malekghassemi | -66/+126 |
| 2016-05-12 | Check the constants’ parameter environment | Simonas Kazlauskas | -1/+23 |
| 2016-05-11 | Don't mutate the inference context when assembling | Masood Malekghassemi | -1/+1 |
| 2016-05-11 | Add inferred obligation storage to all Vtable variants and SelectionContext | Masood Malekghassemi | -41/+111 |
| 2016-05-12 | Gen right parameter envirnoment for assoc consts | Simonas Kazlauskas | -20/+2 |
| 2016-05-12 | Do not use const Rib for associated constants | Simonas Kazlauskas | -3/+1 |
| 2016-05-11 | trans: Use CrateContext::empty_substs_for_def_id() instead of Substs::empty()... | Michael Woerister | -18/+48 |
| 2016-05-11 | save-analysis: give better text info in value fields | Nick Cameron | -35/+109 |
| 2016-05-11 | save-analysis: attempt number 2 at a JSON version | Nick Cameron | -61/+423 |
| 2016-05-11 | [MIR trans] Optimize trans for biased switches | Björn Steinbrink | -10/+26 |
| 2016-05-11 | Add detailed error explanation for E0505 | billyevans | -1/+79 |
| 2016-05-11 | Fix typo in std::sync::Once documentation | Amanieu d'Antras | -1/+0 |
| 2016-05-11 | Export OnceState from libstd | Amanieu d'Antras | -1/+1 |