about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-13Remove wfcheck for auto traits, remove dead error codesleonardo.yvens-111/+23
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-168/+29
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-447/+94
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-15/+102
2018-01-13Auto merge of #47181 - michaelwoerister:var-len-def-index, r=eddybbors-65/+64
2018-01-13Auto merge of #46592 - o01eg:fix-45345, r=alexcrichtonbors-16/+24
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-65/+147
2018-01-13Rollup merge of #47382 - topecongiro:issue-43105, r=eddybkennytm-1/+23
2018-01-13Rollup merge of #47375 - overvenus:duration-examples, r=dtolnaykennytm-2/+2
2018-01-13Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichtonkennytm-1/+0
2018-01-13Rollup merge of #47357 - whentze:osstr-doc-fix, r=GuillaumeGomezkennytm-2/+5
2018-01-13Rollup merge of #47352 - EdSchouten:cloudabi-libtest, r=kennytmkennytm-8/+9
2018-01-13Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichtonkennytm-0/+110
2018-01-13Rollup merge of #47343 - goffrie:master, r=jseyfriedkennytm-6/+24
2018-01-13Rollup merge of #47340 - alercah:typo-fix, r=GuillaumeGomezkennytm-1/+1
2018-01-13Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcri...kennytm-4/+5
2018-01-13Rollup merge of #47328 - mbrubeck:fs_read, r=sfacklerkennytm-64/+42
2018-01-13Rollup merge of #47324 - mbrubeck:len, r=sfacklerkennytm-2/+10
2018-01-13Rollup merge of #47310 - bmusin:patch-1, r=sfacklerkennytm-1/+1
2018-01-13Rollup merge of #47307 - dlrobertson:fix_panic_strings, r=kennytmkennytm-1/+1
2018-01-13Rollup merge of #47306 - alexreg:dataflow-analysis, r=eddybkennytm-23/+41
2018-01-13Rollup merge of #47305 - cramertj:better-calendar-alone, r=eddybkennytm-47/+14
2018-01-13Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakiskennytm-30/+9
2018-01-13Rollup merge of #47289 - etaoins:skip-linker-output-non-utf8-test-on-apple, r...kennytm-4/+12
2018-01-13Rollup merge of #47288 - cuviper:jobserver-pipe2, r=alexcrichtonkennytm-5/+5
2018-01-13Rollup merge of #47283 - malbarbo:musl-1.1.18, r=alexcrichtonkennytm-1/+1
2018-01-13Rollup merge of #47282 - malbarbo:i586-musl, r=alexcrichtonkennytm-10/+40
2018-01-13Rollup merge of #47185 - ritiek:ui-test-failed-output, r=nikomatsakiskennytm-9/+106
2018-01-13Rollup merge of #47081 - pietroalbini:fix-nested-tree-dump, r=nrckennytm-1/+7
2018-01-13Rollup merge of #47069 - Kagamihime:master, r=nrckennytm-11/+24
2018-01-13Rollup merge of #46985 - Diggsey:path-component-asref, r=alexcrichtonkennytm-0/+7
2018-01-13Use delay_span_bug() over debug!()Seiichi Uchida-1/+2
2018-01-12Ignore CTFE errors while lowering patternsSeiichi Uchida-1/+22
2018-01-12Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrcbors-9/+217
2018-01-12Remove unused configuration parameter `libdir_relative`.O01eg-5/+3
2018-01-12Remove unused argument `rustc_cargo`.O01eg-4/+3
2018-01-12Add library path for real rustdoc with `RUSTDOC_LIBDIR` environment variable.O01eg-2/+5
2018-01-12Fix Duration::subsec_millis and Duration::subsec_micros examplesNeil Shen-2/+2
2018-01-12Build all stages with relative libdirs.O01eg-8/+4
2018-01-12Stage 1 and later use relative libdir.O01eg-1/+1
2018-01-12Accept verbosity in rustdoc.O01eg-0/+11
2018-01-12Fix #45345.O01eg-0/+1
2018-01-11Enable num tests on wasmDiggory Blake-1/+0
2018-01-11s/OsStr/&OsStr in docs to align with &str/String comparisonmuvlon-2/+3
2018-01-11Don't track local_needs_drop separately in qualify_consts (fixes #47351).Alexander Regueiro-23/+41
2018-01-11Add i586-unknown-linux-musl targetMarco A L Barbosa-10/+40
2018-01-11Fix dead links in docs for OsStrmuvlon-0/+2
2018-01-11Fix confusing documentation for OsStrmuvlon-1/+1
2018-01-11Auto merge of #47180 - varkor:range-iterator-overrides, r=alexcrichtonbors-0/+75
2018-01-11Make libtest build on CloudABI.Ed Schouten-8/+9