summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2021-10-14Use correct edition for panic in [debug_]assert!() etc.Mara Bos-0/+1
2021-09-16Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-1/+0
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-16/+38
2021-09-01Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=AmanieuMara Bos-0/+2
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-0/+3
2021-08-31Pull Span::find_ancestor_inside loop into its own function.Mara Bos-0/+8
2021-08-31Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebankbors-0/+11
2021-08-30Add let_else feature gateCameron Steffen-0/+1
2021-08-30Lower let-else to HIRCameron Steffen-0/+2
2021-08-31Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-sebors-2/+2
2021-08-30Update LATEST_STABLE_EDITION to 2021.Mara Bos-1/+1
2021-08-30make edition 2021 stableHTG-YT-1/+1
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-0/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-0/+1
2021-08-27Don't use `guess_head_span` in `predicates_of` for foreign spanAaron Hill-0/+11
2021-08-27Path remapping: Make behavior of diagnostics output dependent on presence of ...Michael Woerister-16/+38
2021-08-25add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPCJacob Lifshay-0/+2
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-20/+17
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-08-19Rollup merge of #88050 - Aaron1011:filename-hash-stable, r=michaelwoeristerGuillaume Gomez-2/+2
2021-08-16Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearthbors-0/+1
2021-08-16Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiserbors-0/+29
2021-08-16feature gate doc(primitive)Joshua Nelson-0/+1
2021-08-16Uplift the `invalid_atomic_ordering` lint from clippy to rustcThom Chiovoloni-0/+29
2021-08-15Remove `HashStable` impls for `FileName` and `RealFileName`Aaron Hill-2/+2
2021-08-14Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisabors-0/+1
2021-08-12Implement `black_box` using intrinsicGary Guo-0/+1
2021-08-12Add support for clobber_abi to asm!Amanieu d'Antras-0/+1
2021-08-03Auto merge of #87262 - dtolnay:negative, r=Aaron1011bors-0/+4
2021-08-02Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726Cameron Steffen-0/+1
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-02Implement a `explicit_generic_args_with_impl_trait` feature gateGary Guo-0/+1
2021-07-31Added feature gate.Alexander Regueiro-0/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-29Add feature gates for `for` and `?` in constsJonas Schievink-0/+2
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-0/+1
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-0/+4
2021-07-27Permit deriving default on enums with `#[default]`Jacob Pratt-0/+1
2021-07-26Actually infer args in visitorskadmin-0/+1
2021-07-20Add internal attribute and tests.Charles Lew-0/+1
2021-07-19Auto merge of #87225 - estebank:cleanup, r=oli-obkbors-2/+2
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-2/+2
2021-07-18Support negative numbers in Literal::from_strDavid Tolnay-0/+4
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+22
2021-07-17Simplify Expn creation.Camille GILLOT-27/+25
2021-07-17Rename expn_info -> expn_data.Camille GILLOT-8/+8
2021-07-17Pass ExpnData by reference.Camille GILLOT-3/+3
2021-07-17Drop ExpnData::krate.Camille GILLOT-19/+10
2021-07-17Drop orig_id.Camille GILLOT-33/+9