summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-03Adding if to prevent borrowing suggestion in structs #71136Kevin Per-6/+46
2020-05-03Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandryDylan DPC-5/+45
2020-05-03Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievinkDylan DPC-1/+1
2020-05-03Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkovDylan DPC-8/+196
2020-05-03Rollup merge of #71314 - mibac138:cfg-version, r=petrochenkovDylan DPC-19/+282
2020-05-03Rollup merge of #71165 - lcnr:patch-2, r=AmanieuDylan DPC-6/+7
2020-05-03Enable `cfg` predicate for `target_feature = "crt-static"` only if the target...Vadim Petrochenkov-14/+6
2020-05-03Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievinkbors-51/+89
2020-05-02trailing newlinesEsteban Küber-1/+0
2020-05-02Add docsEsteban Küber-0/+18
2020-05-02Suggest constraint on `impl Trait` in return typeEsteban Küber-21/+100
2020-05-02fix rebaseEsteban Küber-1/+1
2020-05-02Point at associated types when they have a default typeEsteban Küber-25/+96
2020-05-02review comment: use or patternsEsteban Küber-4/+2
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-84/+228
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-66/+469
2020-05-03Add build script to rustc_attr because of cfg(version)mibac138-0/+5
2020-05-03Add more tests for cfg(version)mibac138-5/+53
2020-05-03Change cfg(version) error message wordingmibac138-9/+12
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-19/+226
2020-05-02Auto merge of #71807 - Dylan-DPC:rollup-jvb8sd9, r=Dylan-DPCbors-273/+271
2020-05-02Don't skip building LLVM if already builtMark Rousskov-6/+18
2020-05-02Extract stamp testing for LLVMMark Rousskov-45/+71
2020-05-02Decode qualifs from defaulted trait associated constsDylan MacKenzie-2/+4
2020-05-02Test associated const default qualifs cross-crateDylan MacKenzie-3/+41
2020-05-03Add stability attribute to E0539 error examplesunexge-0/+2
2020-05-02Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppebors-23/+392
2020-05-02Add `#![feature(staged_api)]` attribute to E0539 error examplesunexge-0/+4
2020-05-02Do not try to find binop method on RHS `TyErr`Esteban Küber-1/+28
2020-05-03Add a fast code path to optimize `confusable_idents` lint for ASCII code base.Charles Lew-4/+49
2020-05-03Implement `confusable_idents` lint.Charles Lew-8/+151
2020-05-02slice::fill: take T by value.Bastian Kauschke-6/+7
2020-05-02Add long error explanation for E0539unexge-2/+45
2020-05-02typeck: always expose explicit enum discriminant `AnonConst`s' parent in `gen...Eduard-Mihai Burtescu-2/+83
2020-05-02typeck/wfcheck: require that explicit enum discriminants const-evaluate succe...Eduard-Mihai Burtescu-2/+35
2020-05-02Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkorDylan DPC-45/+56
2020-05-02Rollup merge of #71785 - reitermarkus:cfg-attribute, r=Mark-SimulacrumDylan DPC-7/+9
2020-05-02Rollup merge of #71784 - Xaeroxe:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-05-02Rollup merge of #71777 - petrochenkov:crtype, r=Mark-SimulacrumDylan DPC-160/+142
2020-05-02Rollup merge of #71772 - cjgillot:ensure, r=petrochenkovDylan DPC-56/+57
2020-05-02Rollup merge of #71767 - tshepang:stack-stuff, r=jonas-schievinkDylan DPC-4/+6
2020-05-02Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppeDylan DPC-23/+392
2020-05-02Auto merge of #71794 - RalfJung:miri, r=RalfJungbors-7/+7
2020-05-02typoBastian Kauschke-1/+1
2020-05-02ty: use `delay_span_bug` in `ty::AdtDef::eval_explicit_discr`.Eduard-Mihai Burtescu-15/+8
2020-05-02Replace `cfg` macro with attribute.Markus Reiter-7/+9
2020-05-02Move ensure_sufficient_stack to data_structuresSimonas Kazlauskas-32/+32
2020-05-02Set the default stack size to 8MBSimonas Kazlauskas-1/+1
2020-05-02Add `psm` to the crate whitelistOliver Scherer-0/+2
2020-05-02Prevent stack overflow for deeply recursive codeOliver Scherer-351/+422