]> git.lizzy.rs Git - rust.git/history - src/libsyntax/parse/parser.rs
Revert rename of Div to Quot
[rust.git] / src / libsyntax / parse / parser.rs
2013-05-01 Brendan ZabarauskasRevert rename of Div to Quot
2013-05-01 borsauto merge of #6103 : catamorphism/rust/nonfatal-errors...
2013-04-30 borsauto merge of #6118 : brson/rust/too-much-recursion...
2013-04-30 borsauto merge of #6121 : luqmana/rust/newtype-cc, r=graydon
2013-04-30 borsauto merge of #6108 : gifnksm/rust/bigint-shift-bug...
2013-04-30 borsauto merge of #6107 : catamorphism/rust/mkdir_recursive...
2013-04-30 borsauto merge of #6073 : huonw/rust/core-rust-isaac, r...
2013-04-29 borsauto merge of #6080 : pcwalton/rust/demode-everything...
2013-04-29 Patrick Waltonlibrustc: Change labels to use the lifetime notation...
2013-04-29 Patrick Waltonlibrustc: Remove the concept of modes from the compiler.
2013-04-29 borsauto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton
2013-04-29 borsauto merge of #6099 : danluu/rust/xfail_clone, r=catamo...
2013-04-29 borsauto merge of #6083 : jbclements/rust/parser-cleanup...
2013-04-28 borsauto merge of #5646 : Aatch/rust/unwind-fix, r=brson
2013-04-28 borsauto merge of #6092 : gifnksm/rust/impl-integer-bigint...
2013-04-28 John Clementsparser comments
2013-04-28 John Clementss/one_tuple/trailing_comma (more accurate name)
2013-04-28 John Clementsremoved unneeded argument to parse_record
2013-04-28 John Clementss/parse_purity/parse_unsafety
2013-04-28 John Clementsremove 3-line used-once function
2013-04-28 John Clementsrename parse_instance_var to parse_name_and_ty
2013-04-28 John Clementsremove obsolete semicolon from list of suggestions
2013-04-28 John Clementsrename parse_single_class_item as well
2013-04-28 John Clementsrename parse_class_item to parse_struct_decl_field
2013-04-28 John Clementsneeds_comma was always true
2013-04-28 John Clementsfix for parsing x() as identifier pattern
2013-04-28 John Clementshard to read the implied double negative
2013-04-28 John Clementsremove unused flag to parse_local fn
2013-04-28 John Clementsremove unused RESTRICT_NO_CALL_EXPRS restriction
2013-04-28 John Clementsundo abstraction over whether to parse attrs in a block
2013-04-28 John Clementsrefactoring to split foreign_items from items
2013-04-28 John Clementsparser comments
2013-04-28 John Clementsget rid of prec.rs
2013-04-28 John Clementsreindent in parser
2013-04-28 John Clementsremove unnecessary function
2013-04-28 John Clementssimplify, based on invariant that items_allowed !=...
2013-04-28 John Clementsadding parse_path
2013-04-28 John Clementscomments, helper function for tests, more informative...
2013-04-28 John Clementsrefactor parse_fn_decl
2013-04-28 John Clementsparser comments only
2013-04-28 John Clementsrefactoring mod.rs
2013-04-28 borsauto merge of #6075 : thestinger/rust/no-no_core, r...
2013-04-28 Daniel Micayonly use #[no_core] in libcore
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-23 borsauto merge of #6025 : alexcrichton/rust/issue-2697...
2013-04-23 borsauto merge of #6020 : yichoi/rust/pull-0423, r=brson
2013-04-23 borsauto merge of #6017 : brson/rust/revert-span-merge...
2013-04-23 borsauto merge of #6015 : catamorphism/rust/rustpkg-doc...
2013-04-23 borsauto merge of #6013 : gifnksm/rust/bigint-quot-rem...
2013-04-23 borsauto merge of #6019 : brson/rust/xfail, r=brson
2013-04-23 borsauto merge of #6007 : pcwalton/rust/use-mod, r=brson
2013-04-23 borsauto merge of #5996 : sanxiyn/rust/target-feature,...
2013-04-22 borsauto merge of #5980 : Kimundi/rust/ascii-encoding,...
2013-04-22 borsauto merge of #5966 : alexcrichton/rust/issue-3083...
2013-04-22 Patrick Waltonlibrustc: Remove `use mod` from the language
2013-04-22 borsauto merge of #5887 : jdm/rust/stackbounds, r=brson
2013-04-21 borsauto merge of #5990 : bjz/rust/rem-quot, r=catamorphism
2013-04-21 Brendan ZabarauskasRename Div operator trait to Quot and Modulo operator...
2013-04-21 Alex Crichtonsyntax: remove unused 'mut' variables
2013-04-20 borsauto merge of #5970 : huonw/rust/core-sys-size_of-val...
2013-04-20 borsauto merge of #5965 : alexcrichton/rust/issue-4364...
2013-04-20 Alex Crichtonsyntax: de-mode and prepare for de-modeing rustc
2013-04-19 borsauto merge of #5824 : bleibig/rust/debuginfo, r=brson
2013-04-18 borsauto merge of #5920 : catamorphism/rust/rustpkg, r...
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-18 borsauto merge of #5935 : bjz/rust/master, r=thestinger
2013-04-18 borsauto merge of #5923 : thestinger/rust/iterator, r=graydon
2013-04-18 borsauto merge of #5919 : catamorphism/rust/gitignore,...
2013-04-18 borsauto merge of #5918 : catamorphism/rust/Warnings, r...
2013-04-18 borsauto merge of #5916 : danluu/rust/debug_tutorial, r...
2013-04-18 borsauto merge of #5912 : Dretch/rust/issue-2626, r=graydon
2013-04-18 borsauto merge of #5909 : brson/rust/rt4, r=graydon
2013-04-18 borsauto merge of #5908 : jbclements/rust/add-hygiene-machi...
2013-04-16 John Clementsadd self.token_to_str and is_any_keyword convenience...
2013-04-16 John Clementsadded MTWT functions
2013-04-16 John Clementsbetter error message on failure to parse type
2013-04-16 borsauto merge of #5894 : catamorphism/rust/authors, r...
2013-04-15 borsauto merge of #5879 : astrieanna/rust/document_std_base...
2013-04-15 borsauto merge of #5861 : catamorphism/rust/rustpkg, r...
2013-04-15 borsauto merge of #5888 : sawrubh/rust/mybranch, r=pnkfelix
2013-04-15 borsauto merge of #5778 : jld/rust/reflect-abstract-enum...
2013-04-13 borsauto merge of #5761 : Dretch/rust/murder-death-kill...
2013-04-12 borsauto merge of #5827 : nikomatsakis/rust/issue-5656...
2013-04-12 borsauto merge of #5847 : catamorphism/rust/rustpkg, r...
2013-04-12 borsauto merge of #5809 : Aatch/rust/start-attr, r=thestinger
2013-04-12 borsauto merge of #5837 : tdaede/rust/fix_file_command...
2013-04-11 borsauto merge of #5811 : sanxiyn/rust/parse-uint, r=catamo...
2013-04-10 borsauto merge of #5818 : Kimundi/rust/iter_to_vec, r=catam...
2013-04-10 borsauto merge of #5709 : jbclements/rust/miscellaneous...
2013-04-10 John Clementslibsyntax comments only
2013-04-10 John Clementsunneccessary since tjc's commit 78ec6fe30cf2b, fixing...
2013-04-10 John Clementspath -> Path
2013-04-09 borsauto merge of #5788 : danluu/rust/rusti_clear, r=bstrie
2013-04-09 borsauto merge of #5800 : vivekgalatage/rust/master, r...
2013-04-08 borsauto merge of #5775 : pavpanchekha/rust/patch-1, r...
2013-04-06 borsauto merge of #5755 : catamorphism/rust/rustllvm-cmdlin...
2013-04-06 borsauto merge of #5751 : metajack/rust/at-clones, r=thestinger
2013-04-06 borsauto merge of #5733 : dbaupp/rust/std-complex-rational...
2013-04-06 borsauto merge of #5732 : Zhann/rust/master, r=catamorphism
next