about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-07Remove unneeded access to pretty printer's `s` field in favor of derefDavid Tolnay-342/+342
2021-12-07Auto merge of #91627 - matthiaskrgr:rollup-z3e2peg, r=matthiaskrgrbors-60/+614
2021-12-07Rollup merge of #91622 - lnicola:rust-analyzer-2021-12-07, r=lnicolaMatthias Krüger-15/+15
2021-12-07Rollup merge of #91620 - ehuss:update-books, r=ehussMatthias Krüger-0/+0
2021-12-07Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-SimulacrumMatthias Krüger-6/+14
2021-12-07Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcmMatthias Krüger-6/+6
2021-12-07Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoeristerMatthias Krüger-21/+29
2021-12-07Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoeristerMatthias Krüger-5/+8
2021-12-07Rollup merge of #91341 - scottmcm:array-iter-frp, r=kennytmMatthias Krüger-0/+131
2021-12-07Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726Matthias Krüger-4/+44
2021-12-07Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726Matthias Krüger-0/+299
2021-12-07Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-SimulacrumMatthias Krüger-3/+68
2021-12-07Auto merge of #85013 - Mark-Simulacrum:dominators-bitset, r=pnkfelixbors-51/+235
2021-12-06s/from_raw_parts/new_unchecked/Scott McMurray-3/+3
2021-12-07:arrow_up: rust-analyzerLaurențiu Nicola-15/+15
2021-12-06Update booksEric Huss-0/+0
2021-12-07Auto merge of #91599 - RalfJung:miri, r=RalfJungbors-8/+15
2021-12-06Recommend fix `count()` -> `len()` on slicesMichael Howell-3/+68
2021-12-06Annotate comments onto the LT algorithmMark Rousskov-2/+102
2021-12-07Auto merge of #91590 - flip1995:clippyup, r=Manishearthbors-3254/+9892
2021-12-06Avoid using Option where values are always SomeMark Rousskov-9/+13
2021-12-06Create newtype around the pre order indexMark Rousskov-32/+41
2021-12-06Use variables rather than lengths directlyMark Rousskov-10/+13
2021-12-06Optimize: reuse the real-to-preorder mapping as the visited setMark Rousskov-4/+2
2021-12-06Remove separate RPO traversalMark Rousskov-17/+7
2021-12-06Use preorder indices for data structuresMark Rousskov-53/+38
2021-12-06Avoid inserting into buckets if not necessaryMark Rousskov-1/+7
2021-12-06Optimization: process buckets only onceMark Rousskov-7/+8
2021-12-06Optimization: Merge parent and ancestor arraysMark Rousskov-10/+21
2021-12-06Implement the simple Lengauer-Tarjan algorithmMark Rousskov-39/+116
2021-12-06update MiriRalf Jung-8/+15
2021-12-06Fix AnonConst ICEthreadexception-4/+44
2021-12-06Auto merge of #91279 - scottmcm:small-refactor, r=nagisabors-23/+11
2021-12-06Update Cargo.lockflip1995-11/+16
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-3243/+9876
2021-12-06Auto merge of #91580 - scottmcm:less-inband-1-of-28, r=petrochenkovbors-15/+13
2021-12-06Add tracking issue; make `empty` const too (unstably)Scott McMurray-4/+7
2021-12-06Move the doc test to edition2021Scott McMurray-6/+5
2021-12-06Add `array::IntoIter::{empty, from_raw_parts}`Scott McMurray-0/+129
2021-12-06Auto merge of #91565 - dtolnay:printhelpers, r=jackh726bors-114/+30
2021-12-06Auto merge of #8077 - nixxquality:single_char_pattern-false-negatives, r=cams...bors-43/+88
2021-12-05Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray-15/+13
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-8/+38
2021-12-06Auto merge of #91573 - matthiaskrgr:rollup-wcygm2r, r=matthiaskrgrbors-18/+86
2021-12-06Rollup merge of #91563 - Aaron1011:bump-llvm-stamp, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-12-06Rollup merge of #91554 - r00ster91:patch-3, r=GuillaumeGomezMatthias Krüger-3/+2
2021-12-06Rollup merge of #91537 - sunshowers:m68k-gnu, r=joshtriplettMatthias Krüger-1/+1
2021-12-06Rollup merge of #91391 - GuillaumeGomez:simplify-no-headless, r=jshaMatthias Krüger-4/+7
2021-12-06Rollup merge of #91367 - FabianWolff:issue-91334-ice, r=nagisaMatthias Krüger-9/+75
2021-12-05Fix dogfoodnixx quality-8/+8