]> git.lizzy.rs Git - rust.git/history - src/libsyntax/parse/parser.rs
libsyntax: error on struct Foo {}.
[rust.git] / src / libsyntax / parse / parser.rs
2013-03-28 Luqman Adenlibsyntax: error on struct Foo {}.
2013-03-27 borsauto merge of #5569 : thestinger/rust/map, r=catamorphism
2013-03-27 borsauto merge of #5558 : nikomatsakis/rust/issue-4920...
2013-03-27 Niko MatsakisFix pretty-printer test failure by carrying the bound...
2013-03-27 Niko MatsakisSimplify and remove unnecessary use of ast_map
2013-03-27 Niko Matsakisremove sty_by_ref, though traces still remain due to...
2013-03-27 Patrick Waltonlibrustc: Enforce that `extern mod` directives come...
2013-03-27 Patrick Waltonlibrustc: Modify all code to use new lifetime binder...
2013-03-27 Patrick Waltonlibrustc: Stop parsing `[T * N]`.
2013-03-27 Patrick Waltonlibrustc: Remove all uses of the old `[T * N]` fixed...
2013-03-27 Patrick Waltonlibsyntax: Stop parsing `[const T]`.
2013-03-27 borsauto merge of #5560 : brson/rust/relnotes, r=brson
2013-03-27 borsauto merge of #5547 : catamorphism/rust/issue-4898...
2013-03-26 borsauto merge of #5523 : alexcrichton/rust/less-oldmap...
2013-03-26 Alex Crichtonsyntax: Removing uses of HashMap
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-23 borsauto merge of #5510 : thadguidry/rust/incoming, r=brson
2013-03-23 borsauto merge of #5515 : nikomatsakis/rust/issue-5514...
2013-03-23 Patrick Waltonlibsyntax: Stop parsing old lifetime syntax
2013-03-23 Patrick Waltonlibsyntax: Stop parsing `const`.
2013-03-23 Patrick Waltonlibsyntax: Introduce the new `assert!` macro; make...
2013-03-23 Patrick Waltonlibsyntax: Stop parsing `pure` and `static`
2013-03-22 borsauto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2013-03-22 borsauto merge of #5496 : catamorphism/rust/release-notes...
2013-03-22 borsauto merge of #5488 : pcwalton/rust/depure, r=pcwalton
2013-03-22 Patrick Waltonlibrustc: Remove `pure` from libsyntax and librustc.
2013-03-22 borsauto merge of #5483 : pcwalton/rust/static-syntax,...
2013-03-22 borsauto merge of #5398 : dbaupp/rust/core-readlines, r...
2013-03-22 borsauto merge of #5471 : erickt/rust/incoming, r=bstrie
2013-03-22 borsauto merge of #5493 : apasel422/rust/leibniz, r=bstrie
2013-03-22 Andrew Paseltinersyntax: replace uses of old deriving attribute with...
2013-03-22 borsauto merge of #5484 : pcwalton/rust/snapshots, r=pcwalton
2013-03-22 borsauto merge of #5482 : thestinger/rust/install, r=pcwalton
2013-03-22 borsauto merge of #5481 : thestinger/rust/deque, r=z0w0
2013-03-22 borsauto merge of #5480 : pcwalton/rust/at-const, r=pcwalton
2013-03-22 borsauto merge of #5441 : lucab/rust/lucab/tutorial/struct...
2013-03-22 Patrick Waltonlibrustc: Replace the `&static` bound with `'static`
2013-03-22 Patrick Waltonlibsyntax: Remove `@const` from the language
2013-03-22 Patrick Waltonlibrustc: Forbid destructors from being attached to...
2013-03-21 borsauto merge of #5407 : jbclements/rust/add-assert-eq...
2013-03-21 borsauto merge of #5461 : catamorphism/rust/flagless, r...
2013-03-21 borsauto merge of #5470 : sanxiyn/rust/remove-oldmap-2...
2013-03-21 borsauto merge of #5465 : sanxiyn/rust/remove-oldmap, r...
2013-03-21 borsauto merge of #5458 : pcwalton/rust/valgrind-suppress...
2013-03-21 borsauto merge of #5456 : graydon/rust/fixups, r=pcwalton
2013-03-20 borsauto merge of #5455 : pcwalton/rust/framework, r=catamo...
2013-03-20 borsauto merge of #5447 : erickt/rust/incoming, r=graydon
2013-03-20 Patrick Waltonlibsyntax: Never use `::<>` in the type grammar
2013-03-20 borsauto merge of #5445 : nikomatsakis/rust/issue-3678...
2013-03-20 borsauto merge of #5450 : pcwalton/rust/warnings, r=graydon
2013-03-20 borsauto merge of #5434 : apasel422/rust/deriving, r=nikoma...
2013-03-20 borsauto merge of #5443 : alexcrichton/rust/less-bad-copy...
2013-03-20 borsauto merge of #5432 : ILyoan/rust/arm_use_ndk_rebase...
2013-03-20 borsauto merge of #5442 : pcwalton/rust/extern-block-restri...
2013-03-20 Alex Crichtonsyntax: Removing some bad copies
2013-03-20 borsauto merge of #5410 : luqmana/rust/cfg-and, r=graydon
2013-03-20 Patrick Waltonlibsyntax: Forbid `use` (and most other things) within...
2013-03-20 borsauto merge of #5350 : yichoi/rust/pull-0313-2, r=graydo...
2013-03-19 borsauto merge of #5436 : alexcrichton/rust/assert-message...
2013-03-19 Patrick Waltonlibsyntax: Accept the new `[T, ..N]` style for vec.
2013-03-19 Patrick Waltonlibsyntax: Accept `static` instead of `const` for globals
2013-03-19 borsauto merge of #5428 : thestinger/rust/tutorial, r=catam...
2013-03-19 borsauto merge of #5426 : nikomatsakis/rust/issue-4846...
2013-03-19 borsauto merge of #5356 : jld/rust/enum-less-magic, r=graydon
2013-03-19 borsauto merge of #5433 : lucab/rust/lucab/cfgspec, r=graydon
2013-03-19 borsauto merge of #5112 : luqmana/rust/3469, r=graydon
2013-03-19 Luqman AdenAllow constant expressions in [Type * n].
2013-03-19 Patrick Waltonlibrustc: Make the compiler ignore purity.
2013-03-19 Patrick Waltonlibsyntax: Stop parsing old lifetimes, except for the...
2013-03-19 Patrick Waltonlibrustc: Convert all uses of old lifetime notation...
2013-03-18 Patrick Waltonlibrustc: Make the compiler ignore purity.
2013-03-18 Niko MatsakisMake &self permit explicit lifetimes, but don't really...
2013-03-18 Patrick Waltonlibsyntax: Stop parsing old lifetimes, except for the...
2013-03-18 Patrick Waltonlibrustc: Convert all uses of old lifetime notation...
2013-03-15 borsauto merge of #5371 : thestinger/rust/hidden, r=pcwalton
2013-03-15 borsauto merge of #5369 : thestinger/rust/iter, r=z0w0
2013-03-15 borsauto merge of #5367 : brson/rust/5299, r=thestinger
2013-03-14 borsauto merge of #5366 : tedhorst/rust/threadring, r=brson
2013-03-14 borsauto merge of #5365 : thestinger/rust/map, r=catamorphism
2013-03-14 borsauto merge of #5364 : xenocons/rust/patch-1, r=z0w0
2013-03-14 borsauto merge of #5360 : thestinger/rust/doc, r=graydon
2013-03-14 borsauto merge of #5355 : yichoi/rust/pull-0314, r=graydon
2013-03-14 Patrick Waltonlibrustc: Don't require the "static" keyword to define...
2013-03-14 Patrick Waltonlibrustc: Remove implicit self from the language, excep...
2013-03-14 Patrick Waltonlibrustc: Remove overloaded operator autoderef.
2013-03-14 Patrick Waltonlibrustc: Don't accept `as Trait` anymore; fix all...
2013-03-13 borsauto merge of #5340 : brson/rust/column, r=brson
2013-03-13 borsauto merge of #5307 : nikomatsakis/rust/remove-by-val...
2013-03-13 Niko MatsakisRemove `++` mode from the compiler (it is parsed as...
2013-03-13 borsauto merge of #5339 : catamorphism/rust/less-copy,...
2013-03-13 borsauto merge of #5337 : yichoi/rust/pull-0312, r=sanxiyn
2013-03-13 borsauto merge of #5319 : brson/rust/debuginfo, r=brson
2013-03-13 borsauto merge of #5293 : brson/rust/logging, r=brson
2013-03-12 borsauto merge of #5332 : jdm/rust/transitivelink, r=graydon
2013-03-12 borsauto merge of #5320 : apasel422/rust/metaderive, r...
2013-03-12 borsauto merge of #5329 : wanderview/rust/std-getopts-opts_...
2013-03-12 borsauto merge of #5317 : luqmana/rust/inline-asm, r=graydon
2013-03-12 borsauto merge of #5335 : larryv/rust/local_stage0-libsynta...
next