about summary refs log tree commit diff
path: root/compiler/rustc_passes
AgeCommit message (Expand)AuthorLines
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-24shrinking the deprecated method spanhi-rustin-1/+9
2021-05-22Small refactoring in `liveness.rs`Fabian Wolff-51/+21
2021-05-21Warn about unreachable code following an expression with an uninhabited typeFabian Wolff-20/+91
2021-05-18Rollup merge of #85339 - FabianWolff:issue-83893, r=varkorGuillaume Gomez-3/+124
2021-05-17Two minor changes for readability and efficiencyFabian Wolff-3/+2
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-47/+23
2021-05-16Auto merge of #85290 - Amanieu:asm_const_int, r=nagisabors-41/+2
2021-05-16Implement changes suggested by varkorFabian Wolff-5/+49
2021-05-16Auto merge of #84549 - tmiasko:static-initializer, r=varkorbors-2/+1
2021-05-15Report an error if a lang item has the wrong number of generic argumentsFabian Wolff-5/+83
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-20/+29
2021-05-14Remove support for floating-point constants in asm!Amanieu d'Antras-41/+2
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-0/+27
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-79/+1
2021-05-12Use () for lang items.Camille GILLOT-29/+14
2021-05-12Use () for privacy.Camille GILLOT-5/+4
2021-05-12Use () for entry_fn.Camille GILLOT-9/+3
2021-05-12Use () in reachable_set.Camille GILLOT-4/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-4/+4
2021-05-12Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebankYuki Okushi-3/+3
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-4/+4
2021-05-10Add documentationLeSeulArtichaut-0/+17
2021-05-08Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributesLeSeulArtichaut-26/+74
2021-05-08Emit `invalid_doc_attributes` warnings in more casesLeSeulArtichaut-12/+75
2021-05-07shrinking the deprecated method spanhi-rustin-3/+3
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-24/+31
2021-04-26Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514bors-3/+3
2021-04-25liveness: Fix typo report_unsed_assign -> report_unused_assignCohenArthur-3/+3
2021-04-25Reachable statics have reachable initializersTomasz Miąsko-2/+1
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+0
2021-04-22Rollup merge of #84343 - camsteffen:closure-tree, r=varkorDylan DPC-14/+1
2021-04-19Remove closure_treeCameron Steffen-14/+1
2021-04-19Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwcobors-49/+42
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-16Remove #[main] attribute.Charles Lew-8/+5
2021-04-11Match against attribute name when validating attributesTomasz Miąsko-49/+42
2021-04-07Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkovDylan DPC-6/+7
2021-04-06Use AnonConst for asm! constantsAmanieu d'Antras-6/+7
2021-04-05Allow specifying alignment for functionsWesley Norris-6/+40
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-5/+17
2021-03-30Remove hir::CrateItem.Camille GILLOT-3/+3
2021-03-26Use iter::zip in compiler/Josh Stone-4/+8
2021-03-25Auto merge of #83424 - cjgillot:noparam, r=lcnrbors-13/+0
2021-03-24Auto merge of #75384 - JulianKnodt:cg_def, r=varkor,lcnrbors-4/+3
2021-03-24Rollup merge of #83313 - cjgillot:assert, r=michaelwoeristerDylan DPC-0/+20
2021-03-23GenericParam does not need to be a HIR owner.Camille GILLOT-13/+0
2021-03-23Some refactoringvarkor-4/+3
2021-03-23Fix comment.Camille GILLOT-1/+2
2021-03-22Err if the debugging options are not passed.Camille GILLOT-0/+19