about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
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
2021-07-17Encode ExpnId using ExpnHash for incr. comp.Camille GILLOT-66/+57
2021-07-17Choose encoding format in caller code.Camille GILLOT-72/+26
2021-07-17Use LocalExpnId where possible.Camille GILLOT-14/+1
2021-07-17Make the CrateNum part of the ExpnId.Camille GILLOT-96/+251
2021-07-17Corrected symbol order after adding diagnostic itemsxFrednet-1/+1
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+13
2021-07-15Added diagnostic items to functions for ClippyxFrednet-0/+9
2021-07-15Simplify metadata decoding.Camille GILLOT-30/+8
2021-07-15Separate encoding paths.Camille GILLOT-52/+87
2021-07-14Auto merge of #87106 - Mark-Simulacrum:edition-no-clone, r=petrochenkovbors-1/+1
2021-07-13Auto merge of #87044 - cjgillot:expnhash, r=petrochenkovbors-194/+144
2021-07-13Cache expansion hash.Camille GILLOT-171/+122
2021-07-13Move HashStable implementations.Camille GILLOT-61/+60
2021-07-13Avoid cloning ExpnData to access Span editionMark Rousskov-1/+1
2021-07-13Auto merge of #86922 - joshtriplett:target-abi, r=oli-obkbors-0/+2
2021-07-13Auto merge of #86857 - fee1-dead:add-attr, r=oli-obkbors-0/+1
2021-07-11Auto merge of #87042 - petrochenkov:cleanquotspan, r=Aaron1011bors-42/+29
2021-07-11Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisabors-0/+3
2021-07-11rustc_span: Reorder some `ExpnData` fields in accordance with commentsVadim Petrochenkov-26/+25
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-16/+4
2021-07-10Add clobber-only register classes for asm!Amanieu d'Antras-0/+3
2021-07-10Add #[default_method_body_is_const]Deadbeef-0/+1
2021-07-09Rollup merge of #86881 - tmiasko:lookup-line, r=nagisaMara Bos-25/+16
2021-07-09Auto merge of #85828 - scottmcm:raw-eq, r=oli-obkbors-0/+1
2021-07-09Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakisbors-0/+1
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-0/+1