about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-14rustc_trans: rename CrateContext to CodegenCx.Eduard-Mihai Burtescu-273/+273
2018-01-14rustc_trans: access fields directly on CrateContext.Eduard-Mihai Burtescu-393/+298
2018-01-14rustc_trans: remove unused `TargetDataRef` accessor.Eduard-Mihai Burtescu-9/+0
2018-01-14rustc_trans: collapse {Local,Shared}CrateContext.Eduard-Mihai Burtescu-243/+113
2018-01-14Auto merge of #47223 - alexcrichton:new-target-feature, r=eddybbors-61/+262
2018-01-14Auto merge of #46832 - Diggsey:bufread-cheaper-seek, r=alexcrichtonbors-0/+46
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-44/+56
2018-01-13Auto merge of #47416 - petrochenkov:remove-impl-for-dot-dot, r=petrochenkovbors-804/+193
2018-01-13Add note to documentationDiggory Blake-0/+4
2018-01-13Implement "seek_relative"Diggory Blake-0/+42
2018-01-13rustc: Tweak `#[target_feature]` syntaxAlex Crichton-27/+216
2018-01-13Re-add support for `impl Trait for ..` to the parserVadim Petrochenkov-2/+40
2018-01-13Address review.leonardo.yvens-75/+16
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-13/+20
2018-01-13Fix rustdocleonardo.yvens-2/+0
2018-01-13Move coherence/overlap.rs into coherence/mod.rsleonardo.yvens-60/+45
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 #47251 - rkruppe:rm-simd-attr, r=eddybbors-481/+413
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