about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-115/+533
2015-02-23Rollup merge of #22490 - nagisa:inline-args, r=alexcrichtonManish Goregaokar-24/+5
2015-02-23Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichtonManish Goregaokar-0/+2
2015-02-23Rollup merge of #22674 - untitaker:issue22243, r=alexcrichtonManish Goregaokar-1/+1
2015-02-23Rollup merge of #22559 - kmcallister:borrowck-readme, r=nikomatsakisManish Goregaokar-9/+11
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-6/+6
2015-02-22Fix another occurrence of #22243Markus Unterwaditzer-1/+1
2015-02-22Validate inline attribute argumentsSimonas Kazlauskas-24/+5
2015-02-22Disallow crate names with leading hyphensChris Wong-1/+3
2015-02-22Record default implementations in a separate stepFlavio Percoco-1/+22
2015-02-22tweak exhaustive matching of ty_inferNiko Matsakis-1/+3
2015-02-22fix treatment of parameters and associated typesNiko Matsakis-17/+50
2015-02-22Don't report bug for IntVar and FloatVarFlavio Percoco-1/+3
2015-02-22Check constituent types are knownFlavio Percoco-20/+36
2015-02-22mark candidate set ambig for defaulted traits where self-type is not yet knownNiko Matsakis-1/+6
2015-02-22some comments and nitsNiko Matsakis-35/+43
2015-02-22check supertraitsFlavio Percoco-4/+21
2015-02-22Some nits and cleanupNiko Matsakis-41/+52
2015-02-22Make Send/Sync go through the default implementation pathFlavio Percoco-17/+26
2015-02-22Coherence for default trait implementationsFlavio Percoco-22/+20
2015-02-22address nitsFlavio Percoco-3/+6
2015-02-22Rename DefTrait to DefaultImplFlavio Percoco-47/+47
2015-02-22Make default_trait_impls private and add accessorFlavio Percoco-2/+6
2015-02-22Use a Vec<N> instead of VecPerParamSpace<N>Flavio Percoco-4/+3
2015-02-22Ensure default trait impls holdFlavio Percoco-20/+239
2015-02-22Add negative impls for SyncFlavio Percoco-16/+4
2015-02-22Add negative impls for `*const T` and `*mut T`Flavio Percoco-2/+4
2015-02-22Prefer other implementations over default onesFlavio Percoco-0/+4
2015-02-22look for default trait candidatesFlavio Percoco-8/+69
2015-02-22Fix fallout from libsyntax implementationFlavio Percoco-4/+20
2015-02-22Rollup merge of #22584 - alexcrichton:snapshots, r=GankroManish Goregaokar-211/+6
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-221/+221
2015-02-22Rollup merge of #22542 - ipetkov:unsafe-lint, r=huonwManish Goregaokar-9/+53
2015-02-20Register new snapshotsAlex Crichton-211/+6
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-221/+221
2015-02-19fix markup of "just one effect, unsafe"Dan Connolly-1/+1
2015-02-19Unsafe lint will also check for other unsafe codeIvan Petkov-9/+53
2015-02-20Addressed PR commentsMarvin Löbel-6/+6
2015-02-19Auto merge of #22497 - nikomatsakis:suffixes, r=alexcrichtonbors-3/+2
2015-02-18Fix references to doc.rs throughout the codeKeegan McAllister-9/+11
2015-02-18Exempt phantom fns from the object safety checkNiko Matsakis-4/+5
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-215/+438
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-101/+101
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-4/+4
2015-02-18Stabilize std::borrowAaron Turon-4/+4
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-101/+101
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-3/+2
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-8/+8
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-1/+1
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-5/+202