about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-26Adjust error messages for compile-fail tests.Luqman Aden-10/+11
2013-02-26Move levenshtein distance fn to core::str.Luqman Aden-35/+35
2013-02-26librustc: offer suggestions for unresolved names.Luqman Aden-2/+82
2013-02-26typo-fixing and name-changesJohn Clements-15/+13
2013-02-26auto merge of #5104 : alexcrichton/rust/fix-unused-import-pub, r=catamorphismbors-24/+27
2013-02-26Fix using the #[]-style attribute for unused importsAlex Crichton-22/+19
2013-02-26Don't warn about 'pub use' statementsAlex Crichton-2/+8
2013-02-26auto merge of #5023 : mitsuhiko/rust/make-absolute-refactor, r=catamorphismbors-11/+145
2013-02-26auto merge of #5126 : nikomatsakis/rust/issue-4808-representation-of-extern-f...bors-81/+17
2013-02-26Reimplement type_needs_drop on top of TypeContentsNiko Matsakis-81/+17
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-29/+19
2013-02-26Macros now leave scopeJohn Clements-111/+586
2013-02-26Adds (more) test cases for auto_encode.John Clements-16/+20
2013-02-26Remove space from the middle of pathJohn Clements-1/+1
2013-02-26Hoist macro defs out of inner functionJohn Clements-29/+33
2013-02-26Change imported macros to use leaky modules rather than leaky functions.John Clements-40/+9
2013-02-26bench: Fix botched option dances. rs=demutingPatrick Walton-13/+16
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-29/+19
2013-02-26Add non-exhaustive check for match guardsJeong YunWon-1/+19
2013-02-26librustc: Make `&const [T]` mean the same thing as `&[const T]`Patrick Walton-1/+2
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-256/+25
2013-02-26librustc: De-[mut] librustc (remove all mutable arrays). rs=demutingPatrick Walton-25/+22
2013-02-26libsyntax: Stop parsing `~mut`Patrick Walton-1/+13
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-122/+68
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-57/+60
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-36/+64
2013-02-26libsyntax: Remove a mutable field from the tests. rs=demutingPatrick Walton-4/+4
2013-02-26ARM C ABI implementationSeo Sanghyeon-1/+168
2013-02-26libsyntax: change binop_to_str to be pureErick Tryzelaar-1/+1
2013-02-26libsyntax: change token_is_word to take &TokenErick Tryzelaar-1/+1
2013-02-26libsyntax: change Parser::unexpected_last to take &TokenErick Tryzelaar-4/+4
2013-02-26libsyntax: more minor cleanupErick Tryzelaar-32/+32
2013-02-26libsyntax: change token fns to take &TokenErick Tryzelaar-39/+39
2013-02-26libsyntax: change token::to_str to take &TokenErick Tryzelaar-44/+50
2013-02-26libsyntax: minor cleanupErick Tryzelaar-37/+62
2013-02-26Add current year in the copyright headerOlivier Saut-1/+1
2013-02-26Various typos correctedOlivier Saut-8/+8
2013-02-26libsyntax: change parse_matcher_subseq to take &TokenErick Tryzelaar-8/+8
2013-02-26libsyntax: change attr::parse_seq_* to take &TokenErick Tryzelaar-55/+55
2013-02-26libsyntax: change parse_trait_ref_list to take a &TokenErick Tryzelaar-4/+4
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-68/+94
2013-02-25auto merge of #5109 : bstrie/rust/decapclause, r=pcwaltonbors-53/+20
2013-02-25libsyntax: change token_is_{word,keyword} to take &TokenErick Tryzelaar-22/+22
2013-02-25libsyntax: minor cleanupErick Tryzelaar-138/+246
2013-02-25libsyntax: change expect to take &token::TokenErick Tryzelaar-82/+84
2013-02-25libsyntax: change flip_delimiter to take a &token::TokenErick Tryzelaar-6/+6
2013-02-25libsyntax: change eat to take a &tokenErick Tryzelaar-41/+41
2013-02-25libsyntax: is_keyword should take a &~strErick Tryzelaar-128/+132
2013-02-25libsyntax: fix the span in parse_bottom_expr's INTERPOLATED handlerErick Tryzelaar-12/+17
2013-02-25auto merge of #5103 : dbaupp/rust/emacs-mode-update, r=graydonbors-14/+9