about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-09codemap: be less annoying in debug loggingCorey Richardson-5/+4
2014-07-09syntax: use a better Show impl for IdentCorey Richardson-2/+8
2014-07-09test: simplify numeric literal cfail testsCorey Richardson-53/+14
2014-07-09str: use more helpful assertion failure messagesCorey Richardson-2/+5
2014-07-09testsuite: merge some lexer testcasesCorey Richardson-238/+73
2014-07-09token: replace ast::Ident with just IdentCorey Richardson-18/+19
2014-07-09syntax: doc comments all the thingsCorey Richardson-1137/+1136
2014-07-09Add example to Any documentationAlisdair Owens-6/+55
2014-07-09auto merge of #15537 : jbclements/rust/hygiene-for-methods, r=pcwaltonbors-405/+540
2014-07-09auto merge of #15422 : steveklabnik/rust/guide_compound_data_types, r=brsonbors-3/+273
2014-07-08Removing recursion from find_mut in treemapAlexis Beingessner-17/+15
2014-07-09auto merge of #15374 : steveklabnik/rust/comments, r=brsonbors-2/+45
2014-07-08fix hygiene for test caseJohn Clements-4/+4
2014-07-08carry self ident forward through re-parsingJohn Clements-80/+114
2014-07-08macro literals should be compared by name onlyJohn Clements-2/+9
2014-07-08make macros non-capturingJohn Clements-73/+73
2014-07-08commentsJohn Clements-0/+1
2014-07-08remove outdated commentJohn Clements-12/+0
2014-07-08implement hygiene for method argsJohn Clements-0/+25
2014-07-08test case for expansion of method macroJohn Clements-2/+13
2014-07-08introducing let-syntaxJohn Clements-3/+30
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-4/+4
2014-07-08self arg macro test caseJohn Clements-0/+13
2014-07-08replace idents with namesJohn Clements-8/+15
2014-07-08get rid of keyword idents, replace with namesJohn Clements-8/+8
2014-07-08preserve context in parsing of `self` varrefJohn Clements-9/+11
2014-07-08remove unused fn, make SELF_KEYWORD_NAME publicJohn Clements-5/+1
2014-07-08test harness cleanupJohn Clements-27/+20
2014-07-08change if/else to matchJohn Clements-179/+197
2014-07-08added test for method arg hygieneJohn Clements-0/+13
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-1390/+1557
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1390/+1557
2014-07-08webfonts: check-in licensesAdrien Tétar-0/+386
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-4/+22
2014-07-08webfonts: proper fixAdrien Tétar-18/+18
2014-07-08Guide: commentsSteve Klabnik-2/+45
2014-07-08auto merge of #15521 : nick29581/rust/type, r=pcwaltonbors-178/+215
2014-07-08Guide: complex data typesSteve Klabnik-3/+273
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-5/+54
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-5/+54
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-178/+215
2014-07-08auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichtonbors-8/+12
2014-07-08auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581bors-15/+45
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-77/+185
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-167/+433
2014-07-07librustc: Update debuginfo.Luqman Aden-1/+5
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-68/+173
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-8/+12
2014-07-07Add libunicode; move unicode functions from corekwantam-11584/+7427
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-167/+433