about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2015-01-26Make Unix and Windows impls consistentFlavio Percoco-9/+6
2015-01-25Auto merge of #21519 - michaelwoerister:misc, r=eddybbors-12/+48
2015-01-25Auto merge of #21518 - Zoxc:asm-err, r=luqmanabors-17/+77
2015-01-25Auto merge of #21582 - FlaPer87:rollup, r=brsonbors-215/+257
2015-01-25assert path ends with executable. On Windows the process executable contains ...Flavio Percoco-2/+6
2015-01-25Auto merge of #20613 - dgriffen:master, r=alexcrichtonbors-1/+40
2015-01-25Auto merge of #20373 - huonw:self-call-lint, r=luqmanabors-9/+299
2015-01-25Auto merge of #21558 - alexcrichton:result-debug, r=aturonbors-9/+41
2015-01-25Auto merge of #21511 - alfie:suffix-cleanup, r=huonwbors-128/+128
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-128/+128
2015-01-24Auto merge of #21452 - bleibig:bison-grammar, r=nikomatsakisbors-0/+2663
2015-01-24Auto merge of #21488 - aturon:os-str, r=alexcrichtonbors-92/+1850
2015-01-24Add ffi::OsString and OsStrAaron Turon-92/+1850
2015-01-24Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelixbors-74/+79
2015-01-24don't run pretty-rpass for tests using #![main]Flavio Percoco-0/+1
2015-01-24debuginfo: Improve DWARF representation of unsized vecs and strings.Michael Woerister-12/+14
2015-01-24debuginfo: Extend option-like-enum test case to contain nested discriminants.Michael Woerister-0/+34
2015-01-25Tweak chained comparison errors.Huon Wilson-9/+10
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-65/+69
2015-01-25Fix infinite recursion in the compiler.Huon Wilson-1/+1
2015-01-25Add a lint to detect unconditional recursion.Huon Wilson-1/+258
2015-01-24Auto merge of #21542 - vadimcn:fix-exported-macro-paths, r=alexcrichtonbors-1/+56
2015-01-24Implement winsize() for unix.Daniel Griffen-1/+40
2015-01-24Rollup merge of #21579 - brson:beta, r=alexcrichtonFlavio Percoco Premoli-2/+2
2015-01-24Rollup merge of #21573 - japaric:gh19660, r=huonwFlavio Percoco Premoli-0/+22
2015-01-24Rollup merge of #21560 - steveklabnik:remove_discuss_link, r=sanxiynFlavio Percoco Premoli-3/+2
2015-01-24Rollup merge of #21550 - FlaPer87:fix-compiletest, r=huonwFlavio Percoco Premoli-0/+15
2015-01-24Rollup merge of #21541 - steveklabnik:gh13179, r=huonwFlavio Percoco Premoli-0/+1
2015-01-24Rollup merge of #21540 - steveklabnik:gh13082, r=brsonFlavio Percoco Premoli-2/+2
2015-01-24Rollup merge of #21539 - iKevinY:pythonic, r=alexcrichtonFlavio Percoco Premoli-56/+30
2015-01-24Rollup merge of #21535 - steveklabnik:gh19759, r=alexcrichtonFlavio Percoco Premoli-130/+1
2015-01-24Rollup merge of #21532 - steveklabnik:gh21531, r=alexcrichtonFlavio Percoco Premoli-3/+1
2015-01-24Rollup merge of #21504 - blackbeam:has_test_signature_fix, r=alexcrichtonFlavio Percoco Premoli-0/+21
2015-01-24Rollup merge of #21498 - quantheory:master, r=alexcrichtonFlavio Percoco Premoli-14/+31
2015-01-24Rollup merge of #21445 - P1start:no-implemented, r=nikomatsakisFlavio Percoco Premoli-3/+12
2015-01-24Rollup merge of #21108 - steveklabnik:gh16969, r=alexcrichtonFlavio Percoco Premoli-2/+112
2015-01-24Auto merge of #21537 - tbu-:pr_coretest_fmt, r=alexcrichtonbors-70/+72
2015-01-23Fix beta namingBrian Anderson-2/+2
2015-01-24Auto merge of #21458 - alexcrichton:remove-some-code, r=brsonbors-4875/+187
2015-01-23regex: Remove in-tree versionAlex Crichton-4450/+187
2015-01-23serialize: Remove base64 supportAlex Crichton-425/+0
2015-01-23Fix tidy.Vadim Chugunov-2/+2
2015-01-24Store a method-from-trait's impl in some cases when it is known.Huon Wilson-7/+40
2015-01-23add test for issue 19660Jorge Aparicio-0/+22
2015-01-23std: Relax Result::unwrap() to DebugAlex Crichton-9/+41
2015-01-23remove discuss link from the bookSteve Klabnik-3/+2
2015-01-23Remove lang items from the reference.Steve Klabnik-130/+1
2015-01-23Auto merge of #21503 - ahmedcharles:remove-test-features, r=alexcrichtonbors-222/+18
2015-01-23Soup up 'method syntax' chapter of the BookSteve Klabnik-2/+112
2015-01-23Fix compile test for stage0Flavio Percoco-0/+15