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
/
test
/
run-pass
/
reflect-visit-data.rs
Age
Commit message (
Expand
)
Author
Lines
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-1
/
+6
2012-10-11
Annotate FIXMEs in reflect-visit-data
Tim Chevalier
-10
/
+4
2012-10-01
Move over to calling ptr::addr_of
Tim Chevalier
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+1
2012-09-05
test: "import" -> "use"
Patrick Walton
-2
/
+2
2012-09-02
Camel case core::intrinsic
Brian Anderson
-44
/
+44
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+4
2012-08-01
Convert ret to return
Brian Anderson
-59
/
+59
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-6
/
+6
2012-07-16
Fix reflection on vstore_fixed estrs and evecs.
Graydon Hoare
-11
/
+12
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-18
/
+18
2012-07-12
Update and un-xfail reflect-visit-data
Tim Chevalier
-17
/
+15
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-6
/
+6
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-203
/
+123
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-12
/
+12
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+6
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-150
/
+558
2012-06-08
make a copy so vec is not living in mutable memory
Niko Matsakis
-1
/
+1
2012-06-08
Add preliminary test of walking data pointers via reflection.
Graydon Hoare
-0
/
+303