]> git.lizzy.rs Git - rust.git/history - src
Reduce log level used by tracing instrumentation from info to debug
[rust.git] / src /
2021-01-20 Rune TynanNo longer require unstable for jsondocck, only build...
2021-01-19 borsAuto merge of #79578 - alexcrichton:update-waasi, r...
2021-01-19 Rune TynanAddress review v2
2021-01-19 borsAuto merge of #80957 - tgnottingham:direct_serialize_de...
2021-01-19 Rune TynanShift another panic into an exit
2021-01-19 Rune TynanAddress review comments
2021-01-19 Rune TynanAdd jsondocck tool, and use it for rustdoc JSON
2021-01-19 borsAuto merge of #79705 - ijackson:bufwriter-disassemble...
2021-01-19 Ömer Sinan AğacanFix ICE in mir when evaluating SizeOf on unsized type
2021-01-19 borsAuto merge of #81186 - GuillaumeGomez:rollup-y2d04g9...
2021-01-19 Guillaume GomezRollup merge of #81168 - soniasingla:doc/sonia, r=jonas...
2021-01-19 Guillaume GomezRollup merge of #81166 - RalfJung:debug-assert-comments...
2021-01-19 Guillaume GomezRollup merge of #81164 - eltociear:patch-5, r=jonas...
2021-01-19 Guillaume GomezRollup merge of #81161 - GuillaumeGomez:remove-inline...
2021-01-19 Guillaume GomezRollup merge of #81147 - estebank:drop-suggestion,...
2021-01-19 Guillaume GomezRollup merge of #81115 - ssomers:btree_drainy_refactor_...
2021-01-19 Guillaume GomezRollup merge of #81112 - m-ou-se:alloc-std-ops-reexport...
2021-01-19 Guillaume GomezRollup merge of #80382 - GuillaumeGomez:search-result...
2021-01-19 borsAuto merge of #81110 - LeSeulArtichaut:fix-unused-unsaf...
2021-01-19 Joshua NelsonRemove unnecessary `after_run` function
2021-01-19 borsAuto merge of #81169 - dylni:fix-soundness-issue-for...
2021-01-19 borsAuto merge of #81103 - zackmdavis:comma_trail, r=davidtwco
2021-01-19 borsAuto merge of #81042 - sasurau4:fix/unclear-error-with...
2021-01-18 borsAuto merge of #80707 - oli-obk:stability_hole_const_int...
2021-01-18 borsAuto merge of #81159 - ssomers:btree_cleanup_search...
2021-01-18 borsAuto merge of #81165 - KodrAus:rollup-s7llxis, r=KodrAus
2021-01-18 Ryan LevickAdd tests for resolution changes
2021-01-18 Daiki IharaAdd test case for suggestion E0283
2021-01-18 Tomasz MiąskoRemove disabled transformation from instcombine
2021-01-18 Ashley MannixRollup merge of #81153 - jyn514:linkcheck, r=Manishearth
2021-01-18 Ashley MannixRollup merge of #81142 - wcampbell0x2a:replace-Some...
2021-01-18 Ashley MannixRollup merge of #81131 - pierwill:edit-rustc_middle...
2021-01-18 Ashley MannixRollup merge of #81128 - RalfJung:validation-testing...
2021-01-18 Ashley MannixRollup merge of #81125 - jyn514:track-caller, r=lcnr
2021-01-18 Ashley MannixRollup merge of #81123 - sirh3e:sirh3e-patch-1, r=sfackler
2021-01-18 Ashley MannixRollup merge of #81121 - tmiasko:simplify-cfg-no-dbg...
2021-01-18 Ashley MannixRollup merge of #81116 - bugadani:body-span, r=wesleywiser
2021-01-18 Ashley MannixRollup merge of #81105 - LingMan:init_directly, r=nagisa
2021-01-18 Ashley MannixRollup merge of #81100 - lcnr:encode_with_shorthand...
2021-01-18 Ashley MannixRollup merge of #81071 - osa1:fix_81006, r=estebank
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-18 borsAuto merge of #81015 - jyn514:feature-gate-ptr, r=camelid
2021-01-18 oliOnly inherit const stability for methods of `impl const...
2021-01-18 Ryan LevickImprove unknown external crate error
2021-01-18 Guillaume GomezRemove inline script tags
2021-01-18 borsAuto merge of #80995 - tmandry:instrument-method-checke...
2021-01-18 borsAuto merge of #80865 - oliviacrain:proj_based, r=RalfJung
2021-01-18 Joshua NelsonRemove unused linkcheck exceptions
2021-01-18 borsAuto merge of #81090 - ssomers:btree_drainy_refactor_2...
2021-01-18 Esteban KüberFix structured suggestion for explicit `drop` call
2021-01-17 borsAuto merge of #80537 - ehuss:macos-posix-spawn-chdir...
2021-01-17 Eric HussFix test to work with remote-test-server.
2021-01-17 Joshua NelsonFix formatting for removed lints
2021-01-17 borsAuto merge of #80679 - jackh726:predicate-kind-take2...
2021-01-17 Joshua NelsonFeature-gate `pointer` and `reference` in intra-doc...
2021-01-17 Ralf Jungvalidation test: turn some const_err back into validati...
2021-01-17 borsAuto merge of #80524 - jyn514:unknown-tool-lints, r...
2021-01-17 Eric HussAdd test for Command::current_dir behavior.
2021-01-17 LeSeulArtichautFix `unused_unsafe` label with `unsafe_block_in_unsafe_fn
2021-01-17 borsAuto merge of #81113 - m-ou-se:rollup-a1unz4x, r=m...
2021-01-17 Miguel OjedaSkip linking if it is not required
2021-01-17 Ömer Sinan Ağacanrustc_parse_format: Fix character indices in find_skips
2021-01-17 oliAdd regression test
2021-01-17 Mara BosRollup merge of #81107 - scottmcm:nonzero-is_power_of_t...
2021-01-17 Mara BosRollup merge of #81095 - LingMan:unwrap, r=oli-obk
2021-01-17 Mara BosRollup merge of #81084 - LingMan:map, r=oli-obk
2021-01-17 Mara BosRollup merge of #81082 - ssomers:btree_cleanup_comments...
2021-01-17 Mara BosRollup merge of #81080 - bugadani:vec-diag, r=oli-obk...
2021-01-17 Mara BosRollup merge of #81064 - Mark-Simulacrum:support-stage1...
2021-01-17 Mara BosRollup merge of #80983 - bjorn3:no_dup_is_dllimport_for...
2021-01-17 Mara BosRollup merge of #80932 - jyn514:download-windows-llvm...
2021-01-17 Mara BosRollup merge of #80765 - petrochenkov:traitsinscope...
2021-01-17 Mara BosRollup merge of #80635 - sexxi-goose:use-place-instead...
2021-01-17 Mara BosRollup merge of #80201 - saethlin:bufreader-read-exact...
2021-01-17 Mara BosRollup merge of #80031 - petrochenkov:builtina, r=estebank
2021-01-17 Mara BosRollup merge of #79298 - lcnr:new-elysium, r=matthewjasper
2021-01-17 borsAuto merge of #81058 - Smittyvb:wasm-num-tests, r=Mark...
2021-01-17 Dániel BugaForce vec! to expressions only
2021-01-17 borsAuto merge of #81083 - ssomers:btree_drainy_refactor_1...
2021-01-17 borsAuto merge of #78818 - scottmcm:as_rchunks, r=KodrAus
2021-01-17 borsAuto merge of #80942 - c410-f3r:tests-tests-tests,...
2021-01-17 Zack M. Davisdon't suggest erroneous trailing comma after `..`
2021-01-16 Jack HueyMore review comments
2021-01-16 Jack HueyReview changes
2021-01-16 Jack HueyCleanup
2021-01-16 Jack HueyUse pred not binder
2021-01-16 Jack HueyCleanup
2021-01-16 Jack Hueyfold_with not super_fold_with in TypeFoldable impl...
2021-01-16 Jack HueyRemove PredicateKind
2021-01-16 Jack HueyRemove PredicateKind::Atom
2021-01-16 borsAuto merge of #81093 - calebcartwright:update-rustfmt...
2021-01-16 Scott McMurrayTry ignore-debug in the codegen test
2021-01-16 Vadim Petrochenkovresolve: Reject ambiguity built-in attr vs different...
2021-01-16 CaioMove some tests to more reasonable directories - 2
2021-01-16 borsAuto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m...
2021-01-16 Caleb Cartwrightbump rustfmt to v1.4.32
2021-01-16 flip1995Deprecate unknown_clippy_lints
2021-01-16 Bastian Kauschkecorrectly deal with late-bound lifetimes in anon consts
2021-01-16 Mara BosRollup merge of #81081 - bugadani:double-partialeq...
2021-01-16 Mara BosRollup merge of #81069 - ogoffart:rc_new_cyclic_doc...
next