| Age | Commit message (Expand) | Author | Lines |
| 2021-12-23 | Auto merge of #92155 - m-ou-se:panic-fn, r=eddyb | bors | -15/+15 |
| 2021-12-22 | Remove VCVARS_BAT | Eric Huss | -1/+0 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -7/+16 |
| 2021-12-23 | Rollup merge of #92026 - jsha:jsdoc-search, r=GuillaumeGomez | Matthias Krüger | -30/+170 |
| 2021-12-23 | Rollup merge of #91544 - rukai:91492, r=wesleywiser | Matthias Krüger | -0/+79 |
| 2021-12-22 | Add some JSDoc comments to rustdoc JS | Jacob Hoffman-Andrews | -30/+170 |
| 2021-12-22 | Delay remaining `span_bug`s in drop elaboration | Tomasz Miąsko | -0/+82 |
| 2021-12-22 | Upgrade `tracing-subscriber` | pierwill | -2/+2 |
| 2021-12-22 | Bless clippy test. | Mara Bos | -1/+1 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -2/+1 |
| 2021-12-22 | When obligation is a sized predicate, prefer projection or object candidates ... | Jack Huey | -8/+40 |
| 2021-12-21 | Remove apparently unnecessary conditional in `doc_value` | Noah Lev | -3/+0 |
| 2021-12-21 | Move pattern matching outside of the loop | Guillaume Gomez | -6/+8 |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -1/+5 |
| 2021-12-21 | chore: cleanup unused imports | Caleb Cartwright | -13/+8 |
| 2021-12-21 | refactor: encapsulate cfg_if parsing within parse mod | Caleb Cartwright | -83/+98 |
| 2021-12-21 | refactor: extract final rustc_parse touchpoint from macros.rs | Caleb Cartwright | -4/+11 |
| 2021-12-21 | refactor: move lazy_static parsing to parse mod | Caleb Cartwright | -37/+58 |
| 2021-12-21 | refactor: move macro arg parsing to parse mod | Caleb Cartwright | -199/+234 |
| 2021-12-21 | refactor: rename syntux mod to parse | Caleb Cartwright | -13/+15 |
| 2021-12-22 | Fixed a small typo in ui test comments | fee1-dead | -1/+1 |
| 2021-12-21 | Auto merge of #92095 - vacuus:master, r=jyn514 | bors | -29/+22 |
| 2021-12-21 | Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk | bors | -0/+29 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -14/+14 |
| 2021-12-21 | Rollup merge of #92127 - GuillaumeGomez:search-results-duplicate-removal, r=jsha | Matthias Krüger | -11/+13 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -0/+234 |
| 2021-12-21 | Rollup merge of #91412 - compiler-errors:issue-86035, r=oli-obk | Matthias Krüger | -0/+97 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+29 |
| 2021-12-20 | Fixup tests for issue-86035 | Michael Goulet | -4/+4 |
| 2021-12-20 | Test for issue-86035 | Michael Goulet | -0/+97 |
| 2021-12-20 | [code coverage] Fix missing dead code in modules that are never called | Wesley Wiser | -8/+14 |
| 2021-12-20 | Add test case for #86177 and #85718 | Wesley Wiser | -0/+16 |
| 2021-12-20 | compare calling convention instead of call ABI | Ralf Jung | -2/+2 |
| 2021-12-20 | Move duplicates removal when generating results instead of when displaying them | Guillaume Gomez | -11/+13 |
| 2021-12-20 | update Miri | Ralf Jung | -8/+6 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -0/+34 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -157/+99 |
| 2021-12-20 | add test files | SparrowLii | -0/+24 |
| 2021-12-19 | Remove 'need_backline' field of `DocFragment` | Roc Yu | -29/+18 |
| 2021-12-19 | Omit check of a successive line in loop | vacuus | -6/+10 |
| 2021-12-19 | Backport LLVM changes to disable deferred inlining | Simonas Kazlauskas | -0/+0 |
| 2021-12-19 | Merge remote-tracking branch 'upstream/master' into subtree-sync-2021-12-19 | Caleb Cartwright | -46/+88 |
| 2021-12-19 | Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisa | Matthias Krüger | -0/+29 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -24/+7 |
| 2021-12-19 | Fix an ICE when lowering a float with missing exponent magnitude | threadexception | -0/+29 |
| 2021-12-19 | Rollup merge of #92081 - jyn514:need-backline, r=GuillaumeGomez | Matthias Krüger | -7/+3 |
| 2021-12-19 | Rollup merge of #92077 - jyn514:remove-collapsed, r=GuillaumeGomez | Matthias Krüger | -17/+4 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -154/+151 |
| 2021-12-19 | Auto merge of #91871 - camelid:urlpartsbuilder, r=GuillaumeGomez | bors | -17/+192 |
| 2021-12-19 | Rollup merge of #92082 - jyn514:remove-from-iterator, r=jyn514 | Matthias Krüger | -12/+16 |