summary refs log tree commit diff
path: root/src/libsyntax_pos
AgeCommit message (Expand)AuthorLines
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-0/+1
2019-06-29Rollup merge of #62104 - Zoxc:query-info, r=eddybMazdak Farrokhzad-0/+3
2019-06-25Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelixbors-0/+1
2019-06-25Add some #[inline] attributesJohn Kåre Alsaker-0/+3
2019-06-23let_chains: Add feature gate.Mazdak Farrokhzad-0/+1
2019-06-21Implement arbitrary_enum_discriminantJohn Wrenn-0/+1
2019-06-18hygiene: Avoid some unnecessary `ExpnInfo` clonesVadim Petrochenkov-5/+5
2019-06-18syntax: Move `default_transparency` into `ExpnInfo`Vadim Petrochenkov-25/+17
2019-06-18syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo`Vadim Petrochenkov-0/+23
2019-06-17don't ICE on large filesAleksey Kladov-3/+9
2019-06-16Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelixbors-0/+1
2019-06-15Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro...Mazdak Farrokhzad-0/+4
2019-06-14Use `sym` constansts for `PrimitiveTypeTable` keysMatthew Jasper-0/+2
2019-06-14Avoid some unnecessary symbol interner operationsMatthew Jasper-0/+2
2019-06-13Call str::eq and <[T]>::eq for match comparisonsMatthew Jasper-0/+1
2019-06-12Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkovbors-0/+1
2019-06-12Rollup merge of #61568 - Mark-Simulacrum:symbol-fmt-macros, r=estebankMazdak Farrokhzad-3/+21
2019-06-11Auto merge of #61735 - eddyb:must-use-life, r=oli-obkbors-0/+1
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-0/+2
2019-06-09Introduce InnerSpan abstractionMark Rousskov-3/+15
2019-06-09Use Symbol for named arguments in fmt_macrosMark Rousskov-0/+6
2019-06-09Allow attributes in formal function parametersCaio-0/+1
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-0/+1
2019-06-08Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...Vadim Petrochenkov-0/+1
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-1/+0
2019-06-07Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obkbors-0/+1
2019-06-06Make constructors actually be const functionsMatthew Jasper-0/+1
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-3/+2
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-13/+17
2019-06-05Fixed rebase fallout.Alexander Regueiro-0/+1
2019-06-05Addressed points raised in review.Alexander Regueiro-2/+2
2019-06-05Add `modernize_and_adjust` methods.Nicholas Nethercote-0/+16
2019-06-05Add a useful comment about this file.Nicholas Nethercote-0/+20
2019-06-05Add `walk_chain`.Nicholas Nethercote-0/+15
2019-06-05Add `SyntaxContext::hygienic_eq`.Nicholas Nethercote-0/+8
2019-06-05Add and use `SyntaxContext::outer_and_expn_info`.Nicholas Nethercote-0/+10
2019-06-05Optimize `glob_adjust` and `reverse_glob_adjust`.Nicholas Nethercote-23/+27
2019-06-05Add `HygieneData::apply_mark`.Nicholas Nethercote-4/+6
2019-06-05Add `HygieneData::apply_mark_with_transparency`.Nicholas Nethercote-35/+35
2019-06-05Add `HygieneData::apply_mark_internal`.Nicholas Nethercote-55/+58
2019-06-05Add `HygieneData::marks`.Nicholas Nethercote-13/+15
2019-06-05Add `HygieneData::adjust`.Nicholas Nethercote-5/+9
2019-06-05Add `HygieneData::remove_mark`.Nicholas Nethercote-5/+7
2019-06-05Add `HygieneData::default_transparency`.Nicholas Nethercote-2/+6
2019-06-05Add some useful methods to `HygieneData`.Nicholas Nethercote-10/+28
2019-06-05Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.Nicholas Nethercote-8/+8
2019-05-30Add `HygieneData::{outer,expn_info,is_descendant_of}` methods.Nicholas Nethercote-26/+24
2019-05-29Introduce and use `SyntaxContext::outer_expn_info()`.Nicholas Nethercote-10/+20
2019-05-29Introduce and use `Mark::outer_is_descendant_of()`.Nicholas Nethercote-3/+18