index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
syntax.rc
Age
Commit message (
Expand
)
Author
Lines
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+52
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-18
Add allow(non_camel_case_types) to unconverted crates
Brian Anderson
-0
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-2
/
+2
2012-09-08
libsyntax: Parse and report errors for a few obsolete syntaxes
Brian Anderson
-0
/
+3
2012-09-05
rustc: "import" -> "use" in .rc files
Patrick Walton
-1
/
+1
2012-08-30
Bump version to 0.4
Brian Anderson
-3
/
+3
2012-08-24
"earley_parser" -> "macro_parser" Let's be less confusing.
Paul Stansifer
-1
/
+1
2012-08-15
Add trace_macros!
Eric Holk
-0
/
+2
2012-08-01
Clean out transitional lint.
Graydon Hoare
-5
/
+0
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-0
/
+5
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-0
/
+1
2012-07-17
Error checking for protocols. We'll need spans though.
Eric Holk
-0
/
+2
2012-07-11
Fix some version numbers.
Graydon Hoare
-3
/
+3
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-1
/
+3
2012-07-06
pingpong protocol parses, although I should probably rewrite this to use Paul...
Eric Holk
-1
/
+2
2012-07-06
You can have any protocol you want, provided it's pingpong.
Eric Holk
-1
/
+4
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+2
2012-07-05
Move earley_parser.rs to a more appropriate place
Paul Stansifer
-1
/
+1
2012-07-05
Some rearranging in perparation for MBE-style TT transcription.
Paul Stansifer
-0
/
+3
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-3
/
+3
2012-06-25
parsing for the macro system
Paul Stansifer
-0
/
+3
2012-06-15
Make token trees parseable.
Paul Stansifer
-0
/
+1
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-0
/
+72