summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2021-07-23Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache.Michael Woerister-2/+2
2021-07-23Disambiguate between SourceFiles from different crates even if they have the ...Michael Woerister-10/+31
2021-06-19Revert "Allow specifying alignment for functions"Mark Rousskov-1/+0
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-1/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-0/+1
2021-06-09Print dummy spans as `no-location`Tomasz Miąsko-1/+1
2021-06-07Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkorbors-39/+41
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-32/+45
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+2
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-2/+0
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-06-01Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726bors-60/+4
2021-06-01Remove unused functions and arguments from rustc_serializebjorn3-39/+41
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-05-31Use allow_internal_unstable more in rustc_indexbjorn3-1/+0
2021-05-30Remove CrateNum::ReservedForIncrCompCachebjorn3-60/+4
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-45/+32
2021-05-26Specialize implementationsJacob Pratt-0/+1
2021-05-23Add support for BPF inline assemblyAlessandro Decina-0/+2
2021-05-20Rollup merge of #85439 - mgacek8:add_diagnostic_item_to_CStr_type, r=davidtwcoRalf Jung-0/+1
2021-05-18Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnrbors-5/+8
2021-05-18Add diagnostic item to `CStr`Mateusz Gacek-0/+1
2021-05-17Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkovbors-0/+1
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+1
2021-05-16Allow `async {}` expressions in const contextsJonas Schievink-0/+1
2021-05-14add new attribute rustc_insignificant_dtor and a query to check if a type has...Dhruv Jauhar-0/+1
2021-05-13Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726bors-0/+1
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-1/+0
2021-05-13introduce a unit testing feature `rustc_evaluate_where_clauses`Niko Matsakis-0/+1
2021-05-13Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieubors-0/+1
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-1/+0
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-0/+3
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-127/+165
2021-05-12Implement span quoting for proc-macrosAaron Hill-4/+16
2021-05-11Add initial asm!() support for PowerPCDr. Chat-0/+1
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-4/+16
2021-05-08Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726Dylan DPC-1/+1
2021-05-08Rollup merge of #84887 - jyn514:index-span, r=XanewokDylan DPC-6/+1
2021-05-07Use `path.exists()` instead of `fs::metadata(path).is_ok()`Chris Denton-1/+1
2021-05-06Actually implement the feature in the compilerScott McMurray-5/+8
2021-05-06Add additional migrations to handle auto-traits and clone traitsRoxane-0/+3
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+6
2021-05-05Use local and remapped paths where appropriateAndy Wang-6/+11
2021-05-05Revamp RealFileName public methodsAndy Wang-20/+22
2021-05-05Remove impl Display for FileName and add FileNameDisplay wrapper typeAndy Wang-12/+39
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-31/+70
2021-05-05Rename RealFileName::Named to LocalPath and Devirtualized to RemappedAndy Wang-91/+44
2021-05-03Remove SpanInterner::getJoshua Nelson-6/+1
2021-05-02Use new thread-local const-initMark Rousskov-1/+2
2021-04-30Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkovbors-0/+1