| Age | Commit message (Expand) | Author | Lines |
| 2017-08-27 | Auto merge of #44115 - alexcrichton:stable-next, r=alexcrichton 1.20.0 | bors | -1/+1 |
| 2017-08-27 | Prepare the 1.20.0 stable release | Alex Crichton | -1/+1 |
| 2017-08-23 | Auto merge of #44062 - alexcrichton:beta-next, r=alexcrichton | bors | -165/+275 |
| 2017-08-23 | Fix tests and fallout | Alex Crichton | -3/+3 |
| 2017-08-23 | Ensure that generic arguments don't end up in attribute paths. | Jeffrey Seyfried | -1/+29 |
| 2017-08-23 | Bump to beta .3 | Alex Crichton | -1/+1 |
| 2017-08-23 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+66 |
| 2017-08-23 | fix other cases of registering obligations in a snapshot | Ariel Ben-Yehuda | -9/+7 |
| 2017-08-23 | register fn-ptr coercion obligations out of a snapshot | Ariel Ben-Yehuda | -2/+20 |
| 2017-08-23 | ast_validation: forbid "nonstandard" literal patterns | Ariel Ben-Yehuda | -6/+44 |
| 2017-08-23 | std: Respect formatting flags for str-like OsStr | Alex Crichton | -6/+29 |
| 2017-08-23 | make `for_all_relevant_impls` O(1) again | Ariel Ben-Yehuda | -138/+77 |
| 2017-08-19 | Auto merge of #43922 - nrc:beta, r=alexcrichton | bors | -30/+55 |
| 2017-08-19 | Auto merge of #43952 - arielb1:the-big-backout, r=nikomatsakis | bors | -400/+287 |
| 2017-08-17 | Revert "Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis" | Ariel Ben-Yehuda | -239/+169 |
| 2017-08-17 | Revert "Auto merge of #43184 - nikomatsakis:incr-comp-anonymize-trait-selecti... | Ariel Ben-Yehuda | -83/+120 |
| 2017-08-17 | Revert "save the subobligations as well" | Ariel Ben-Yehuda | -86/+6 |
| 2017-08-17 | doc tests: use the filename from the source file for doc test programs, rathe... | Nick Cameron | -25/+49 |
| 2017-08-17 | Some tidying up around include! | Nick Cameron | -5/+6 |
| 2017-08-13 | Auto merge of #43831 - alexcrichton:beta-next, r=alexcrichton | bors | -134/+234 |
| 2017-08-13 | Auto merge of #43840 - arielb1:unused-reads-beta, r=Mark-Simulacrum | bors | -3/+7 |
| 2017-08-13 | Bump beta to .2 | Alex Crichton | -1/+1 |
| 2017-08-13 | Update cargo submodule | Alex Crichton | -2/+11 |
| 2017-08-13 | syntax: avoid loading the same source-file multiple times | Ariel Ben-Yehuda | -3/+7 |
| 2017-08-12 | float_bits_conv made it into 1.20 | est31 | -4/+4 |
| 2017-08-12 | std: Stabilize the `str_{mut,box}_extras` feature | Alex Crichton | -17/+7 |
| 2017-08-12 | Stabilize the `compile_error_macro` feature | Alex Crichton | -52/+4 |
| 2017-08-12 | std: Stabilize `manually_drop` feature | Alex Crichton | -12/+7 |
| 2017-08-12 | std: Stabilize `utf8_error_error_len` feature | Alex Crichton | -2/+1 |
| 2017-08-12 | std: Stabilize CString/OsString/PathBuf extra methods | Alex Crichton | -7/+7 |
| 2017-08-12 | std: Stabilize `str_checked_slicing` feature | Alex Crichton | -20/+14 |
| 2017-08-12 | std: Stabilize `option_entry` feature | Alex Crichton | -6/+2 |
| 2017-08-12 | std: Stabilize `char_escape_debug` | Alex Crichton | -13/+6 |
| 2017-08-12 | std: Mark `Layout::repeat` as `#[inline]` | Alex Crichton | -0/+22 |
| 2017-08-12 | save the subobligations as well | Niko Matsakis | -6/+86 |
| 2017-08-12 | Add a feature gate | est31 | -1/+25 |
| 2017-08-12 | Avoid calling the column!() macro in panic | est31 | -4/+50 |
| 2017-08-01 | Auto merge of #43566 - Keruspe:beta, r=alexcrichton | bors | -11/+11 |
| 2017-07-31 | update openssl and openssl-sys | Marc-Antoine Perennou | -11/+11 |
| 2017-07-22 | Auto merge of #43362 - alexcrichton:beta-next, r=alexcrichton | bors | -2/+8 |
| 2017-07-22 | Attempt to fix appveyor | Mark Simulacrum | -0/+6 |
| 2017-07-20 | [beta] Bootstrap from released compiler | Alex Crichton | -2/+2 |
| 2017-07-18 | Auto merge of #43307 - alexcrichton:beta-next, r=alexcrichton | bors | -442/+35 |
| 2017-07-18 | Remove all packaging support for the RLS | Alex Crichton | -437/+30 |
| 2017-07-17 | Prepare the 1.20.0 beta release | Alex Crichton | -5/+5 |
| 2017-07-17 | Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichton | bors | -23/+205 |
| 2017-07-17 | Auto merge of #43266 - feadoor:issue-43253-exclusive-range-warning, r=nikomat... | bors | -7/+78 |
| 2017-07-17 | Auto merge of #42033 - oli-obk:suggestions, r=petrochenkov | bors | -90/+438 |
| 2017-07-17 | Move resolve diagnostic instability to compile-fail | Oliver Schneider | -37/+70 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -159/+139 |