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
/
ext
/
auto_serialize.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-718
/
+967
2012-10-07
remove the old auto_serialize syntax extension
Erick Tryzelaar
-108
/
+1
2012-09-28
rename iter2 to each2, make it follow iterator protocol
Niko Matsakis
-2
/
+2
2012-09-28
demode vec
Niko Matsakis
-5
/
+5
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-4
/
+4
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-5
/
+5
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-2
/
+2
2012-09-12
Make moves in arguments explicit in libsyntax and rustc
Tim Chevalier
-20
/
+21
2012-09-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-4
/
+2
2012-09-10
Camel case std::serialization
Brian Anderson
-2
/
+2
2012-09-10
Convert std::map to camel case
Brian Anderson
-3
/
+3
2012-09-04
Remove 'with'
Brian Anderson
-8
/
+8
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-18
/
+18
2012-08-24
Remove match check
Tim Chevalier
-2
/
+2
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-3
/
+3
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-5
/
+5
2012-08-22
intern identifiers
Paul Stansifer
-33
/
+40
2012-08-14
Make autoserialize not generate alt checks
Tim Chevalier
-2
/
+11
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-2
/
+2
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-1
/
+3
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-1
/
+1
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-53
/
+69
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-2
/
+2
2012-08-06
rustc: Parse and stub (broken) typechecking for bounded function types
Patrick Walton
-6
/
+8
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-2
/
+4
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-7
/
+7
2012-08-05
Switch alts to use arrows
Brian Anderson
-38
/
+38
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-4
/
+4
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-2
/
+4
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-13
/
+13
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+28
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-14
/
+3
2012-07-14
Get rid of ast::ty_vstore, which was only used for fixed length.
Michael Sullivan
-15
/
+4
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-31
/
+31
2012-07-13
Change (hopefully) all of the code that generates strs asts to produce ~strs.
Michael Sullivan
-3
/
+7
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-13
/
+13
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-1
/
+2
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-2
/
+23
2012-07-12
Merge branch 'rt-changes' into incoming
Michael Sullivan
-2
/
+10
2012-07-12
Handle autoserializing of str/~.
Michael Sullivan
-2
/
+10
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-2
/
+2
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-2
/
+2
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-41
/
+41
[next]