about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-03-28linker: Use data execution prevention options by default when linker supports...Vadim Petrochenkov-73/+23
2021-03-28Auto merge of #83593 - petrochenkov:nounwrap, r=nagisabors-50/+50
2021-03-28Auto merge of #83587 - petrochenkov:asneeded, r=nagisabors-94/+30
2021-03-28rustc_target: Avoid unwraps when adding linker flagsVadim Petrochenkov-61/+61
2021-03-28linker: Use `--as-needed` by default when linker supports itVadim Petrochenkov-94/+30
2021-03-27Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011bors-139/+88
2021-03-27resolve: Partially unify early and late scope-relative ident resolutionVadim Petrochenkov-139/+88
2021-03-27Rollup merge of #83548 - Aaron1011:capture-none-delims, r=petrochenkovDylan DPC-15/+55
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-204/+213
2021-03-27Rollup merge of #82626 - lcnr:encode_with_shorthandb, r=estebankDylan DPC-47/+51
2021-03-27Rollup merge of #82525 - RalfJung:unaligned-ref-warn, r=petrochenkovDylan DPC-203/+89
2021-03-27Rollup merge of #81351 - lcnr:big-money-big-prices, r=oli-obkDylan DPC-21/+24
2021-03-28Rollup merge of #83526 - klensy:lazy-too, r=petrochenkovYuki Okushi-12/+13
2021-03-28Rollup merge of #83348 - osa1:issue83344, r=jackh726Yuki Okushi-4/+6
2021-03-27make unaligned_refereces future-incompat lint warn-by-default, and remove the...Ralf Jung-203/+89
2021-03-27update testslcnr-3/+3
2021-03-27combine: stop eagerly evaluating constsBastian Kauschke-18/+21
2021-03-27format macro argument parsing fixÖmer Sinan Ağacan-4/+6
2021-03-27lazily calls some fnsklensy-12/+13
2021-03-27Rollup merge of #83525 - rust-lang:lcnr-doc-patch, r=jonas-schievinkYuki Okushi-1/+1
2021-03-27Rollup merge of #83343 - osa1:issue83340, r=jackh726Yuki Okushi-14/+9
2021-03-26Always preserve `None`-delimited groups in a captured `TokenStream`Aaron Hill-15/+55
2021-03-26fix rustc_on_implemented `_Self` pathslcnr-47/+51
2021-03-26fix doc comment for `ty::Dynamiclcnr-1/+1
2021-03-26Auto merge of #83488 - Aaron1011:ban-expr-inner-attrs, r=petrochenkovbors-30/+45
2021-03-26Use iter::zip in compiler/Josh Stone-204/+213
2021-03-26Auto merge of #83404 - michaelwoerister:issue83045, r=eddybbors-3/+8
2021-03-26Auto merge of #82980 - tmiasko:import-cold-multiplier, r=michaelwoeristerbors-0/+3
2021-03-26Fix #83045 by moving some crate loading verification code to a better place.Michael Woerister-3/+8
2021-03-26Auto merge of #83503 - Dylan-DPC:rollup-mqvjfav, r=Dylan-DPCbors-88/+92
2021-03-26Rollup merge of #83486 - Aaron1011:fix/global-alloc-error, r=petrochenkovDylan DPC-16/+16
2021-03-26Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkovDylan DPC-72/+76
2021-03-26Auto merge of #83465 - michaelwoerister:safe-read_raw_bytes, r=cjgillotbors-45/+48
2021-03-25Avoid double-collection for expression nonterminalsAaron Hill-17/+17
2021-03-25Ban custom inner attributes in expressions and statementsAaron Hill-13/+28
2021-03-25Don't ICE when using `#[global_alloc]` on a non-item statementAaron Hill-16/+16
2021-03-25Auto merge of #82743 - jackh726:resolve-refactor, r=nikomatsakisbors-178/+351
2021-03-25Auto merge of #83424 - cjgillot:noparam, r=lcnrbors-54/+6
2021-03-25write-up what is happeningNiko Matsakis-0/+28
2021-03-25Refactor #82270 as lint instead of an errorAmanieu d'Antras-72/+76
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-110/+1
2021-03-25Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.Michael Woerister-45/+48
2021-03-25Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytmbors-3/+0
2021-03-25Auto merge of #83445 - erikdesjardins:rmunion, r=RalfJungbors-1/+33
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-209/+456
2021-03-25Rollup merge of #83442 - durin42:remove-questionable-macros, r=cuviperYuki Okushi-7/+0
2021-03-25Rollup merge of #83427 - llogiq:refactor-emitter, r=estebankYuki Okushi-20/+14
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-3/+0
2021-03-24Review commentsJack Huey-20/+51
2021-03-24resolve late lifetimes by itemJack Huey-173/+287