about summary refs log tree commit diff
path: root/compiler/rustc_span/src
AgeCommit message (Expand)AuthorLines
2020-09-23Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=AmanieuDylan DPC-0/+1
2020-09-21Remove cast to usize for BytePos and CharPosJames Whaley-2/+2
2020-09-21Add cfg(target_has_atomic_equal_alignment).Mara Bos-0/+1
2020-09-21Reduce boilerplate for BytePos and CharPosJames Whaley-82/+55
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-21Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obkbors-1/+0
2020-09-20Remove MMX from RustMateusz MikuĊ‚a-1/+0
2020-09-20Rollup merge of #76825 - lcnr:array-windows-apply, r=varkorRalf Jung-2/+8
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+8
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-2/+0
2020-09-16Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebankDylan DPC-0/+2
2020-09-13Add visualization of rustc span in docIvan Tham-1/+19
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-0/+2
2020-09-10implement `const_evaluatable_checked` feature MVPBastian Kauschke-0/+1
2020-08-31Adds two source span utility functions used in source-based coverageRich Kadel-0/+16
2020-08-30mv compiler to compiler/mark-0/+7270