about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-07some clippy::perf fixesMatthias Krüger-3/+3
2021-10-07make #[target_feature] work with `asm` register classesasquared31415-78/+129
2021-10-07lol i forgot the syntax for my own crate's macrosEliza Weisman-2/+2
2021-10-07comma-related changesEliza Weisman-2/+2
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-68/+83
2021-10-07use structured fields in some existing warningsEliza Weisman-6/+5
2021-10-07make them structured while i'm hereEliza Weisman-2/+2
2021-10-07demote `rustc_peek` traces look not user-facingEliza Weisman-2/+2
2021-10-07Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomezbors-31/+186
2021-10-07Update compiler/rustc_driver/src/lib.rsEliza Weisman-1/+1
2021-10-07rustc_driver: Enable the `WARN` log level by defaultEliza Weisman-8/+11
2021-10-07Rollup merge of #89615 - willcrichton:fix-get-body-with-borrowck-facts, r=oli...Guillaume Gomez-1/+1
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+7
2021-10-07Rollup merge of #89585 - nbdd0121:issue-89574, r=estebankGuillaume Gomez-21/+23
2021-10-07Rollup merge of #89559 - krasimirgg:llvm-14-fatal_error_handler_t, r=nagisaGuillaume Gomez-0/+4
2021-10-07Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakisGuillaume Gomez-1/+126
2021-10-07Rollup merge of #89298 - gcohara:issue89193, r=workingjubileeGuillaume Gomez-8/+25
2021-10-07Auto merge of #89534 - camsteffen:diag-name, r=oli-obkbors-146/+131
2021-10-07Use correct edition for panic in [debug_]assert!() etc.Mara Bos-4/+22
2021-10-07Auto merge of #86525 - shamatar:array_len_opt, r=oli-obkbors-0/+289
2021-10-07Remove untracked vtable-const-allocation cache from tcxMichael Woerister-15/+2
2021-10-07Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoeristerbors-0/+2
2021-10-07Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakisbors-38/+4
2021-10-06Query the fingerprint style during key reconstructionMark Rousskov-48/+74
2021-10-06Add InferCtxt::with_opaque_type_inference to get_body_with_borrowck_factsWill Crichton-1/+1
2021-10-06Enable AutoFDO.Michael Benfield-9/+75
2021-10-06Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726Manish Goregaokar-8/+36
2021-10-06Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwcoManish Goregaokar-0/+21
2021-10-06Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726Manish Goregaokar-2/+5
2021-10-06opt-level >= 4Alexander-3/+3
2021-10-06Clean up code a bit:Guillaume Gomez-1/+1
2021-10-06Use get_diagnostic_nameCameron Steffen-113/+73
2021-10-06Do not ICE if some foreign expansions were not encoded.Camille GILLOT-2/+0
2021-10-06Do not re-hash foreign spans.Camille GILLOT-11/+16
2021-10-06Access Session while decoding expn_id.Camille GILLOT-6/+24
2021-10-06Fix stabilization version for `bindings_after_at`Noah Lev-1/+1
2021-10-06fix importAlexander-1/+1
2021-10-06reset and cleanupAlexander-0/+289
2021-10-06add platform support details file for armv7-unknown-linux-uclibcJonah Petri-2/+2
2021-10-06Add new target armv7-unknown-linux-uclibceabihfYannick Koehler-2/+28
2021-10-06Introduce get_diagnostic_nameCameron Steffen-34/+59
2021-10-06Auto merge of #89323 - estebank:derive-binop, r=petrochenkovbors-69/+209
2021-10-06Emit item no type error even if type inference failsGary Guo-21/+23
2021-10-05Consider unfulfilled obligations in binop errorsEsteban Kuber-69/+209
2021-10-05Issue 89275 fix and testTom Farmer-17/+37
2021-10-05Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkovManish Goregaokar-1/+3
2021-10-05Rollup merge of #89532 - ecstatic-morse:maybe-live-locals-enum, r=oli-obk,tmi...Manish Goregaokar-0/+31
2021-10-05Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiserManish Goregaokar-0/+1
2021-10-05Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebankManish Goregaokar-7/+38
2021-10-05Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwUManish Goregaokar-43/+94