]> git.lizzy.rs Git - rust.git/history - compiler
clippy:: append_instead_of_extend
[rust.git] / compiler /
2021-07-25 Matthias Krügerclippy:: append_instead_of_extend
2021-07-25 Matthias Krügerclippy::single_char_pattern
2021-07-25 Matthias Krügerclippy::needless_question_mark
2021-07-25 Matthias Krügeruse vec![] macro to create Vector with first item insid...
2021-07-25 borsAuto merge of #87381 - Aaron1011:note-semi-trailing...
2021-07-25 borsAuto merge of #87331 - camelid:summary-escaping, r...
2021-07-24 borsAuto merge of #84111 - bstrie:hashfrom, r=joshtriplett
2021-07-24 borsAuto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomat...
2021-07-24 borsAuto merge of #87434 - Manishearth:rollup-b09njin,...
2021-07-24 Manish GoregaokarRollup merge of #87422 - mgeier:doc-strip-feature-attri...
2021-07-24 Manish GoregaokarRollup merge of #87419 - programmerjake:patch-1, r...
2021-07-24 Manish GoregaokarRollup merge of #87410 - jonas-schievink:doc-hidden...
2021-07-24 Manish GoregaokarRollup merge of #87403 - LeSeulArtichaut:assign-droppin...
2021-07-24 Manish GoregaokarRollup merge of #87395 - ericonr:patch-1, r=joshtriplett
2021-07-24 Manish GoregaokarRollup merge of #87389 - Aaron1011:expand-known-attrs...
2021-07-24 Manish GoregaokarRollup merge of #87370 - pkubaj:master, r=oli-obk
2021-07-24 Manish GoregaokarRollup merge of #87359 - jyn514:bless-rustup, r=estebank
2021-07-24 Manish GoregaokarRollup merge of #87348 - SkiFire13:fix-87261, r=oli-obk
2021-07-24 Aaron HillDisplay an extra note for trailing semicolon lint with...
2021-07-24 Ellenchange doc comment
2021-07-24 borsAuto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov
2021-07-24 borsAuto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis
2021-07-24 borsAuto merge of #84589 - In-line:zircon-thread-name,...
2021-07-24 borsAuto merge of #87415 - Mark-Simulacrum:bump-version...
2021-07-24 borsAuto merge of #87338 - SparrowLii:MaybeTrait, r=wesleywiser
2021-07-24 Joshua NelsonRemove detection of rustup and cargo in 'missing extern...
2021-07-23 borsAuto merge of #86429 - JohnTitor:get-by-key-enum-part...
2021-07-23 Aaron HillRename `known_attrs` to `expanded_inert_attrs` and...
2021-07-23 borsAuto merge of #87413 - JohnTitor:rollup-dht22jk, r...
2021-07-23 Yuki OkushiRollup merge of #87412 - r00ster91:patch-13, r=Mark...
2021-07-23 Yuki OkushiRollup merge of #87398 - GuillaumeGomez:test-font-modul...
2021-07-23 Yuki OkushiRollup merge of #87380 - jyn514:smarter-submodule-defau...
2021-07-23 Yuki OkushiRollup merge of #87358 - jyn514:dry-run, r=Mark-Simulacrum
2021-07-23 Yuki OkushiRollup merge of #87322 - chazkiker2:fix/suggestion...
2021-07-23 Yuki OkushiRollup merge of #87283 - pietroalbini:configure-codegen...
2021-07-23 Yuki OkushiRollup merge of #87266 - hellow554:issue87076, r=Mark...
2021-07-23 Yuki OkushiRollup merge of #87255 - RalfJung:miri-test-libcore...
2021-07-23 Yuki OkushiRollup merge of #87191 - adamgemmell:dev/llvm-lib-packa...
2021-07-23 Yuki OkushiRollup merge of #87185 - waterlens:issue-86499-fix...
2021-07-23 Yuki OkushiRollup merge of #87175 - inquisitivecrystal:inner-error...
2021-07-23 Yuki OkushiRollup merge of #87171 - Alexendoo:bufwriter-option...
2021-07-23 Yuki OkushiRollup merge of #86790 - janikrabe:retain-iter-order...
2021-07-23 Yuki OkushiRollup merge of #86410 - spastorino:get_value_matching...
2021-07-23 borsAuto merge of #87345 - Xanewok:update-rls, r=Mark-Simul...
2021-07-23 LeSeulArtichautImplement `AssignToDroppingUnionField` in THIR unsafeck
2021-07-23 borsAuto merge of #87400 - JohnTitor:rollup-zbwyuxi, r...
2021-07-23 Santiago PastorinoAdd ConstraintLocator docs
2021-07-23 Santiago PastorinoAdd VecMap::get_value_matching and assert if > 1 element
2021-07-23 Yuki OkushiRollup merge of #87383 - Alexendoo:impl_trait_in_bindin...
2021-07-23 Yuki OkushiRollup merge of #87376 - Thomasdezeeuw:rustdoc-large...
2021-07-23 Yuki OkushiRollup merge of #87373 - Aaron1011:hir-wf-field, r...
2021-07-23 Yuki OkushiRollup merge of #87372 - GuillaumeGomez:move-test_main...
2021-07-23 Yuki OkushiRollup merge of #87362 - inquisitivecrystal:bootstrap...
2021-07-23 Yuki OkushiRollup merge of #87332 - camelid:dont-hide-fields,...
2021-07-23 Yuki OkushiRollup merge of #87298 - boringcactus:patch-2, r=stevek...
2021-07-23 Yuki OkushiRollup merge of #87034 - mgeier:doc-step_by, r=JohnTitor
2021-07-23 Yuki OkushiSort features alphabetically
2021-07-23 Yuki OkushiUse `map_while` instead of `take_while` + `map`
2021-07-23 Yuki OkushiImprove `get_by_key_enumerated` more
2021-07-23 Giacomo StevanatoFix span when suggesting to add an associated type...
2021-07-23 borsAuto merge of #87287 - oli-obk:fixup_fixup_fixup_opaque...
2021-07-22 chaz-kikerSquash all commits.
2021-07-22 borsAuto merge of #86212 - pnkfelix:mainline-targetted...
2021-07-22 Charles LewAdd comment and more tests.
2021-07-22 Piotr KubajAdd support for powerpc-unknown-freebsd
2021-07-22 Aaron HillExtend HIR WF checking to fields
2021-07-22 borsAuto merge of #87371 - ehuss:update-cargo, r=ehuss
2021-07-22 borsAuto merge of #87366 - GuillaumeGomez:rollup-7muueab...
2021-07-22 Guillaume GomezRollup merge of #87357 - lilyball:mailmap, r=jyn514
2021-07-22 Guillaume GomezRollup merge of #87343 - steffahn:fix_unsound_zip_optim...
2021-07-22 Guillaume GomezRollup merge of #87307 - michaelwoerister:pgo-unwind...
2021-07-22 Guillaume GomezRollup merge of #87288 - ijackson:rustdoc-theme, r...
2021-07-22 Guillaume GomezRollup merge of #87281 - rust-lang:issue-81487, r=nikom...
2021-07-22 Guillaume GomezRollup merge of #87270 - GuillaumeGomez:item-summary...
2021-07-22 Oli SchererResolve nested inference variables.
2021-07-22 Oli SchererRemove an unnecessary variable
2021-07-22 Oli SchererUse instrument debugging for more readable logs
2021-07-22 Oli SchererMake mir borrowck's use of opaque types independent...
2021-07-22 Oli SchererFix VecMap::iter_mut
2021-07-22 borsAuto merge of #86619 - rylev:incr-hashing-profiling...
2021-07-22 borsAuto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank
2021-07-22 borsAuto merge of #87250 - robojumper:87199-sized-relaxatio...
2021-07-22 Felix S. Klock IIAllow some temporarily dead code.
2021-07-22 Felix S. Klock IIRevert PR 81473 to resolve (on mainline) issues 81626...
2021-07-22 borsAuto merge of #87246 - rust-lang:placeholder-pretty...
2021-07-21 borsAuto merge of #86946 - Aaron1011:eval-proj-obligation...
2021-07-21 Aaron HillImprove caching during trait evaluation
2021-07-21 borsAuto merge of #87351 - ehuss:rollup-pga85az, r=ehuss
2021-07-21 Eric HussRollup merge of #87346 - rylev:rename-force-warn, r...
2021-07-21 Eric HussRollup merge of #87326 - ehuss:update-cargo, r=ehuss
2021-07-21 Eric HussRollup merge of #87278 - lnicola:rust-analyzer-2021...
2021-07-21 Eric HussRollup merge of #87024 - weihanglo:issue-85494, r=Manis...
2021-07-21 Eric HussRollup merge of #81864 - ijackson:globalalloc-example...
2021-07-21 borsAuto merge of #87347 - GuillaumeGomez:rollup-ke92xxc...
2021-07-21 Guillaume GomezRollup merge of #87342 - midgleyc:add-E0757-long, r...
2021-07-21 Guillaume GomezRollup merge of #87321 - midgleyc:add-E0722-long, r...
2021-07-21 Guillaume GomezRollup merge of #87311 - oli-obk:nll_suggestion_span...
2021-07-21 Guillaume GomezRollup merge of #87301 - chinmaydd:chinmaydd-patch...
2021-07-21 Guillaume GomezRollup merge of #87279 - sunfishcode:document-unix...
2021-07-21 Guillaume GomezRollup merge of #87273 - fee1-dead:impl-const-impl...
next