about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-30/+30
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-1/+6
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-2/+0
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-125/+101
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-2/+0
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-125/+101
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-0/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Register new snapshots.Eduard Burtescu-9/+2
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-0/+1
2015-01-17auto merge of #21205 : alexcrichton/rust/issue-21202, r=nikomatsakisbors-1560/+2
2015-01-16auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakisbors-0/+3
2015-01-16auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brsonbors-65/+86
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-65/+86
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-1560/+2
2015-01-16addressed commentsFlavio Percoco-23/+5
2015-01-16Check for negative impls for `Send` and `Sync`Flavio Percoco-9/+31
2015-01-16Don't assemble bound impls if candidate's ambiguousFlavio Percoco-1/+1
2015-01-16Record negative trait_impls separatedlyFlavio Percoco-2/+64
2015-01-15rollup merge of #21190: FlaPer87/remove_duplicated_funcAlex Crichton-5/+1
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-0/+2
2015-01-15rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1Alex Crichton-2/+16
2015-01-15rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labelsAlex Crichton-0/+5
2015-01-15rollup merge of #21052: nick29581/methods-extAlex Crichton-2/+2
2015-01-15rollup merge of #20964: sfackler/recursion-syntaxAlex Crichton-2/+2
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-19/+29
2015-01-15remove try_node_id_to_type in favor of node_id_to_type_optFlavio Percoco-5/+1
2015-01-14fix unused import errorJorge Aparicio-0/+2
2015-01-14Refactor compare_impl_method to use all boundsJared Roesch-54/+105
2015-01-14Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some...Niko Matsakis-1/+15
2015-01-14Fix Repr output so that it does not ICE when a self-type isNiko Matsakis-1/+1
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-2/+2
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-2/+2
2015-01-14Implement suggestions for traits to import.Huon Wilson-0/+3
2015-01-13auto merge of #20957 : Ms2ger/rust/closures, r=alexcrichtonbors-54/+24
2015-01-13auto merge of #20963 : nick29581/rust/ast_map, r=eddybbors-3/+3
2015-01-13Rewrite each_attr to return a vector.Ms2ger-34/+14
2015-01-13Return the Vec from csearch::get_item_attrs.Ms2ger-17/+9
2015-01-13Return the Vec from decoder::get_item_attrs.Ms2ger-7/+5
2015-01-13auto merge of #20955 : nikomatsakis/rust/assoc-types-struct-field-access, r=n...bors-0/+8
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-12add --xpretty flowgraph,unlabelled variant.Felix S. Klock II-0/+5
2015-01-13Some random thingsNick Cameron-3/+3
2015-01-12Normalize bounds that we extract from where clauses. Fixes #20765.Niko Matsakis-29/+94
2015-01-12auto merge of #19870 : mdinger/rust/align_error, r=nick29581bors-3/+57
2015-01-12Implement multi-line errorsmdinger-1/+55
2015-01-12Backtick nitsmdinger-2/+2
2015-01-12auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakisbors-2/+94
2015-01-12Merge pull request #20968 from estsauver/20762bors-1/+1
2015-01-12Merge pull request #20934 from tomjakubowski/patch-1bors-1/+1