about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-13x86_64-unknown-none: Expand TargetOptions to specify more detailsJosh Triplett-0/+8
2021-10-13x86_64-unknown-none: Disable more target featuresJosh Triplett-1/+3
2021-10-13x86_64-unknown-none: Drop the `abi` fieldJosh Triplett-1/+0
2021-10-13x86_64-unknown-none: Fix module commentJosh Triplett-3/+1
2021-10-13Rename x86_64-unknown-none-elf to x86_64-unknown-noneJosh Triplett-1/+1
2021-10-13Use `CodeModel::Kernel` for `x86_64-unknown-none-elf`.Mike Leany-1/+2
2021-10-13Fix code formatting.Mike Leany-1/+2
2021-10-13Add new target: `x86_64-unknown-none-elf`Mike Leany-0/+31
2021-10-13Auto merge of #89587 - camelid:all-candidates, r=petrochenkovbors-14/+28
2021-10-12Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrierilbors-36/+91
2021-10-12Add long explanation for E0464Noah Lev-1/+7
2021-10-12Include rmeta candidates in "multiple matching crates" errorNoah Lev-13/+15
2021-10-12Sort candidate libraries by source path in errorNoah Lev-1/+7
2021-10-12Rollup merge of #89809 - tmiasko:remap-real-predicate, r=michaelwoeristerthe8472-0/+28
2021-10-12Rollup merge of #89784 - Mark-Simulacrum:delete-cache-hit-tracking, r=petroch...the8472-49/+1
2021-10-12Filter unstable and doc hidden variants in usefulness checkingDevin Ragotzy-36/+91
2021-10-12Remap ssa RealPredicate to llvm RealPredicateTomasz Miąsko-0/+28
2021-10-12Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgrbors-146/+221
2021-10-11Rollup merge of #89785 - nbdd0121:master, r=Mark-SimulacrumMatthias Krüger-1/+3
2021-10-11Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomezMatthias Krüger-1/+74
2021-10-11Rollup merge of #89675 - oli-obk:type_checker, r=davidtwcoMatthias Krüger-81/+53
2021-10-11Rollup merge of #89643 - cjgillot:overlap, r=matthewjasperMatthias Krüger-45/+65
2021-10-11Rollup merge of #89471 - nbdd0121:const3, r=fee1-deadMatthias Krüger-18/+26
2021-10-11Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakisbors-6/+9
2021-10-11Remove built-in cache_hit trackingMark Rousskov-49/+1
2021-10-11Fix ICE 89775Gary Guo-1/+3
2021-10-11Clarify the error descriptionssireliah-17/+22
2021-10-11Use Ancestory to check default fn in const impl instead of comparing identsGary Guo-18/+26
2021-10-11Auto merge of #83908 - Flying-Toast:master, r=davidtwcobors-0/+110
2021-10-11Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomezbors-1/+1
2021-10-11Rollup merge of #89743 - matthewjasper:env-log-fix, r=jyn514Guillaume Gomez-1/+1
2021-10-11Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkovbors-71/+53
2021-10-11Add enum_intrinsics_non_enums lintFlying-Toast-0/+110
2021-10-11Remove unnecessary variableClemens Wasser-2/+1
2021-10-11Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiserbors-41/+116
2021-10-11Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplettMatthias Krüger-7/+7
2021-10-10Auto merge of #89739 - matthiaskrgr:rollup-kskwqy5, r=matthiaskrgrbors-0/+8
2021-10-10Fix RUSTC_LOG handlingMatthew Jasper-1/+1
2021-10-10Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelidMatthias Krüger-0/+8
2021-10-10Auto merge of #89633 - rhysd:issue-65230, r=petrochenkovbors-2/+12
2021-10-10Remove for loop rangeClemens Wasser-2/+2
2021-10-10Apply clippy suggestionsClemens Wasser-69/+52
2021-10-10Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisabors-3/+29
2021-10-10Fix spelling: Cannonical -> CanonicalJohn Kugelman-7/+7
2021-10-09Add long explanation for error E0482sireliah-1/+69
2021-10-09Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillotbors-48/+74
2021-10-09Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obkMatthias Krüger-78/+129
2021-10-09Rollup merge of #89634 - hawkw:eliza/enable-err-warn, r=oli-obkMatthias Krüger-16/+18
2021-10-09Rollup merge of #89605 - camelid:fix-version, r=nagisaMatthias Krüger-1/+1
2021-10-09Explicit `PlaceAncestryRelation::SamePlace` and handle like `Descendant`Gary Guo-5/+8