about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-12-23Error if we try to read dep during deserializationAaron Hill-5/+24
2021-12-23Auto merge of #92177 - GuillaumeGomez:pattern-matching-outside-loop, r=camelidbors-6/+8
2021-12-23Auto merge of #92167 - pierwill:chalk-update, r=jackh726bors-154/+140
2021-12-23Auto merge of #92155 - m-ou-se:panic-fn, r=eddybbors-20/+26
2021-12-23Auto merge of #92216 - matthiaskrgr:rollup-luplvuc, r=matthiaskrgrbors-57/+418
2021-12-23Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnayMatthias Krüger-0/+35
2021-12-23Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-7/+16
2021-12-23Rollup merge of #92139 - dtolnay:backtrace, r=m-ou-seMatthias Krüger-3/+3
2021-12-23Rollup merge of #92117 - solid-rs:fix-kmc-solid-read-buf, r=yaahcMatthias Krüger-1/+27
2021-12-23Rollup merge of #92026 - jsha:jsdoc-search, r=GuillaumeGomezMatthias Krüger-30/+170
2021-12-23Rollup merge of #91544 - rukai:91492, r=wesleywiserMatthias Krüger-16/+96
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+71
2021-12-22Auto merge of #90408 - pierwill:untrack-localdefid-90317, r=cjgillotbors-31/+87
2021-12-22Add some JSDoc comments to rustdoc JSJacob Hoffman-Andrews-30/+170
2021-12-22Auto merge of #92201 - ChrisDenton:fix-tests, r=Mark-Simulacrumbors-3/+11
2021-12-22Update stability attribute for double ended case mapping iteratorsDavid Tolnay-2/+2
2021-12-22Fix testsChris Denton-3/+11
2021-12-22rustc `VecGraph`: require the index type to implement Ordpierwill-6/+9
2021-12-22Require Ord for rustc_index::SparseBitSet::last_set_inpierwill-3/+8
2021-12-22Remove `PartialOrd` and `Ord` from `LocalDefId`pierwill-24/+72
2021-12-22Upgrade `tracing-subscriber`pierwill-36/+10
2021-12-22Bless clippy test.Mara Bos-1/+1
2021-12-22Update chalk to 0.75.0pierwill-152/+164
2021-12-21Move pattern matching outside of the loopGuillaume Gomez-6/+8
2021-12-21Auto merge of #92095 - vacuus:master, r=jyn514bors-29/+22
2021-12-21Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obkbors-3/+41
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-19/+25
2021-12-21Auto merge of #92152 - matthiaskrgr:rollup-nmskpw6, r=matthiaskrgrbors-588/+1535
2021-12-21Rollup merge of #92131 - bjorn3:sync_cg_clif-2021-12-20, r=bjorn3Matthias Krüger-524/+1009
2021-12-21Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514Matthias Krüger-1/+1
2021-12-21Rollup merge of #92127 - GuillaumeGomez:search-results-duplicate-removal, r=jshaMatthias Krüger-11/+13
2021-12-21Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnrMatthias Krüger-15/+30
2021-12-21Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplettMatthias Krüger-4/+264
2021-12-21Rollup merge of #91412 - compiler-errors:issue-86035, r=oli-obkMatthias Krüger-27/+212
2021-12-21Rollup merge of #90345 - passcod:entry-insert, r=dtolnayMatthias Krüger-6/+6
2021-12-21Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726bors-6/+33
2021-12-21Fix bad caching of `~const Drop` boundsDeadbeef-3/+41
2021-12-20Fixup tests for issue-86035Michael Goulet-4/+4
2021-12-20Suggest glob-import if we need to import a trait, but it has no visible nameMichael Goulet-7/+68
2021-12-20Bail if printing item named `_` in `try_print_visible_def_path`Michael Goulet-16/+28
2021-12-20Prefer visibility paths where items are not named `_`Michael Goulet-4/+19
2021-12-20Test for issue-86035Michael Goulet-0/+97
2021-12-21Auto merge of #92126 - RalfJung:miri, r=RalfJungbors-8/+6
2021-12-21kmc-solid: Add `std::sys::solid::fs::File::read_buf`Tomoaki Kawada-1/+27
2021-12-20Auto merge of #92144 - rust-lang:tmandry-patch-1, r=Mark-Simulacrumbors-0/+1
2021-12-20Add tmandry to .mailmapTyler Mandry-0/+1
2021-12-20Bump insert_entry stabilization to Rust 1.59David Tolnay-2/+2
2021-12-20Change Backtrace::enabled atomic from SeqCst to RelaxedDavid Tolnay-3/+3
2021-12-20Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-202...bjorn3-524/+1009
2021-12-20Fix taking address of truly unsized type field of unsized adtbjorn3-1/+70