about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-15auto merge of #20990 : estsauver/rust/playpen_20732, r=alexcrichtonbors-20/+9
2015-01-15Disable -C lto optimizations on opt_level=0John Kåre Alsaker-0/+3
2015-01-15Forbid impls for builtin traits on types that are not structs/enumsFlavio Percoco-0/+90
2015-01-15Allow get_tydesc intrinsic to accept unsized typesDiggory Blake-5/+44
2015-01-15reference.md: change "mod" to "self" in "use" declaration.NODA, Kai-4/+4
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-37/+327
2015-01-15save-analysis: fix declid of methodsNick Cameron-2/+2
2015-01-14Remove erroneous stability attribute.Brian Anderson-3/+0
2015-01-14use better spanJorge Aparicio-12/+12
2015-01-15Explicitly note that vector contents are on the heapAidan Hobson Sayers-1/+1
2015-01-15Don't impl builtin traits on non structs/enumsFlavio Percoco-1/+4
2015-01-14fix unused import errorJorge Aparicio-0/+2
2015-01-14doc: fix links to servoRicho Healey-2/+2
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-2/+37
2015-01-14Refactor compare_impl_method to use all boundsJared Roesch-570/+567
2015-01-14Revert "rustc_trans: Fix type projection debuginfo" -- it potentially papers ...Niko Matsakis-86/+22
2015-01-14Normalize associated types in the type_is_newtype_immediate pass. Fixes #21010.Niko Matsakis-4/+39
2015-01-14Fix propagation of the HAS_PROJECTION flag in object types. Fixes #20831 some...Niko Matsakis-1/+58
2015-01-14Fix Repr output so that it does not ICE when a self-type isNiko Matsakis-1/+1
2015-01-14Fix DeBruijn accounting. It used to be that all trait-refs were binders,Niko Matsakis-29/+119
2015-01-14Remove old obsolete syntax testsAdolfo Ochagavía-58/+0
2015-01-14Remove old obsolete syntax errorsAdolfo Ochagavía-168/+4
2015-01-15Fix interaction of --no-analysis and --emit dep-infoNick Cameron-11/+23
2015-01-15Syntax extensions on trait and impl items.Nick Cameron-121/+419
2015-01-15fix wrong linkYork Xiang-1/+1
2015-01-14Small Readability UpdateTristan Storch-12/+9
2015-01-14Disallow a form of invalid asm! macroSimonas Kazlauskas-0/+22
2015-01-14TRPL: Anti-example failing for the wrong reason.Toni Cárdenas-1/+1
2015-01-14Add examples for DList methods.nathan dotz-6/+166
2015-01-15Document, tweak and refactor some trans code.Huon Wilson-21/+31
2015-01-14auto merge of #21082 : brson/rust/finally, r=alexcrichtonbors-7/+16
2015-01-14auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankrobors-11/+10
2015-01-14Tweek save-analysis treatment of implsNick Cameron-17/+34
2015-01-13Improve Rust Documentation & Reference on mobileKevin Yap-1/+4
2015-01-13Fix playpen links to not all be the sameEarl St Sauver-20/+9
2015-01-13syntax: factor out print_expr arms to reduce non-optimized stack usageErick Tryzelaar-78/+138
2015-01-13syntax: Rewrite pp advance_left to use a constant stack sizeErick Tryzelaar-31/+37
2015-01-13syntax: Don't import the pp.rs enum variants into the namespaceErick Tryzelaar-70/+82
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-105/+104
2015-01-13Bump to ensure llvm is rebuiltRicho Healey-1/+1
2015-01-13Clean up conditions for clobbersRicho Healey-5/+1
2015-01-13Generalise pointer width tests using pointer_widthRicho Healey-14/+4
2015-01-13Re-direct to the right place.Steve Klabnik-1/+1
2015-01-14fix string multi line connector '\' for katevisualfc-1/+1
2015-01-14auto merge of #21018 : tomjakubowski/rust/rustdoc-where-xcrate, r=alexcrichtonbors-113/+187
2015-01-14Implement suggestions for traits to import.Huon Wilson-2/+249
2015-01-13Address feedbackBrian Anderson-41/+14
2015-01-14Update grammar/verify.rs to work with recent masterFlorian Hahn-9/+9
2015-01-13Prefer GEP instructions over weird pointer castingBjörn Steinbrink-44/+25
2015-01-13Handle question marks in model lexer, closes #15879Florian Hahn-0/+6