about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-25Report heap allocation instead of non-const fn for exchange_malloc callGary Guo-0/+5
2021-09-25Use Rvalue::ShallowInitBox for box expressionGary Guo-2/+53
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-11/+67
2021-09-22Rollup merge of #89170 - rusticstuff:aarch64_macos_disable_leak_sanitizer, r=...the8472-1/+3
2021-09-22Rollup merge of #89162 - petrochenkov:ivmap, r=davidtwcothe8472-24/+28
2021-09-22Rollup merge of #89133 - FabianWolff:issue-79546, r=michaelwoeristerthe8472-1/+6
2021-09-22Rollup merge of #89046 - oli-obk:fix_oflo, r=estebankthe8472-9/+36
2021-09-22Rollup merge of #89041 - sticnarf:sticnarf/fat-lto-dwarf, r=nagisathe8472-10/+20
2021-09-22Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obkbors-5/+284
2021-09-22Disable the leak sanitizer on Macos aarch64 for now.Hans Kratz-1/+3
2021-09-22Auto merge of #88846 - jackh726:issue-88360, r=nikomatsakisbors-1/+2
2021-09-22Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli...bors-15/+11
2021-09-22rustc_index: Add some map-like APIs to `IndexVec`Vadim Petrochenkov-24/+28
2021-09-21Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472bors-35/+83
2021-09-21Rollup merge of #89147 - b-naber:refs_in_check_const_value_eq, r=oli-obkthe8472-0/+9
2021-09-21Rollup merge of #89142 - nerandell:master, r=jackh726the8472-1/+4
2021-09-21Rollup merge of #89126 - FabianWolff:issue-89088, r=petrochenkovthe8472-6/+8
2021-09-21Rollup merge of #89113 - BoxyUwU:incr-comp-thir-act, r=lcnrthe8472-3/+6
2021-09-21Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytmthe8472-1/+0
2021-09-21Rollup merge of #89078 - camsteffen:map-ref, r=cjgillotthe8472-10/+9
2021-09-21Rollup merge of #88795 - FabianWolff:issue-88684, r=wesleywiserthe8472-14/+47
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-111/+115
2021-09-21Auto merge of #88981 - durin42:llvm-14-crc32, r=nagisabors-34/+55
2021-09-21add case for checking const refs in check_const_value_eqb-naber-0/+9
2021-09-21Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726bors-6/+42
2021-09-21Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats...bors-51/+72
2021-09-21Fix match for placeholder regionAnkit Chandawala-1/+4
2021-09-21Auto merge of #87234 - cjgillot:lower-mono, r=petrochenkovbors-250/+151
2021-09-20Adjust documentation for compatibility with 2021Mark Rousskov-28/+31
2021-09-20Remove Drop-caused migration-added capturesMark Rousskov-25/+17
2021-09-20Drop migration lint for Send/Sync bound in LTO backendMark Rousskov-5/+2
2021-09-20Migrate to 2021Mark Rousskov-59/+59
2021-09-21Auto merge of #87830 - hkmatsumoto:suggest-brackets-for-array-esque-block-exp...bors-4/+54
2021-09-21Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0`Fabian Wolff-1/+6
2021-09-20Don't use projection cache or candidate cache in intercrate modeAaron Hill-6/+42
2021-09-20Fix ICE when `indirect_structural_match` is allowedFabian Wolff-6/+8
2021-09-20Auto merge of #89117 - michaelwoerister:update-to-odht-0.3, r=wesleywiserbors-2/+2
2021-09-20Avoid the overflow with rustc+debugassertions in issue-44406Oli Scherer-6/+23
2021-09-20rustc_codegen_llvm: make sse4.2 imply crc32 for LLVM 14Augie Fackler-34/+55
2021-09-20Add some more tracingOli Scherer-3/+13
2021-09-20Auto merge of #89069 - bjorn3:optimize_sharded_new, r=Mark-Simulacrumbors-19/+1
2021-09-20Add a doc comment to infer_projectionOli Scherer-0/+6
2021-09-20Use `ty::Error` for opaque types with errors in its bounds.Oli Scherer-1/+1
2021-09-20Generate inference vars and obligations for projections in opaque types inste...Oli Scherer-19/+24
2021-09-20Inline a function that is only called onceOli Scherer-10/+4
2021-09-20Use tracing debugging in `fold_opaque_ty`Oli Scherer-14/+6
2021-09-20Add helper function to `InferCtxt` that generates inference vars for unresolv...Oli Scherer-11/+35
2021-09-20Update odht crate to 0.3.0Michael Woerister-2/+2
2021-09-20Enable 2021 compatibility lints for all in-tree codeMark Rousskov-33/+47
2021-09-20Adjust to SourceType::InTree in several placesMark Rousskov-1/+0