summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-18Reporting with `span_suggestion_short`.Yukio Siraichi-15/+5
2018-03-18Rebased with master.Yukio Siraichi-5/+5
2018-03-18Created multiple line test.Yukio Siraichi-0/+43
2018-03-18Keeping code formatting.Yukio Siraichi-3/+8
2018-03-18Review fixes.Yukio Siraichi-5/+9
2018-03-18New test added.Yukio Siraichi-2/+35
2018-03-18Test added.Yukio Siraichi-0/+33
2018-03-18Refactored with high-order functions.Yukio Siraichi-21/+21
2018-03-18Update tracking issue.boats-27/+27
2018-03-18Add BufReader::bufferSteven Fackler-1/+29
2018-03-18Add warning for invalid start of code blocks in rustdocGuillaume Gomez-4/+11
2018-03-18add codegen testgnzlbg-0/+35
2018-03-18Allow raw identifiers in diagnostic macros.Lymia Aluysia-5/+5
2018-03-18add simd_select intrinsicgnzlbg-0/+222
2018-03-18Auto merge of #49134 - oli-obk:clippy, r=kennytmbors-16/+19
2018-03-18Return a is_raw parameter from Token::ident rather than having separate methods.Lymia Aluysia-34/+19
2018-03-18Allow test target to pass without installingSébastien Marie-1/+3
2018-03-18Move raw_identifiers check to the lexer.Lymia Aluysia-4/+5
2018-03-18Add a CI job for parallel rustc using x.py checkJohn Kåre Alsaker-0/+9
2018-03-18num::NonZero* types now have their own tracking issue: #49137Simon Sapin-10/+5
2018-03-18Fix events handling in rustdocGuillaume Gomez-33/+40
2018-03-18Feature gate raw identifiers.Lymia Aluysia-5/+62
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-145/+475
2018-03-18Update RLS.kennytm-0/+0
2018-03-18Add lexicographic sorting benchmarkvarkor-0/+16
2018-03-18Check that the size optimisation is not redundantvarkor-5/+10
2018-03-18Clarify time complexityvarkor-3/+3
2018-03-18Update clippyOliver Schneider-16/+19
2018-03-18remove unneeded where clausecsmoe-36/+4
2018-03-18Fix formatting.Martin Hoffmann-2/+0
2018-03-18Auto merge of #48986 - matklad:update-cargo, r=alexcrichtonbors-26/+17
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-3/+526
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-260/+228
2018-03-18rustbuild: Ship libsynchronizationMaxim Nazarenko-0/+1
2018-03-17Auto merge of #48842 - petrochenkov:under, r=nikomatsakisbors-136/+153
2018-03-17Remove deprecated unstable ptr::Shared type alias.Simon Sapin-8/+2
2018-03-17Add a -Z flag for LLVM align attributes on argumentsScott McMurray-1/+3
2018-03-17Test NonZero in a const item in a pattern.Simon Sapin-0/+23
2018-03-17Stop using deprecated NonZero APIsSimon Sapin-10/+18
2018-03-17Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*Simon Sapin-4/+16
2018-03-17Use num::NonZero* instead of NonZero<_> in rustc and testsSimon Sapin-46/+38
2018-03-17Use NonNull<_> instead of NonZero<*const _> in btree internalsSimon Sapin-16/+14
2018-03-17Add 12 num::NonZero* types for each primitive integerSimon Sapin-1/+100
2018-03-17Make interners thread-safeJohn Kåre Alsaker-6/+9
2018-03-17Minor cleanupJohn Kåre Alsaker-6/+5
2018-03-17Add OnDropJohn Kåre Alsaker-0/+8
2018-03-17Add an Default impl for LockJohn Kåre Alsaker-0/+7
2018-03-17Replace Rc with LrcJohn Kåre Alsaker-16/+17
2018-03-17Don't get the global lock in the fast caseJohn Kåre Alsaker-3/+3
2018-03-17Remove rustc_global!John Kåre Alsaker-30/+0