| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | x86_64-unknown-none: Expand TargetOptions to specify more details | Josh Triplett | -0/+8 |
| 2021-10-13 | x86_64-unknown-none: Disable more target features | Josh Triplett | -1/+3 |
| 2021-10-13 | x86_64-unknown-none: Drop the `abi` field | Josh Triplett | -1/+0 |
| 2021-10-13 | x86_64-unknown-none: Fix module comment | Josh Triplett | -3/+1 |
| 2021-10-13 | Rename x86_64-unknown-none-elf to x86_64-unknown-none | Josh Triplett | -1/+1 |
| 2021-10-13 | Use `CodeModel::Kernel` for `x86_64-unknown-none-elf`. | Mike Leany | -1/+2 |
| 2021-10-13 | Fix code formatting. | Mike Leany | -1/+2 |
| 2021-10-13 | Add new target: `x86_64-unknown-none-elf` | Mike Leany | -0/+31 |
| 2021-10-13 | Auto merge of #89587 - camelid:all-candidates, r=petrochenkov | bors | -14/+28 |
| 2021-10-12 | Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrieril | bors | -36/+91 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -1/+7 |
| 2021-10-12 | Include rmeta candidates in "multiple matching crates" error | Noah Lev | -13/+15 |
| 2021-10-12 | Sort candidate libraries by source path in error | Noah Lev | -1/+7 |
| 2021-10-12 | Rollup merge of #89809 - tmiasko:remap-real-predicate, r=michaelwoerister | the8472 | -0/+28 |
| 2021-10-12 | Rollup merge of #89784 - Mark-Simulacrum:delete-cache-hit-tracking, r=petroch... | the8472 | -49/+1 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -36/+91 |
| 2021-10-12 | Remap ssa RealPredicate to llvm RealPredicate | Tomasz Miąsko | -0/+28 |
| 2021-10-12 | Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgr | bors | -146/+221 |
| 2021-10-11 | Rollup merge of #89785 - nbdd0121:master, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2021-10-11 | Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez | Matthias Krüger | -1/+74 |
| 2021-10-11 | Rollup merge of #89675 - oli-obk:type_checker, r=davidtwco | Matthias Krüger | -81/+53 |
| 2021-10-11 | Rollup merge of #89643 - cjgillot:overlap, r=matthewjasper | Matthias Krüger | -45/+65 |
| 2021-10-11 | Rollup merge of #89471 - nbdd0121:const3, r=fee1-dead | Matthias Krüger | -18/+26 |
| 2021-10-11 | Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakis | bors | -6/+9 |
| 2021-10-11 | Remove built-in cache_hit tracking | Mark Rousskov | -49/+1 |
| 2021-10-11 | Fix ICE 89775 | Gary Guo | -1/+3 |
| 2021-10-11 | Clarify the error descriptions | sireliah | -17/+22 |
| 2021-10-11 | Use Ancestory to check default fn in const impl instead of comparing idents | Gary Guo | -18/+26 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -0/+110 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -1/+1 |
| 2021-10-11 | Rollup merge of #89743 - matthewjasper:env-log-fix, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-10-11 | Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov | bors | -71/+53 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+110 |
| 2021-10-11 | Remove unnecessary variable | Clemens Wasser | -2/+1 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -41/+116 |
| 2021-10-11 | Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplett | Matthias Krüger | -7/+7 |
| 2021-10-10 | Auto merge of #89739 - matthiaskrgr:rollup-kskwqy5, r=matthiaskrgr | bors | -0/+8 |
| 2021-10-10 | Fix RUSTC_LOG handling | Matthew Jasper | -1/+1 |
| 2021-10-10 | Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelid | Matthias Krüger | -0/+8 |
| 2021-10-10 | Auto merge of #89633 - rhysd:issue-65230, r=petrochenkov | bors | -2/+12 |
| 2021-10-10 | Remove for loop range | Clemens Wasser | -2/+2 |
| 2021-10-10 | Apply clippy suggestions | Clemens Wasser | -69/+52 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -3/+29 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -7/+7 |
| 2021-10-09 | Add long explanation for error E0482 | sireliah | -1/+69 |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -48/+74 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -78/+129 |
| 2021-10-09 | Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obk | Matthias Krüger | -16/+18 |
| 2021-10-09 | Rollup merge of #89605 - camelid:fix-version, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-09 | Explicit `PlaceAncestryRelation::SamePlace` and handle like `Descendant` | Gary Guo | -5/+8 |