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