about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21333: stepancheg/trans-write-diagAlex Crichton-3/+3
2015-01-21rollup merge of #21289: brson/errorcodesAlex Crichton-476/+617
2015-01-21rollup merge of #21274: estsauver/21270Alex Crichton-3/+8
2015-01-21rollup merge of #21157: steveklabnik/deprecationAlex Crichton-1/+1
2015-01-21rollup merge of #21138: mkpankov/masterAlex Crichton-4/+21
2015-01-21rollup merge of #21053: apasel422/exactAlex Crichton-0/+12
2015-01-21rollup merge of #19913: KOMON/rust-mode-emacs-indentationAlex Crichton-3/+30
2015-01-21Improve quality of String#to_slice() deprecation messageSteve Klabnik-1/+1
2015-01-21Change init-large-type to use child threadAaron Turon-1/+6
2015-01-21Fallout from stabilization.Aaron Turon-125/+126
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-185/+115
2015-01-21Stabilize Index traits and most range notationAaron Turon-102/+89
2015-01-21docs: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-23/+9
2015-01-21rustdoc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-250/+224
2015-01-21rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-178/+156
2015-01-21rustc_driver: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-1/+1
2015-01-21rustc_trans: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-114/+104
2015-01-21rustc_typeck: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-0/+6
2015-01-21rustc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-132/+99
2015-01-21rustc_back: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-14/+0
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-418/+202
2015-01-21syntax: merge ast::ViewItem into ast::Item.Eduard Burtescu-353/+130
2015-01-21Remove feature(import_shadowing).Eduard Burtescu-20/+1
2015-01-21De-mut the parserSeo Sanghyeon-17/+17
2015-01-21Auto merge of #21242 - richo:no-perl, r=brsonbors-47/+16
2015-01-21debuginfo: Make debuginfo source location assignment more stable (Pt. 1)Michael Woerister-405/+889
2015-01-21Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturonbors-4/+92
2015-01-21Remove ratchet().Ahmed Charles-68/+0
2015-01-21Remove compare_to_old().Ahmed Charles-63/+4
2015-01-21Remove write_metric_diff and supporting code.Ahmed Charles-123/+7
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-706/+763
2015-01-21Auto merge of #21395 - sfackler:fix-cvar-test, r=alexcrichtonbors-4/+5
2015-01-21remove `NoSendItem` and `NoSyncItem`Jorge Aparicio-12/+2
2015-01-21Display negative trait implementations correctly in rustdocDiggory Blake-0/+51
2015-01-20implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`Andrew Paseltiner-0/+12
2015-01-20tests: uncomment regression tests for 13970, 13971, 13972Corey Richardson-27/+17
2015-01-20also forward Iterator::size_hint()Jorge Aparicio-0/+8
2015-01-20Auto merge of #21439 - alexcrichton:rollup, r=alexcrichtonbors-296/+467
2015-01-20Make multiline errors work with codesBrian Anderson-52/+63
2015-01-20Changed rust-mode code for tabs -> spacesDaniel Raloff-20/+20
2015-01-20add stability text like suggested in discussionSebastian Gesemann-4/+4
2015-01-20Register snapshot for 9006c3cFlavio Percoco-340/+9
2015-01-20alloc::boxed: enable testStepan Koltsov-53/+77
2015-01-21Add more explanation for why the assumes are thereJames Miller-1/+9
2015-01-20rustc: Remove deprecated lint namesAlex Crichton-45/+6
2015-01-20Test fixes and rebase conflictsAlex Crichton-8/+6
2015-01-21Add assumptions that the pointer is non-nullJames Miller-2/+16
2015-01-20Kill RacyCell in favor of marking SyncSender explicitly Send.JP Sugarbroad-34/+17
2015-01-20Add some extended errors.Michael Sproul-6/+40
2015-01-20Add error codes to rustcBrian Anderson-142/+137