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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
ext
/
deriving
/
ty.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-29
Remove mutability from unique boxes in the AST
Alex Crichton
-1
/
+1
2013-06-28
librustc: Change "Owned" to "Send" everywhere
Patrick Walton
-3
/
+3
2013-06-26
Infer default static/Owned bounds for unbounded heap fns/traits (#7264)
Ben Blum
-2
/
+2
2013-06-25
great renaming propagation: syntax
Corey Richardson
-3
/
+1
2013-06-23
Parse and typecheck (not kindcheck) bounds on trait paths.
Ben Blum
-2
/
+3
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-18
/
+41
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-22
syntax/ext: convert all AstBuilder methods to a uniform syntax.
Huon Wilson
-24
/
+19
2013-05-22
syntax/ext: migrate build.rs functions to AstBuilder methods.
Huon Wilson
-18
/
+18
2013-05-22
syntax/ext: modernise ext_ctxt to be CamelCase and use new.
Huon Wilson
-9
/
+9
2013-05-21
syntax/ext: remove the ~str dependence of the deriving code.
Huon Wilson
-37
/
+39
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-2
/
+2
2013-05-14
rustc: rename ast::self_ty and related fields to explicit_self
Erick Tryzelaar
-1
/
+1
2013-05-14
syntax: Remove #[allow(vecs_implicitly_copyable)]
Alex Crichton
-11
/
+11
2013-05-12
librustc: Make `self` and `static` into keywords
Patrick Walton
-2
/
+2
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-1
/
+1
2013-05-07
libsyntax: extend generic deriving code to handle almost all possible traits.
Huon Wilson
-0
/
+242