about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-27Rollup merge of #81389 - ehuss:rustdoc-cmark-extensions, r=GuillaumeGomezYuki Okushi-1/+65
2021-01-27Rollup merge of #81325 - osa1:issue81293, r=estebankYuki Okushi-0/+33
2021-01-27Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157Yuki Okushi-31/+33
2021-01-27Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obkYuki Okushi-3/+133
2021-01-27Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obkYuki Okushi-0/+43
2021-01-26typeck: Don't suggest converting LHS exprsÖmer Sinan Ağacan-0/+33
2021-01-25Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiserbors-0/+194
2021-01-25rustdoc: Document CommonMark extensions.Eric Huss-1/+65
2021-01-25Auto merge of #81375 - RalfJung:miri, r=RalfJungbors-7/+7
2021-01-25ci: use the monorepo's lockfile when building cargo for pgo profilingPietro Albini-0/+14
2021-01-25update MiriRalf Jung-7/+7
2021-01-25Ignore a test on wasm, because that changes landing padsoli-37/+39
2021-01-25Fix some bugs reported by eslintGuillaume Gomez-31/+33
2021-01-24Account for generics when suggesting boundEsteban Küber-3/+133
2021-01-24Ignore test on 32-bit architecturesCamelid-1/+4
2021-01-24Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievinkbors-240/+627
2021-01-24Rollup merge of #81320 - CraftSpider:jsondoc-errors, r=jyn514Jonas Schievink-1/+16
2021-01-24Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkovJonas Schievink-1/+40
2021-01-24Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514Jonas Schievink-30/+40
2021-01-24Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514Jonas Schievink-0/+51
2021-01-24Rollup merge of #81259 - est31:cfg_version, r=petrochenkovJonas Schievink-30/+110
2021-01-24Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkovJonas Schievink-0/+9
2021-01-24Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJungJonas Schievink-178/+361
2021-01-24parser: Collect tokens for values in key-value attributesVadim Petrochenkov-2/+14
2021-01-24Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviperbors-0/+1
2021-01-24Auto merge of #80919 - cjgillot:defkey-span, r=oli-obkbors-8/+2
2021-01-23fmtRune Tynan-4/+6
2021-01-23Make bad shlex parsing a pretty errorRune Tynan-1/+14
2021-01-24Replace version_check dependency with own version parsing codeest31-30/+110
2021-01-23Fix rendering of stabilization version for trait implementorsLeSeulArtichaut-4/+23
2021-01-23Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-2/+51
2021-01-23Rollup merge of #81275 - jyn514:time-render, r=wesleywiserJonas Schievink-14/+32
2021-01-23Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obkJonas Schievink-0/+68
2021-01-23Rollup merge of #81245 - ehuss:update-cargo, r=ehussJonas Schievink-0/+0
2021-01-23Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJungJonas Schievink-3/+31
2021-01-23Add option to control doctest run directoryArpad Borsos-0/+51
2021-01-23Cleanup `render_stability_since_raw` to remove code duplicationLeSeulArtichaut-26/+17
2021-01-23Move test to mir-opt so we actually see that no inlining is happeningoli-4/+95
2021-01-23Make sure that const prop does not produce unsilenceable lints after inliningoli-0/+15
2021-01-23Prevent query cycles during inliningoli-0/+86
2021-01-23Calculate self-profile strings in `Compiler::enter` instead in codegenJoshua Nelson-6/+3
2021-01-23Add more timing info to render_htmlJoshua Nelson-13/+31
2021-01-23Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obkbors-281/+238
2021-01-23Iterate DefId to encode spans.Camille GILLOT-8/+2
2021-01-23Put dynamic check tests into their own fileoli-24/+64
2021-01-23Cover more cases in the test suiteoli-38/+99
2021-01-23Adjust wording of a diagnosticoli-17/+17
2021-01-23Fix a comment that only made sense in the context of a dataflow based mutabil...oli-3/+2
2021-01-23Rename tests to what their code actually doesoli-0/+0
2021-01-23Permit mutable references in all const contextsoli-143/+226