about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-24Replace version_check dependency with own version parsing codeest31-30/+110
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-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
2021-01-23Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkovbors-38/+141
2021-01-22rustdoc: Fix visibility of trait and impl itemsCamelid-2/+51
2021-01-22Fix <unknown> queriesJoshua Nelson-2/+5
2021-01-22Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAusbors-0/+26
2021-01-22bless testsb-naber-1/+1
2021-01-22add and update testsb-naber-38/+141
2021-01-22Auto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m-ou-sebors-163/+416
2021-01-22Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obkMara Bos-76/+349
2021-01-22Rollup merge of #81227 - CraftSpider:struct-type-clean, r=jyn514Mara Bos-53/+24
2021-01-22Rollup merge of #81225 - CraftSpider:json-opt-docs, r=jyn514Mara Bos-4/+5
2021-01-22Rollup merge of #80573 - jyn514:tool-lints, r=GuillaumeGomezMara Bos-30/+38
2021-01-22Auto merge of #81101 - tmiasko:combine-now, r=nagisabors-70/+1
2021-01-22Auto merge of #80558 - lcnr:gat-variance, r=matthewjasperbors-0/+24
2021-01-22re-bless ui testsRalf Jung-53/+5
2021-01-22expand successful-promotion test a bitRalf Jung-16/+18
2021-01-22do promote array indexing if we know it is in-boundsRalf Jung-44/+47
2021-01-22avoid promoting division, modulo and indexing operations that could failRalf Jung-278/+278
2021-01-21Update src/test/ui/command/command-setgroups.rs to ignore windowsslo1-0/+1
2021-01-21Update src/test/ui/command/command-setgroups.rsslo1-0/+6
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+19
2021-01-22Auto merge of #81135 - jyn514:no-backticks, r=flip1995bors-39/+39
2021-01-21Do not suggest using a break label when one is already presentEsteban Küber-18/+6
2021-01-21Fix clippy and commentEsteban Küber-6/+6
2021-01-21Parse loop labels missing a leading `'`Esteban Küber-17/+22
2021-01-21Avoid emitting redundant "unused label" lintEsteban Küber-63/+17
2021-01-21Add more misspelled label testsEsteban Küber-15/+173
2021-01-21Tweak error for invalid `break expr`Esteban Küber-55/+119