about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-01-21Make diagnostic ordering deterministicAlex Crichton-2/+0
2015-01-21More test fixes and rebase conflictsAlex Crichton-1/+0
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-73/+65
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-28/+27
2015-01-21rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2Alex Crichton-0/+1
2015-01-21Deny imports after non-item statements.Eduard Burtescu-0/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-30/+30
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-120/+7
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-3/+0
2015-01-21rollup merge of #21411: P1start/help-tweaksAlex Crichton-2/+2
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-6/+6
2015-01-21rollup merge of #21394: japaric/nononoAlex Crichton-7/+1
2015-01-21rollup merge of #21372: arielb1/remove-the-boxAlex Crichton-240/+7
2015-01-21rollup merge of #21368: tomjakubowski/rustdoc-miscellanyAlex Crichton-20/+1
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-2/+2
2015-01-21rollup merge of #21289: brson/errorcodesAlex Crichton-217/+242
2015-01-21Fallout from stabilization.Aaron Turon-28/+27
2015-01-21rustc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-73/+62
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-30/+30
2015-01-21remove `NoSendItem` and `NoSyncItem`Jorge Aparicio-7/+1
2015-01-20Make multiline errors work with codesBrian Anderson-52/+63
2015-01-20Register snapshot for 9006c3cFlavio Percoco-3/+0
2015-01-20rustc: Remove deprecated lint namesAlex Crichton-24/+1
2015-01-20Add some extended errors.Michael Sproul-6/+34
2015-01-20Add error codes to rustcBrian Anderson-142/+137
2015-01-20Make fatal errors work with codes, add to typeckBrian Anderson-0/+3
2015-01-20Make error code registration work again. #19624Brian Anderson-19/+7
2015-01-20rustc: Remove deprecated flagsAlex Crichton-96/+6
2015-01-20Forbid coercing &T to &mut TSeo Sanghyeon-1/+6
2015-01-20Fix up some ‘help’ messagesP1start-2/+2
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-2/+0
2015-01-20Remove onceness & bounds - they don't do anything.Ariel Ben-Yehuda-46/+6
2015-01-20Kill TraitStoreAriel Ben-Yehuda-200/+7
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-6/+6
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-17Remove some dead code from rustc::middle::tyTom Jakubowski-20/+1
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-2/+2
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-16Project region bounds out of the trait when deciding whether aNiko Matsakis-0/+1
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