]> git.lizzy.rs Git - rust.git/history - src
Reduce log level used by tracing instrumentation from info to debug
[rust.git] / src /
2021-01-24 borsAuto merge of #81250 - sivadeilra:remove_xp_compat...
2021-01-24 borsAuto merge of #80838 - nagisa:nagisa/stack-probe-type...
2021-01-24 borsAuto merge of #80919 - cjgillot:defkey-span, r=oli-obk
2021-01-24 borsAuto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkov
2021-01-24 borsAuto merge of #79811 - Aaron1011:expn-data-disambig...
2021-01-23 borsAuto merge of #81304 - jonas-schievink:rollup-d9kuugm...
2021-01-23 Jonas SchievinkRollup merge of #81301 - davidgu:patch-1, r=jonas-schievink
2021-01-23 Jonas SchievinkRollup merge of #81298 - lcnr:big-money-big-prices...
2021-01-23 Jonas SchievinkRollup merge of #81288 - camelid:fix-trait-item-vis...
2021-01-23 Jonas SchievinkRollup merge of #81283 - m-ou-se:tracking-issue-note...
2021-01-23 Jonas SchievinkRollup merge of #81281 - a1phyr:inline_path, r=dtolnay
2021-01-23 Jonas SchievinkRollup merge of #81275 - jyn514:time-render, r=wesleywiser
2021-01-23 Jonas SchievinkRollup merge of #81252 - jyn514:resolve-timing, r=petro...
2021-01-23 Jonas SchievinkRollup merge of #81249 - cjgillot:issue-79537, r=oli-obk
2021-01-23 Jonas SchievinkRollup merge of #81245 - ehuss:update-cargo, r=ehuss
2021-01-23 Jonas SchievinkRollup merge of #81243 - osa1:fix_80742_2, r=RalfJung
2021-01-23 Jonas SchievinkRollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler
2021-01-23 Jonas SchievinkRollup merge of #81130 - pierwill:edit-depnode, r=jyn514
2021-01-23 Jonas SchievinkRollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk
2021-01-23 Jonas SchievinkRollup merge of #79841 - fintelia:patch-6, r=kennytm
2021-01-23 Joshua NelsonCalculate self-profile strings in `Compiler::enter...
2021-01-23 Joshua NelsonAdd more timing info to render_html
2021-01-23 borsAuto merge of #80579 - RalfJung:no-fallible-promotion...
2021-01-23 Camille GILLOTIterate DefId to encode spans.
2021-01-23 borsAuto merge of #80715 - JulianKnodt:skip_opt, r=nagisa
2021-01-23 borsAuto merge of #80065 - b-naber:parse-angle-arg-diagnost...
2021-01-23 borsAuto merge of #76391 - danii:master, r=cuviper
2021-01-23 Camelidrustdoc: Fix visibility of trait and impl items
2021-01-23 borsAuto merge of #81017 - Aaron1011:collect-trailing-token...
2021-01-23 Joshua NelsonFix <unknown> queries
2021-01-22 borsAuto merge of #79233 - yoshuawuyts:alloc-doc-alias...
2021-01-22 borsAuto merge of #72160 - slo1:libstd-setgroups, r=KodrAus
2021-01-22 b-naberbless tests
2021-01-22 b-naberadd and update tests
2021-01-22 borsAuto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m...
2021-01-22 Mara BosRollup merge of #81242 - jyn514:const-cap, r=sfackler
2021-01-22 Mara BosRollup merge of #81241 - m-ou-se:force-expr-macro-rules...
2021-01-22 Mara BosRollup merge of #81236 - estebank:everybody-loop-now...
2021-01-22 Mara BosRollup merge of #81233 - lzutao:dbg, r=KodrAus
2021-01-22 Mara BosRollup merge of #81227 - CraftSpider:struct-type-clean...
2021-01-22 Mara BosRollup merge of #81225 - CraftSpider:json-opt-docs...
2021-01-22 Mara BosRollup merge of #81202 - lzutao:dbg_ipv6, r=Amanieu
2021-01-22 Mara BosRollup merge of #81194 - m-ou-se:stabilize-panic-any...
2021-01-22 Mara BosRollup merge of #81173 - lukaslueg:intersperse_docs...
2021-01-22 Mara BosRollup merge of #80573 - jyn514:tool-lints, r=Guillaume...
2021-01-22 borsAuto merge of #81101 - tmiasko:combine-now, r=nagisa
2021-01-22 borsAuto merge of #80558 - lcnr:gat-variance, r=matthewjasper
2021-01-22 Ralf Jungre-bless ui tests
2021-01-22 Ralf Jungexpand successful-promotion test a bit
2021-01-22 Ralf Jungdo promote array indexing if we know it is in-bounds
2021-01-22 Ralf Jungavoid promoting division, modulo and indexing operation...
2021-01-22 slo1Update src/test/ui/command/command-setgroups.rs to...
2021-01-22 slo1Update src/test/ui/command/command-setgroups.rs
2021-01-22 slo1Add setgroups to std::os::unix::process::CommandExt
2021-01-22 borsAuto merge of #81135 - jyn514:no-backticks, r=flip1995
2021-01-22 Esteban KüberDo not suggest using a break label when one is already...
2021-01-22 Esteban KüberFix clippy and comment
2021-01-22 Esteban KüberParse loop labels missing a leading `'`
2021-01-22 Esteban KüberAvoid emitting redundant "unused label" lint
2021-01-22 Esteban KüberAdd more misspelled label tests
2021-01-22 Esteban KüberTweak error for invalid `break expr`
2021-01-22 Esteban KüberAdd loop head span to hir
2021-01-22 Esteban KüberSuggest `'a` when given `a` only when appropriate
2021-01-22 Esteban KüberAccount for labels when suggesting `loop` instead of...
2021-01-22 Joshua NelsonDeny internal lints for rustdoc
2021-01-22 Joshua NelsonFix rustc::internal lints on rustdoc
2021-01-22 borsAuto merge of #81177 - Aaron1011:fix/force-capture...
2021-01-22 Rune TynanBump format version
2021-01-22 borsAuto merge of #81160 - RalfJung:swap, r=oli-obk
2021-01-21 Camille GILLOTLower closure prototype after its body.
2021-01-21 borsAuto merge of #81152 - lzutao:intersperse_fold, r=m...
2021-01-21 Ömer Sinan Ağacanmir: Improve size_of handling when arg is unsized
2021-01-21 Eric HussUpdate cargo
2021-01-21 borsAuto merge of #81122 - tmiasko:no-drop, r=davidtwco
2021-01-21 Bastian Kauschkerequire gat substs to be invariant
2021-01-21 borsAuto merge of #81240 - JohnTitor:rollup-ieaz82a, r...
2021-01-21 Yuki OkushiRollup merge of #81219 - joshtriplett:temp_dir-docs...
2021-01-21 Yuki OkushiRollup merge of #81187 - eltociear:patch-6, r=jonas...
2021-01-21 Yuki OkushiRollup merge of #81185 - osa1:fix_80742, r=oli-obk
2021-01-21 Yuki OkushiRollup merge of #81184 - jyn514:combine-after, r=CraftS...
2021-01-21 Yuki OkushiRollup merge of #81179 - CPerezz:fix_interal_doc_warns...
2021-01-21 Yuki OkushiRollup merge of #81178 - tmiasko:no-landing-pads, r...
2021-01-21 Yuki OkushiRollup merge of #81046 - rylev:unknown-external-crate...
2021-01-21 Yuki OkushiRollup merge of #80601 - steffahn:improve_format_string...
2021-01-21 Yuki OkushiRollup merge of #80429 - JulianKnodt:ob_forest, r=Mark...
2021-01-21 Yuki OkushiRollup merge of #80172 - camelid:prelude-docs-consisten...
2021-01-21 Yuki OkushiRollup merge of #79655 - pickfire:visual-vec, r=m-ou-se
2021-01-21 borsAuto merge of #80958 - bstrie:deptbdnums, r=KodrAus
2021-01-21 borsAuto merge of #81231 - jyn514:flaky-test-2, r=Mark...
2021-01-21 bstrieDeprecate-in-future the constants superceded by RFC...
2021-01-21 Joshua NelsonRemove flaky test
2021-01-20 borsAuto merge of #81229 - m-ou-se:solaris-workaround,...
2021-01-20 Aaron HillForce token collection to run when parsing nonterminals
2021-01-20 Rune TynanAdd explanation of None vs Some("")
2021-01-20 Mara BosWork around missing -dev packages in solaris docker...
2021-01-20 Rune TynanRemove StructType entirely and replace it with CtorKind
2021-01-20 Rune TynanMove StructType to clean, remove it from Unions, make...
2021-01-20 Rune TynanMake 'docs' optional
2021-01-20 borsAuto merge of #81118 - ojeda:metadata-obj, r=nagisa
2021-01-20 borsAuto merge of #81063 - CraftSpider:jsondocck, r=jyn514
next