about summary refs log tree commit diff
path: root/compiler/rustc_span
AgeCommit message (Expand)AuthorLines
2023-04-24Remove "V1" from ArgumentsV1 and FlagsV1.Mara Bos-2/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-2/+2
2023-04-24Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obkMatthias Krüger-0/+1
2023-04-23Auto merge of #110497 - cjgillot:span-ctxt, r=b-naberbors-10/+14
2023-04-22Add `intrinsics::transmute_unchecked`Scott McMurray-0/+1
2023-04-21offset_ofDrMeepster-0/+1
2023-04-20Rollup merge of #110548 - kpreid:span, r=WaffleLapkinYuki Okushi-11/+20
2023-04-19fmt fixKevin Reid-1/+1
2023-04-19Make `impl Debug for Span` not panic on not having session globals.Kevin Reid-11/+20
2023-04-19Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillotMatthias Krüger-0/+1
2023-04-18Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillotbors-43/+46
2023-04-18Use a diagnostic item instead of filtering for Index::OutputMichael Goulet-0/+1
2023-04-18Add #[inline] to some new functionsBen Kimock-0/+1
2023-04-18Refactor `SyntaxContext::ctxt` logic.Camille GILLOT-10/+14
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-43/+45
2023-04-17Spelling - compilerJosh Soref-2/+2
2023-04-17Auto merge of #110367 - saethlin:no-truncations, r=oli-obkbors-3/+1
2023-04-16Remove some unnecessary hash truncationsBen Kimock-3/+1
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-6/+5
2023-04-15Convert comment to doc comment on `Interner::get`.Alona Enraght-Moony-2/+3
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-0/+2
2023-04-12Add inline assembly support for m68kIan Douglas Scott-0/+2
2023-04-12Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726Matthias Krüger-0/+1
2023-04-12Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726Matthias Krüger-0/+1
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-0/+1
2023-04-11Add `sym::anon`.Nicholas Nethercote-0/+1
2023-04-10Fix typos in compilerDaniPopes-2/+2
2023-04-09Fix some clippy::complexityNilstrieb-5/+5
2023-04-09Box large enum variantsNilstrieb-6/+6
2023-04-08Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naberbors-0/+1
2023-04-07Add feature gatekadmin-0/+1
2023-04-06Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillotMatthias Krüger-3/+29
2023-04-06add commentyukang-0/+3
2023-04-04Remove a fishy Clone implOli Scherer-1/+19
2023-04-01a couple clippy::complexity fixesMatthias Krüger-1/+1
2023-03-31Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomezbors-21/+19
2023-03-31Rollup merge of #109805 - nnethercote:source_map-cleanups, r=bjorn3Guillaume Gomez-21/+18
2023-03-31Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddleGuillaume Gomez-0/+1
2023-03-31Auto merge of #109010 - compiler-errors:rtn, r=eholkbors-0/+1
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-0/+1
2023-03-31Improve `with_source_map`.Nicholas Nethercote-10/+13
2023-03-31Remove an unnecessary use of `with_session_globals`.Nicholas Nethercote-11/+5
2023-03-30Rename doc(primitive) into rustc_doc_primitiveGuillaume Gomez-0/+1
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-1/+1
2023-03-28Feature gateMichael Goulet-0/+1
2023-03-27Add a builtin `FnPtr` traitlcnr-0/+2
2023-03-26add comments and cleanupyukang-3/+10
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-1/+1
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+1
2023-03-22Rollup merge of #109213 - oli-obk:cstore, r=cjgillotMatthias Krüger-1/+6