summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2020-12-25Auto merge of #79762 - Swatinem:remap-doctest-coverage, r=Swatinembors-1/+1
2020-12-23Rollup merge of #80297 - jyn514:more-docs, r=bjorn3Guillaume Gomez-1/+1
2020-12-22Add some intra-doc links to compiler docsJoshua Nelson-1/+1
2020-12-21rustc_span: Provide a reserved identifier check for a specific editionVadim Petrochenkov-11/+32
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+1
2020-12-18Rollup merge of #80130 - pierwill:patch-7, r=oli-obkRalf Jung-1/+1
2020-12-17Stop using intermediate macros in definition of symbolsArlie Davis-8/+8
2020-12-17docs: Edit rustc_span::symbol::Symbol methodpierwill-1/+1
2020-12-14Switch to Symbol for item.nameJoshua Nelson-0/+4
2020-12-10Use Symbol for inline asm register class namesArlie Davis-0/+23
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-0/+1
2020-12-04Rollup merge of #79678 - jyn514:THE-PAPERCLIP-COMETH, r=varkorDylan DPC-18/+11
2020-12-03Fix some clippy lintsJoshua Nelson-18/+11
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+1
2020-11-29Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514Dylan DPC-5/+0
2020-11-27Remove unused is_doc_keyword functionGuillaume Gomez-5/+0
2020-11-26Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiserJonas Schievink-0/+161
2020-11-24Move lev_distance to rustc_ast, make non-genericArlie Davis-0/+161
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-0/+1
2020-10-19Also apply panic_fmt lint suggestions to debug_assert!().Mara Bos-0/+1
2020-10-18Expand assert!(expr) to panic() function instead of panic!() macro.Mara Bos-0/+1
2020-10-18Make panic_fmt lint work properly for assert!(expr, msg) too.Mara Bos-0/+1
2020-10-18Specialize panic_fmt lint for the {core,std}::panic!() macros.Mara Bos-0/+2
2020-11-17Auto merge of #78801 - sexxi-goose:min_capture, r=nikomatsakisbors-0/+2
2020-11-12Auto merge of #76256 - tgnottingham:issue-74890, r=nikomatsakisbors-5/+26
2020-11-10Indroduce feature flag for RFC-2229Aman Arora-0/+2
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+1
2020-11-09Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkovDylan DPC-0/+1
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-0/+1
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1
2020-11-04incr-comp: hash span end line/columnTyson Nottingham-5/+26
2020-11-03Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-sebors-1/+8
2020-11-03Rollup merge of #77950 - arlosi:sha256, r=eddybMara Bos-1/+8
2020-11-03Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiserbors-0/+3
2020-10-30Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011Yuki Okushi-4/+4
2020-10-29Rollup merge of #78423 - tgnottingham:caching_source_map_bounds_check, r=oli-obkJonas Schievink-17/+46
2020-10-29Use RwLock instead of Lock for SourceMap::filesTomasz Miąsko-4/+4
2020-10-28Auto merge of #78415 - tgnottingham:expn_id_tag_hash, r=Aaron1011bors-2/+1
2020-10-28Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPCbors-2/+3
2020-10-28Rollup merge of #78447 - bugadani:typo, r=matthewjasperDylan DPC-2/+2
2020-10-28Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obkDylan DPC-0/+1
2020-10-27Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obkbors-0/+7
2020-10-27rustc_span: represent line bounds with RangeTyson Nottingham-30/+24
2020-10-27Add unsized_fn_params featureSantiago Pastorino-0/+1
2020-10-27Fix typo in commentDániel Buga-2/+2
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-0/+2
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-0/+3
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-0/+1
2020-10-26rustc_span: improve bounds checks in byte_pos_to_line_and_colTyson Nottingham-4/+39
2020-10-26Address review commentsNathan Whitaker-0/+1