about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-07librustc: Disallow modules and types from having the same name.Patrick Walton-15/+45
2014-07-07Strip empty strings from link argsSteven Fackler-1/+21
2014-07-07collections: merge unsafe_push_all_clone and push_allErick Tryzelaar-29/+14
2014-07-07collections: minimize code that's in unsafe blocksErick Tryzelaar-22/+22
2014-07-07collections: flesh out the Vec::clone_from benchmarks to cover reuseErick Tryzelaar-30/+93
2014-07-07auto merge of #15496 : ruud-v-a/rust/patch-1, r=huonwbors-3/+2
2014-07-07auto merge of #15489 : jakub-/rust/issue-15488, r=pcwaltonbors-26/+56
2014-07-07manual: Fix typo.Ruud van Asseldonk-3/+2
2014-07-07auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichtonbors-0/+85
2014-07-07Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395mitchmindtree-0/+85
2014-07-07auto merge of #15464 : dotdash/rust/bool_stores, r=pcwaltonbors-85/+126
2014-07-07Properly bind nested pattern bindings when there's more than oneJakub Wieczorek-26/+56
2014-07-06auto merge of #15486 : jakub-/rust/test-case-12187, r=alexcrichtonbors-0/+36
2014-07-06Store booleans as i8 in memory to improve optimizations by LLVMBjörn Steinbrink-65/+115
2014-07-06Remove remainders from when booleans were i8Björn Steinbrink-21/+12
2014-07-06Add a test case for #12187, which appears to have been fixedJakub Wieczorek-0/+36
2014-07-06auto merge of #15467 : brson/rust/guideversion, r=alexcrichtonbors-1/+0
2014-07-06auto merge of #15465 : SimonSapin/rust/patch-4, r=alexcrichtonbors-1/+1
2014-07-06auto merge of #15456 : aochagavia/rust/guide, r=alexcrichtonbors-2/+2
2014-07-06auto merge of #15454 : jakub-/rust/15453, r=huonwbors-0/+8
2014-07-06auto merge of #15472 : luqmana/rust/snaps, r=alexcrichtonbors-15/+8
2014-07-06Register snapshot.Luqman Aden-15/+8
2014-07-05std: flesh out MemWriter benchmarksErick Tryzelaar-5/+49
2014-07-05collections: Optimize Vec when cloning from a sliceErick Tryzelaar-31/+44
2014-07-05collections: flesh out Vec benchmarksErick Tryzelaar-54/+364
2014-07-06auto merge of #15441 : P1start/rust/lifetime-suggest, r=pcwaltonbors-1/+1
2014-07-06auto merge of #15439 : dotdash/rust/remove_entry_bcx, r=pcwaltonbors-28/+11
2014-07-06auto merge of #15417 : pfalabella/rust/rational-signed, r=alexcrichtonbors-0/+44
2014-07-05doc: --version no longer displays the host tripleBrian Anderson-1/+0
2014-07-06Optimize String::push_byte()Simon Sapin-1/+1
2014-07-05auto merge of #15319 : alexcrichton/rust/no-crate-id, r=brsonbors-716/+997
2014-07-05auto merge of #15225 : Ryman/rust/liburl_minor, r=alexcrichtonbors-693/+622
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-33/+29
2014-07-05Test fixes and rebase conflictsAlex Crichton-4/+6
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-10/+54
2014-07-05test: Fix tests for crate_id removalAlex Crichton-311/+144
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-15/+444
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-19/+7
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-40/+102
2014-07-05rustc: Modify crate loading to ignore versionsAlex Crichton-87/+34
2014-07-05rustc: Add a new codegen flag, -C metadata=fooAlex Crichton-1/+20
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-269/+230
2014-07-05Added num::Signed implementation to Ratio (squashed)Paolo Falabella-0/+44
2014-07-05auto merge of #15431 : iliekturtles/rust/13279-error-msg-order, r=pcwaltonbors-5/+6
2014-07-05auto merge of #15429 : kballard/rust/vim_tab_conventions, r=pcwaltonbors-0/+6
2014-07-05Improved example in the GuideAdolfo Ochagavía-2/+2
2014-07-05auto merge of #15428 : phildawes/rust/master, r=huonwbors-2/+3
2014-07-05Fix #15453Jakub Wieczorek-0/+8
2014-07-05auto merge of #15427 : aochagavia/rust/parse, r=pcwaltonbors-16/+2
2014-07-05auto merge of #15442 : luqmana/rust/odp, r=pnkfelixbors-8/+116