]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Arlie DavisRemove delay-binding for Win XP and Vista
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 Jungupdate const_err description
2021-01-22 Ralf Jungavoid promoting division, modulo and indexing operation...
2021-01-22 Dániel BugaMove missing_item check inside condition
2021-01-22 Dániel BugaNo peeking
2021-01-22 Dániel BugaRemove unnecessary closure
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 Aaron HillRefactor token collection to capture trailing token...
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 Daniel Conleylibrary/core/test/iter.rs split attempt 2
2021-01-22 borsAuto merge of #81160 - RalfJung:swap, r=oli-obk
2021-01-21 Joshua NelsonAdd more self-profile info to rustc_resolve
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 Lukas LuegFix typo
2021-01-21 Ömer Sinan... mir: Improve size_of handling when arg is unsized
2021-01-21 Lukas LuegExpand docs on Iterator::intersperse
2021-01-21 Eric HussUpdate cargo
2021-01-21 Mara BosRename alloc::force_expr to __rust_force_expr.
2021-01-21 Mara BosTurn alloc's force_expr macro into a regular macro_rule...
2021-01-21 borsAuto merge of #81122 - tmiasko:no-drop, r=davidtwco
2021-01-21 Joshua NelsonEnforce statically that `MIN_NON_ZERO_CAP` is calculate...
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 Lzu TaoDocument why cannot use concat! in dbg!
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 Ivan ThamRemove link to current section
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 Josh TriplettDocument security implications of std::env::temp_dir
2021-01-20 Ivan ThamAdd more details explaning the Vec visualization
2021-01-20 Ivan ThamAdd Vec visualization to understand capacity
2021-01-20 borsAuto merge of #81118 - ojeda:metadata-obj, r=nagisa
2021-01-20 Ramon de C... Fix sysroot option not being honored across rustc
2021-01-20 Lzu TaoDont prefix 0x when `dbg!(ipv6)`
2021-01-20 Lzu TaoUse slice::split_first instead of manuall slicing
2021-01-20 borsAuto merge of #81063 - CraftSpider:jsondocck, r=jyn514
2021-01-20 Rune TynanNo longer require unstable for jsondocck, only build...
2021-01-19 Simonas KazlauskasUse a call probe on the x86_64-uefi target
2021-01-19 borsAuto merge of #79578 - alexcrichton:update-waasi, r...
2021-01-19 Rune TynanAddress review v2
2021-01-19 Mara BosMake 'static bound on panic_any explicit.
2021-01-19 Mara BosStabilize std::panic::panic_any.
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 CPerezzAdd SpecFromIter ref in the comments directly
2021-01-19 borsAuto merge of #79705 - ijackson:bufwriter-disassemble...
2021-01-19 Ömer Sinan... Fix ICE in mir when evaluating SizeOf on unsized type
2021-01-19 Ikko AshimineFix typo in counters.rs
2021-01-19 Mara BosStop `fold` at first None when iterator yield
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...
next