about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-08introducing let-syntaxJohn Clements-3/+30
2014-07-08self arg macro test caseJohn Clements-0/+13
2014-07-08replace idents with namesJohn Clements-8/+15
2014-07-08get rid of keyword idents, replace with namesJohn Clements-8/+8
2014-07-08preserve context in parsing of `self` varrefJohn Clements-9/+11
2014-07-08remove unused fn, make SELF_KEYWORD_NAME publicJohn Clements-5/+1
2014-07-08test harness cleanupJohn Clements-27/+20
2014-07-08change if/else to matchJohn Clements-179/+197
2014-07-08added test for method arg hygieneJohn Clements-0/+13
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-1390/+1557
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1390/+1557
2014-07-08auto merge of #15521 : nick29581/rust/type, r=pcwaltonbors-178/+215
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-5/+54
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-5/+54
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-178/+215
2014-07-08auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichtonbors-8/+12
2014-07-08auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581bors-15/+45
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-77/+185
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-167/+433
2014-07-07librustc: Update debuginfo.Luqman Aden-1/+5
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-68/+173
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-8/+12
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-167/+433
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-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-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