about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2014-06-18auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichtonbors-1/+140
2014-06-18Fix expected error message in a test.Simon Sapin-1/+1
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+40
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-0/+36
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-0/+64
2014-06-17auto merge of #14977 : pcwalton/rust/address-insignificant-reform, r=brsonbors-1/+4
2014-06-17auto merge of #14976 : luqmana/rust/focwtc, r=pcwaltonbors-0/+48
2014-06-17librustc: Make addresses of immutable statics insignificant unlessPatrick Walton-1/+4
2014-06-17librustc: Check regions for overloaded calls.Luqman Aden-0/+48
2014-06-16std: Chunk writing to stdout on windowsAlex Crichton-0/+24
2014-06-17auto merge of #14955 : alexcrichton/rust/rollup, r=alexcrichtonbors-19/+64
2014-06-16Fix --disable-rpath and testsAlex Crichton-12/+12
2014-06-16rustc: Don't mark type parameters as exportedAlex Crichton-0/+15
2014-06-16Change prints: @T -> Gc<T> , ~T -> Box<T>John Schmidt-5/+26
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-2/+11
2014-06-17auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brsonbors-8/+38
2014-06-16auto merge of #14852 : TeXitoi/rust/relicense-shootout-pidigits, r=brsonbors-8/+38
2014-06-16std: Improve pipe() functionalityAlex Crichton-5/+5
2014-06-15Register new snapshotsAlex Crichton-36/+36
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-473/+793
2014-06-14auto merge of #14884 : huonw/rust/getoptsfail, r=alexcrichtonbors-1/+1
2014-06-14auto merge of #14874 : pcwalton/rust/enum-to-float-casts-part-deux, r=alexcri...bors-15/+5
2014-06-13Add new tests for uses of mutably borrowed pathsCameron Zwarich-0/+150
2014-06-13Enforce stronger guarantees for mutable borrowsCameron Zwarich-3/+3
2014-06-13Make analyze_move_out_from more field-sensitiveCameron Zwarich-17/+16
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-13Rolling up PRs in the queueAlex Crichton-5/+10
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-0/+3
2014-06-13syntax: fix quote_pat! & unignore a quotation test.Huon Wilson-5/+3
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-0/+75
2014-06-13librustc: Take in account mutability when casting array to raw ptr.Luqman Aden-0/+24
2014-06-13Fix the unused struct field lint for struct variantsJakub Wieczorek-0/+20
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-42/+60
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-5/+24
2014-06-13librustc: Forbid enum-to-float casts.Patrick Walton-15/+5
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-25/+24
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-99/+6
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+61
2014-06-12Relicense shootout-binarytrees.rsGuillaume Pinot-8/+38
2014-06-12Relicense shootout-pidigits.rsGuillaume Pinot-8/+38
2014-06-12debuginfo: Generate cross-crate unique type identifiers for debuginfo types.Michael Woerister-0/+50
2014-06-12auto merge of #14801 : pcwalton/rust/name-shadowing-in-one-pattern, r=alexcri...bors-0/+18
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-99/+6
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-41/+5
2014-06-11librustc: Forbid identifiers that shadow in the same pattern in letPatrick Walton-0/+18
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-53/+22
2014-06-11sync: Move underneath libstdAlex Crichton-53/+22
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-14/+22
2014-06-11auto merge of #14788 : Sawyer47/rust/issue-13214, r=huonwbors-0/+29
2014-06-10auto merge of #14786 : pcwalton/rust/enum-to-float-casts, r=alexcrichtonbors-0/+35