summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-18rustc_driver: get rid of extra thread on WindowsTatsuyuki Ishi-1/+14
2018-03-18rustc_driver: get rid of extra thread on UnixTatsuyuki Ishi-8/+55
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-17elide elidable lifetime in Path::strip_prefixMichael Lamparski-4/+4
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
2018-03-17Make Span and Symbol implement Send and SyncJohn Kåre Alsaker-2/+10
2018-03-17Stabilise FromUtf8Error::as_bytesvarkor-2/+1
2018-03-17Improve and fix documentation for sort_by_cached_keyvarkor-8/+12
2018-03-17Add some docs + Fix rebaseVadim Petrochenkov-1/+7
2018-03-17Cleanup import parsingVadim Petrochenkov-54/+23
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-31/+38
2018-03-17AST: Keep distinction between `path` and `::path` in imports and visibilitiesVadim Petrochenkov-77/+66
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-40/+53
2018-03-17AST/HIR: Clarify what the optional name in extern crate items meanVadim Petrochenkov-58/+42
2018-03-17Reject `_` in `ident` matcherVadim Petrochenkov-19/+46
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-119/+109
2018-03-17Add span_suggestion while removing TyRefs based on the snippet String.Yukio Siraichi-0/+87
2018-03-17remove FIXME(#27889) since the issue is already fixedNiv Kaminer-1/+0
2018-03-17remove FIXME(#8372) since for-loops wont support borrowing iteratorsNiv Kaminer-2/+0
2018-03-17remove FIXME(#33435) and remove the spurious failures counter measureNiv Kaminer-5/+0
2018-03-17remove FIXME(#48116) and remove the logic to debug the issueNiv Kaminer-22/+3