about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
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
2021-04-29Implement RFC 1260 with feature_name `imported_main`.Charles Lew-0/+1
2021-04-28Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakisbors-2/+1
2021-04-27remove pat2021mark-1/+0
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+1
2021-04-25Auto merge of #84147 - cuviper:array-method-dispatch, r=nikomatsakis,m-ou-sebors-0/+1
2021-04-24Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obkbors-1/+2
2021-04-25Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelixYuki Okushi-0/+2
2021-04-23Auto merge of #84339 - alexcrichton:llvm-fptoint-sat, r=nagisabors-1/+0
2021-04-21rustc: Use LLVM's new saturating float-to-int intrinsicsAlex Crichton-1/+0
2021-04-20Add an attribute to be able to configure the limitOli Scherer-0/+2
2021-04-19fix few typosklensy-1/+1
2021-04-18fix feature use in rustc libsRalf Jung-1/+0
2021-04-18separate feature flag for unsizing casts in const fnRalf Jung-0/+1
2021-04-18move 'trait bounds on const fn' to separate feature gateRalf Jung-0/+1
2021-04-16Implement #[rustc_skip_array_during_method_dispatch]Josh Stone-0/+1
2021-04-16Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkovbors-0/+1
2021-04-16Remove #[main] attribute.Charles Lew-0/+1
2021-04-15Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3bors-0/+2
2021-04-15rename pat2015 to pat_parammark-1/+1