about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-29rollup merge of #19457: reem/remove-is-lang-itemAlex Crichton-14/+4
2014-12-30Rebasing and reviewer changesNick Cameron-44/+47
2014-12-30Fallout from mut slicesNick Cameron-66/+65
2014-12-30Remove ExprSlice by hacking the compilerNick Cameron-319/+254
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-40/+81
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-92/+119
2014-12-29std: Stabilization pass for mutex/rwlock/condvarAlex Crichton-227/+149
2014-12-29std: Second pass stabilization for `string`Alex Crichton-73/+124
2014-12-29Handle range in model lexer correctly #15877Florian Hahn-1/+2
2014-12-29Implement Send for Cell and RefCellSteven Fackler-5/+7
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1206/+1175
2014-12-29Update grammer/verify.rs to work with recent masterFlorian Hahn-30/+32
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-172/+274
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-344/+572
2014-12-29Don't promise that we talk about Rustdoc moreSteve Klabnik-3/+2
2014-12-29fixesAlex Crichton-3/+0
2014-12-29Properly deal with Ordering in the guideSteve Klabnik-34/+48
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1154/+1615
2014-12-29rustup: allow the use of either sha256sum or shasum to verify the download hashErick Tryzelaar-2/+16
2014-12-29rustup: Add support for resuming downloadsErick Tryzelaar-2/+15
2014-12-29syntax: whitespace cleanupErick Tryzelaar-1/+1
2014-12-29rustup: allow rust and cargo snapshot dates to be differentErick Tryzelaar-19/+37
2014-12-29rustup: add caching of old nightliesErick Tryzelaar-9/+40
2014-12-29rustup: Add support for verifying remote hashesErick Tryzelaar-0/+32
2014-12-30More rebase fixes.Huon Wilson-52/+60
2014-12-29Update rustc_driver tests.Huon Wilson-13/+17
2014-12-29Rebase fixes.Huon Wilson-17/+16
2014-12-29Add the -Z print-enum-sizes flag for displaying enum info.Huon Wilson-4/+9
2014-12-29Fix rebase artifacts.Huon Wilson-3/+1
2014-12-29Slash the ast::Stmt type from 104 to 24 bytes.Huon Wilson-6/+6
2014-12-29Print info from the barefn and region interners in the tcx.Huon Wilson-0/+2
2014-12-29Intern Region in tcx.Huon Wilson-71/+93
2014-12-29Collect tcx arenas into a single struct.Huon Wilson-60/+42
2014-12-29Intern BareFnTys to make sty slightly smaller.Huon Wilson-64/+91
2014-12-29Switch Region information from uint to u32.Huon Wilson-138/+157
2014-12-29Intern substs before storing them in the tcx.Huon Wilson-2/+14
2014-12-29Store Substs in an arena in the tcx.Huon Wilson-139/+151
2014-12-29Implement debug printing for tcx interner sty's.Huon Wilson-9/+117
2014-12-29auto merge of #19765 : luqmana/rust/nonzero-lang-item, r=nikomatsakisbors-155/+370
2014-12-29Marked find and rfind as stableMarvin Löbel-2/+2
2014-12-29TestsNick Cameron-0/+217
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-21/+33
2014-12-29auto merge of #19227 : johshoff/rust/master, r=brsonbors-4/+15
2014-12-29Fix glob shadowing bug with re-exportsNick Cameron-0/+8
2014-12-29Little bit of refactoring in resolveNick Cameron-99/+94
2014-12-29Fallout from glob shadowingNick Cameron-67/+50
2014-12-29Remove the glob/shadowing exception bugNick Cameron-8/+1
2014-12-28libcollections: impl Send/Sync for Vec.Luqman Aden-0/+3
2014-12-28libcoretest: Add tests for NonZero.Luqman Aden-38/+101
2014-12-28libcore: Use Zeroable trait to try to limit what types may be used with NonZero.Luqman Aden-3/+57