summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-03-10Fix #39390 on beta.Jeffrey Seyfried-11/+25
2017-03-09Propagate expected type hints through struct literals.Eduard-Mihai Burtescu-8/+41
2017-03-09Rename expected_types_for_fn_args to expected_inputs_for_expected_output.Eduard-Mihai Burtescu-12/+12
2017-03-09trans: don't ICE when trying to create ADT trans-itemsAriel Ben-Yehuda-7/+62
2017-03-09Fix const expression macro invocations.Jeffrey Seyfried-20/+45
2017-03-09Fix ICE: don't use `struct_variant` on enumsEsteban Küber-1/+39
2017-03-04Beta backport of #40254Simonas Kazlauskas-3/+7
2017-02-28travis: Split Android into dist/test imagesAlex Crichton-22/+82
2017-02-25std: Relax UnwindSafe impl for UniqueAlex Crichton-2/+5
2017-02-25use a more conservative inhabitableness ruleAriel Ben-Yehuda-9/+19
2017-02-25check_match: don't treat privately uninhabited types as uninhabitedAriel Ben-Yehuda-37/+144
2017-02-23Fix typo in bootstrap.py info messageDirkjan Ochtman-1/+1
2017-02-23Guard against USER not existing in the environmentDirkjan Ochtman-1/+1
2017-02-23Don't check for sudo environment if vendored sources are already configuredDirkjan Ochtman-1/+1
2017-02-23pacify tidyAriel Ben-Yehuda-4/+7
2017-02-23address review commentsAriel Ben-Yehuda-1/+1
2017-02-23Inline the function `with_lvalue_ref` into `trans_transmute`Ariel Ben-Yehuda-49/+31
2017-02-23remove unneeded drop of isizeAriel Ben-Yehuda-4/+0
2017-02-23emit "align 1" metadata on loads/stores of packed structsAriel Ben-Yehuda-223/+363
2017-02-23Fix ICE when accessing mutably an immutable enumEsteban Küber-1/+33
2017-02-23Fix ICE when parsing token trees after an error.Jeffrey Seyfried-3/+42
2017-02-23Fix ICE on certain sequence repetitions.Jeffrey Seyfried-5/+29
2017-02-23fix run-pass test that required `Copy` implNiko Matsakis-0/+2
2017-02-23remove vestiges of the old suggestion machineryNiko Matsakis-260/+118
2017-02-23add some sample UI error test casesNiko Matsakis-0/+243
2017-02-11Actually fix manifest generationAlex Crichton-2/+2
2017-02-11Don't include directory names in shasumsAlex Crichton-1/+2
2017-02-11Rename manifest_version to manifest-versionAlex Crichton-4/+13
2017-02-11rustbuild: Clean build/dist on `make clean`Alex Crichton-0/+1
2017-02-11Auto merge of #39734 - alexcrichton:beta-next, r=brsonbors-7/+35
2017-02-11Auto merge of #39711 - brson:beta-boot, r=alexcrichtonbors-1/+1
2017-02-11Auto merge of #39600 - alexcrichton:cargo-tarball-name2, r=brsonbors-0/+2
2017-02-10Fix a manifest-generation bug on betaAlex Crichton-0/+2
2017-02-10Fix make tidyAndrew Cann-3/+3
2017-02-10Remove use of ptr::eqAndrew Cann-13/+18
2017-02-10Uninhabited while-let pattern fixAndrew Cann-4/+24
2017-02-10libbacktrace: Fix uninitialized variableVadim Petrochenkov-1/+3
2017-02-10rustbuild: Add x.py to source tarballsAlex Crichton-1/+2
2017-02-10Update bootstrap compiler to 1.15.1Brian Anderson-1/+1
2017-02-09Auto merge of #39667 - alexcrichton:beta-next, r=brsonbors-0/+5
2017-02-08rustbuild: Pass -fPIC on 32-bit non-Windows platformsAlex Crichton-0/+5
2017-02-06Fix a manifest-generation bug on betaAlex Crichton-0/+2
2017-02-06Auto merge of #39493 - alexcrichton:beta-next, r=aturonbors-1/+1
2017-02-06Auto merge of #39444 - keeperofdakeys:derive-error, r=jseyfriedbors-66/+17
2017-02-05[beta] Fix branch name Cargo's downloaded fromAlex Crichton-3/+1
2017-02-06Delete failing testJosh Driver-51/+0
2017-02-03std: Fix IntoIter::as_mut_slice's signatureAlex Crichton-1/+1
2017-02-02Fix syntax errorJosh Driver-1/+1
2017-02-01Fixup tests for new unknown derive errorJosh Driver-10/+7
2017-02-01Add a better error message for missing derive macrosJosh Driver-14/+19