summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-18Update clippyManish Goregaokar-8/+5
2018-07-19Auto merge of #52429 - alexcrichton:update-cargo, r=Mark-Simulacrumbors-171/+185
2018-07-19Auto merge of #52486 - kennytm:rollup, r=kennytmbors-42/+153
2018-07-18Update Cargo submoduleAlex Crichton-171/+185
2018-07-18Auto merge of #52431 - semarie:compiler-builtins, r=alexcrichtonbors-0/+0
2018-07-19Rollup merge of #52510 - QuietMisdreavus:redirects-are-cool, r=nrckennytm-1/+0
2018-07-19Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakiskennytm-3/+57
2018-07-18remove FIXME about macro redirectsQuietMisdreavus-1/+0
2018-07-18Document that Unique::empty() and NonNull::dangling() aren't sentinel valuesJosh Triplett-0/+10
2018-07-18Updated wording and placement of non-exhaustive notice so it is collapsed by ...David Wood-18/+37
2018-07-18rustc: Work around an upstream wasm ThinLTO bugAlex Crichton-1/+95
2018-07-18rustc: Remove a workaroudn in ThinLTO fixed upstreamAlex Crichton-29/+0
2018-07-18update compiler-builtins for openbsdSébastien Marie-0/+0
2018-07-18Update test outputEsteban Küber-1/+1
2018-07-18Change label span to point at iterator instead of iter itemEsteban Küber-13/+19
2018-07-18Do not use desugared ident when suggesting adding a typeEsteban Küber-2/+50
2018-07-19Rollup merge of #52480 - ljedrz:cleanup_24958, r=oli-obkkennytm-3/+0
2018-07-19Rollup merge of #51628 - euclio:line-writer, r=frewsxcvkennytm-10/+23
2018-07-19Rollup merge of #52487 - alexcrichton:build-less-sanitizers, r=kennytmkennytm-15/+28
2018-07-18Const-propagate castsOliver Schneider-15/+61
2018-07-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-183/+599
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-160/+165
2018-07-18Don't build twice the sanitizers on LinuxAlex Crichton-15/+28
2018-07-18Rollup merge of #52477 - frewsxcv:frewsxcv-iter-short, r=alexcrichtonkennytm-1/+3
2018-07-18Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkovkennytm-1/+1
2018-07-18Rollup merge of #52464 - o01eg:patch-1, r=alexcrichtonkennytm-0/+2
2018-07-18Rollup merge of #52458 - alexcrichton:fix-suggestion, r=petrochenkovkennytm-1/+1
2018-07-18Rollup merge of #52455 - felixrabe:patch-1, r=estebankkennytm-1/+1
2018-07-18Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichtonkennytm-2/+3
2018-07-18Rollup merge of #52218 - rivertam:patch-1, r=withoutboatskennytm-2/+4
2018-07-18Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapinkennytm-2/+30
2018-07-18Adjust run pass test to stricter existential type rulesOliver Schneider-22/+48
2018-07-18Remove workarounds for #24958ljedrz-3/+0
2018-07-18Auto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJungbors-10/+11
2018-07-18Make `async_idents` allow-by-defaultOliver Schneider-18/+24
2018-07-18Move the const casting code into its dedicated fileOliver Schneider-131/+145
2018-07-18Re-include `thumbv6m-none-eabi` to `run-make` targetHideki Sekine-2/+2
2018-07-18Use `dist-various-1` Dockerfile.Hideki Sekine-35/+8
2018-07-18Auto merge of #52426 - ljedrz:#28273_cleanup, r=nikomatsakisbors-21/+0
2018-07-18Add some tests around associated typesOliver Schneider-1/+112
2018-07-18Prepare for using wfcheck on existential typesOliver Schneider-36/+54
2018-07-18Check lifetimes on existential typesOliver Schneider-39/+218
2018-07-18Match ergonomicsOliver Schneider-1/+1
2018-07-18Simplify defining scope logicOliver Schneider-12/+9
2018-07-18More documentationOliver Schneider-1/+38
2018-07-18Split monster tests into smaller onesOliver Schneider-331/+456
2018-07-18Move some tests aroundOliver Schneider-0/+0
2018-07-18default impls for methods can contain existential types insideOliver Schneider-0/+1
2018-07-18Don't call `local_def_id` twice on the same node idOliver Schneider-7/+9
2018-07-18Add test for using existential types in associated typesOliver Schneider-0/+36