about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-09auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichtonbors-22/+426
2014-07-09Fix all the test falloutCorey Richardson-87/+100
2014-07-09ast: make Name its own typeCorey Richardson-106/+149
2014-07-09lexer: lex WS/COMMENT/SHEBANG rather than skippingCorey Richardson-87/+134
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-266/+325
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-81/+327
2014-07-09ast: add an `as_str` method to IdentCorey Richardson-0/+7
2014-07-09lexer: add ident_from and ident_from_to methodsCorey Richardson-0/+14
2014-07-09lexer: shuffle around some functionsCorey Richardson-99/+100
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-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-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