about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-0/+1
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-1/+2
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-1/+2
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-2/+3
2014-06-15Register new snapshotsAlex Crichton-37/+4
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+5
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-55/+102
2014-06-13syntax: parse outer attributes in `quote_item!` calls.Huon Wilson-0/+5
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-51/+86
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-1/+1
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-4/+34
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-4/+34
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-6/+7
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-2/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-117/+124
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-13/+71
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-30libsyntax: Fix snake_case errors.Kevin Butler-41/+37
2014-05-30auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichtonbors-1/+1
2014-05-29auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichtonbors-3/+3
2014-05-29syntax: Fix span on illegal ABI errorslucy-1/+1
2014-05-28Parse macros in patternsKeegan McAllister-7/+20
2014-05-27Rename PatUniq to PatBox. Fixes part of #13910.Ahmed Charles-3/+3
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-26syntax: Add a source field to `Local` for tracking if it comes from `let`s or...Huon Wilson-1/+2
2014-05-25Allow $foo:block nonterminals in expression positionKevin Ballard-7/+11
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-10/+10
2014-05-23Improve error message for lifetimes after type params.Kevin Butler-1/+13
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-127/+13
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-127/+13
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+4
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-51/+76
2014-05-20syntax: Parse global paths in patternsAlex Crichton-1/+1
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-6/+44
2014-05-13syntax: Fix parsing << with closure typesAlex Crichton-6/+54
2014-05-13Touch up and rebase previous commitsAlex Crichton-3/+0
2014-05-12Cleanup some ugly variable names, now that we have `let`-hygiene.Paul Stansifer-14/+14
2014-05-12Add some long-overdue documentation on the INTERPOLATED helper macros.Paul Stansifer-1/+6
2014-05-09Register new snapshotsAlex Crichton-6/+0
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-7/+13
2014-05-07auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwaltonbors-14/+24
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-5/+21
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-6/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+21
2014-05-06rustc: Enable writing "unsafe extern fn() {}"Alex Crichton-14/+24