about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
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
2021-07-08Inline implementation of lookup_lineTomasz Miąsko-25/+16
2021-07-08Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio...Guillaume Gomez-3/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-19/+65
2021-07-07Implement cfg(target_abi) (RFC 2992)Josh Triplett-0/+2
2021-07-07Check FromIterator trait impl in prelude collision check.Mara Bos-0/+1
2021-07-06Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich...bors-45/+32
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-45/+32
2021-07-06Store macro parent module in ExpnData.Camille GILLOT-2/+10
2021-07-03Auto merge of #86778 - tmiasko:fast-multiline, r=davidtwcobors-3/+7
2021-07-01Avoid byte to char position conversions in is_multilineTomasz Miąsko-3/+7
2021-06-29Remove lang items Send, UnwindSafe and RefUnwindSafeRoxane Fruytier-3/+2
2021-06-24rustc_span: Explicitly handle crates that differ from package namesJosh Triplett-2/+2
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-0/+1
2021-06-22Auto merge of #86368 - michaelwoerister:lexing-ice, r=davidtwcobors-10/+31
2021-06-22Auto merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakisbors-0/+3
2021-06-21Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3bors-0/+2
2021-06-21Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache.Michael Woerister-2/+2
2021-06-21Disambiguate between SourceFiles from different crates even if they have the ...Michael Woerister-10/+31
2021-06-20Squashed implementation of the passAlex Vlasov-0/+2
2021-06-17Make `s` pre-internedYuki Okushi-0/+1
2021-06-16Improve errors for missing Debug and Display implsAris Merchant-0/+1
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-1/+0
2021-06-14Add support for associated functions to `future_prelude_collision` lintjam1garner-0/+1
2021-06-14Add future_prelude_collision lintjam1garner-0/+2
2021-06-12Auto merge of #86180 - cjgillot:defmv, r=petrochenkovbors-13/+48
2021-06-12Rollup merge of #86153 - tmiasko:dummy-span, r=estebankYuki Okushi-1/+1
2021-06-11Make DummyHashStableContext dummier.Camille GILLOT-5/+5
2021-06-11Sprinkle inline.Camille GILLOT-5/+6