about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-09Add reminder to match the error kind once ` DirectoryNotEmpty` is stabilizedChris Denton-0/+2
2021-12-08Remove the match on `ErrorKind::Other`Chris Denton-3/+1
2021-12-08Auto merge of #91656 - matthiaskrgr:rollup-lk96y6d, r=matthiaskrgrbors-219/+624
2021-12-08Rollup merge of #91638 - scottmcm:less-inband-2-of-28, r=petrochenkovMatthias Krüger-119/+117
2021-12-08Rollup merge of #91577 - ecstatic-morse:mir-pass-manager-cleanup, r=oli-obkMatthias Krüger-16/+15
2021-12-08Rollup merge of #91531 - notriddle:notriddle/issue-87647-expected-semicolon, ...Matthias Krüger-51/+165
2021-12-08Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-SimulacrumMatthias Krüger-10/+13
2021-12-08Rollup merge of #91272 - FabianWolff:issue-90870-const-fn-eq, r=wesleywiserMatthias Krüger-10/+170
2021-12-08Rollup merge of #90550 - ehuss:update-ca, r=Mark-SimulacrumMatthias Krüger-0/+52
2021-12-08Rollup merge of #83744 - bjorn3:deprecate_cfg_attr_crate_type_name, r=Mark-Si...Matthias Krüger-13/+92
2021-12-08Auto merge of #91512 - scottmcm:array-intoiter-advance, r=Mark-Simulacrumbors-1/+149
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-119/+117
2021-12-08Auto merge of #91500 - ehuss:update-mdbook, r=Mark-Simulacrumbors-28/+15
2021-12-08Auto merge of #91484 - workingjubilee:simd-remove-autosplats, r=Mark-Simulacrumbors-525/+540
2021-12-07Auto merge of #91407 - the8472:deserialize-unchecked-utf8, r=michaelwoeristerbors-4/+17
2021-12-07Future compatibility warning on cfg_attr on crate_type and crate_namebjorn3-13/+92
2021-12-07Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieubors-1/+549
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-06Expect extern fn with no body when parsingMichael Howell-1/+29
2021-12-06Add better comments for FnParseModeMichael Howell-2/+49
2021-12-06avoid string validation in rustc_serialize, check a marker byte insteadThe 8472-4/+17