about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-18Add doc examples count for --show-coverageGuillaume Gomez-26/+88
2020-08-18Remove broken clap versions from cargotestAleksey Kladov-8/+1
2020-08-18mir building: fix some commentsRalf Jung-6/+7
2020-08-18Bump RLSIgor Matuszewski-0/+0
2020-08-18Validate the MIR of all optimizations in the mir-opt directoryOliver Scherer-81/+267
2020-08-18Auto merge of #75631 - matklad:rust-analyzer-2020-08-17, r=matkladbors-16/+44
2020-08-18update miriRalf Jung-10/+8
2020-08-18Auto merge of #75566 - alasher:master, r=oli-obkbors-3687/+48
2020-08-18Remove missing_fragment_specifier lintAleksey Kladov-20/+0
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-90/+32
2020-08-18Move macro test to ui/macrosAleksey Kladov-0/+0
2020-08-18Provide better spans for the match arm without tail expressionWonwoo Choi-22/+154
2020-08-17Rollup merge of #75637 - ctaggart:wasm32build, r=Mark-SimulacrumTyler Mandry-1/+1
2020-08-17Rollup merge of #75603 - mati865:mingw-out-implib-compat, r=oli-obkTyler Mandry-1/+1
2020-08-17Rollup merge of #75548 - dancrossnyc:master, r=tmandryTyler Mandry-4/+10
2020-08-18Auto merge of #75653 - JohnTitor:rollup-0ejtdfo, r=JohnTitorbors-39/+111
2020-08-18Rollup merge of #75634 - scileo:fix-75581, r=ehussYuki Okushi-1/+1
2020-08-18Rollup merge of #75626 - GuillaumeGomez:cleanup-e0754, r=pickfireYuki Okushi-13/+7
2020-08-18Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkovYuki Okushi-0/+70
2020-08-18Rollup merge of #75578 - 5M1Sec:master, r=oli-obkYuki Okushi-13/+16
2020-08-18Rollup merge of #75389 - RalfJung:span_label, r=davidtwcoYuki Okushi-12/+17
2020-08-17Resolve true and false as booleansJoshua Nelson-7/+28
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-304/+303
2020-08-17Update MIR tests with comment verbosity fixAustin Lasher-3679/+30
2020-08-17Suppress verbose MIR comments for trivial typesAustin Lasher-8/+18
2020-08-17Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items...bors-458/+565
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-304/+303
2020-08-17Auto merge of #74748 - simonvandel:simplify-discriminant-arm, r=wesleywiserbors-267/+381
2020-08-17librustc_metadata::locator: Properly detect file type.Dan Cross-4/+10
2020-08-17update stacker to 0.1.11 to unbreak build for wasm32-unknown-unknownCameron Taggart-1/+1
2020-08-17Auto merge of #75187 - pawanbisht62:feature/incorporate-tracing, r=oli-obkbors-24/+24
2020-08-18Wrap recursion in `ensure_sufficient_stack`.jumbatm-88/+91
2020-08-18Also accept Refs for is_primitive_or_pointerjumbatm-4/+5
2020-08-18Avoid double hashset lookup.jumbatm-2/+1
2020-08-18Don't memoize seen types.jumbatm-51/+9
2020-08-18Reduce indentation by replacing match arm w/ early return.jumbatm-125/+118
2020-08-18Remove structural equiv check for Array const.jumbatm-3/+0
2020-08-18Remove unnecessary rebinding of def ids.jumbatm-11/+5
2020-08-18Actually introduce a cycle in Reffy test.jumbatm-4/+6
2020-08-18Fix stack overflow for recursive types.jumbatm-102/+187
2020-08-18Add test demonstrating the issue.jumbatm-0/+117
2020-08-17Improve displayGuillaume Gomez-6/+4
2020-08-17:arrow_up: rust-analyzerAleksey Kladov-16/+44
2020-08-17Auto merge of #74940 - oli-obk:const_is_null, r=RalfJungbors-3/+180
2020-08-17Make a test platform independentOliver Scherer-7/+11
2020-08-17Clean up E0754 explanationGuillaume Gomez-9/+5
2020-08-17polymorphize: ∃ used param ∈ predicate → all usedDavid Wood-75/+29
2020-08-17clippy: support `QPath::LangItem`David Wood-130/+117
2020-08-17attempt to improve span_label docsRalf Jung-12/+17
2020-08-17Auto merge of #75592 - RalfJung:miri-int-align, r=oli-obkbors-10/+23