about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-07-10auto merge of #15336 : jakub-/rust/diagnostics, r=brsonbors-3/+71
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-3/+71
2014-07-10auto merge of #15353 : aturon/rust/env-hashmap, r=alexcrichtonbors-14/+4
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-14/+4
2014-07-10auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichtonbors-0/+15
2014-07-10typeck: check casts from pointers to floats, closes #15445Florian Hahn-0/+15
2014-07-10Add range lint for float literals, fixing #10934Falco Hirschenberger-0/+5
2014-07-10auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichtonbors-0/+8
2014-07-09tests: Remove uses of advance.Luqman Aden-4/+4
2014-07-10lint: extend `#[must_use]` to handle a message.Huon Wilson-0/+8
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-0/+15
2014-07-09test: simplify numeric literal cfail testsCorey Richardson-53/+14
2014-07-09testsuite: merge some lexer testcasesCorey Richardson-238/+73
2014-07-08fix hygiene for test caseJohn Clements-4/+4
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-112/+115
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-112/+115
2014-07-08auto merge of #15521 : nick29581/rust/type, r=pcwaltonbors-55/+55
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-0/+38
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-0/+38
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-55/+55
2014-07-08auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichtonbors-4/+4
2014-07-08auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581bors-4/+23
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-0/+40
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-74/+127
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-2/+83
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-4/+4
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-74/+127
2014-07-07librustc: Disallow modules and types from having the same name.Patrick Walton-4/+23
2014-07-07Strip empty strings from link argsSteven Fackler-0/+20
2014-07-07auto merge of #15489 : jakub-/rust/issue-15488, r=pcwaltonbors-0/+38
2014-07-07auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichtonbors-0/+55
2014-07-07Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395mitchmindtree-0/+55
2014-07-07Properly bind nested pattern bindings when there's more than oneJakub Wieczorek-0/+38
2014-07-06Add a test case for #12187, which appears to have been fixedJakub Wieczorek-0/+36
2014-07-06auto merge of #15454 : jakub-/rust/15453, r=huonwbors-0/+7
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-7/+10
2014-07-05Test fixes and rebase conflictsAlex Crichton-2/+4
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-6/+22
2014-07-05test: Fix tests for crate_id removalAlex Crichton-311/+144
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-0/+102
2014-07-05Fix #15453Jakub Wieczorek-0/+7
2014-07-05auto merge of #15442 : luqmana/rust/odp, r=pnkfelixbors-0/+64
2014-07-05auto merge of #15284 : apoelstra/rust/bitv-methods, r=cmrbors-3/+3
2014-07-04librustc: Make sure to run destructors in the right order when matching on mo...Luqman Aden-0/+64
2014-07-04librustc: Accept type aliases for structures in structure literals andPatrick Walton-2/+83
2014-07-04Add tests for null pointer opt.Luqman Aden-0/+40
2014-07-04auto merge of #15405 : pcwalton/rust/delifetime, r=nick29581bors-8/+8
2014-07-04auto merge of #15388 : jakub-/rust/issue-12285, r=pcwaltonbors-0/+22
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-8/+8
2014-07-04auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichtonbors-0/+78