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
/
test
/
run-pass
/
reflect-visit-data.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-11
remove antiquated reflect test rather than bring it up to date
Niko Matsakis
-627
/
+0
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+2
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-2
/
+2
2014-02-02
Update/delete tests using @[].
Huon Wilson
-3
/
+0
2014-02-02
test: Remove `@str` from the test suite
Patrick Walton
-3
/
+0
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-16
/
+0
2014-01-14
remove reference counting headers from ~
Daniel Micay
-16
/
+0
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-64
/
+77
2014-01-03
test: De-`@mut` the test suite
Patrick Walton
-12
/
+22
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-12
/
+4
2013-11-26
test: Remove most uses of `&fn()` from the tests.
Patrick Walton
-3
/
+3
2013-11-04
libsyntax/librustc: Allow calling variadic foreign functions.
Luqman Aden
-3
/
+3
2013-10-29
Adjust reflection for the possibility of discriminants larger than int.
Jed Davis
-9
/
+9
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-4
/
+4
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-3
/
+3
2013-10-01
remove the `float` type
Daniel Micay
-8
/
+0
2013-09-30
rpass: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-2
/
+2
2013-09-23
test: Fix rustdoc and tests.
Patrick Walton
-2
/
+2
2013-09-02
repr: handle tuple structs sanely
Daniel Micay
-11
/
+11
2013-09-02
repr: add support for trait objects
Daniel Micay
-3
/
+3
2013-08-31
auto merge of #8899 : thestinger/rust/repr, r=huonw
bors
-6
/
+6
2013-08-31
repr: print the name of structs
Daniel Micay
-6
/
+6
2013-08-30
fix various warnings
Erick Tryzelaar
-1
/
+0
2013-08-28
Remove @io::Writer from sys/repr/reflect
Alex Crichton
-128
/
+127
2013-08-27
reflect: rm unused visit_{var,var_integral,constr}
Daniel Micay
-18
/
+0
2013-08-20
rm obsolete integer to_str{,_radix} free functions
Daniel Micay
-1
/
+1
2013-08-11
tests: Add new tests for borrowck/objects and update some existing tests
Niko Matsakis
-2
/
+2
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-2
/
+2
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
Birunthan Mohanathas
-1
/
+1
2013-07-18
auto merge of #7842 : thestinger/rust/closure, r=huonw
bors
-8
/
+0
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+2
2013-07-17
rm unused visit_str method from TyVisitor
Daniel Micay
-8
/
+0
2013-07-15
remove headers from unique vectors
Daniel Micay
-0
/
+8
2013-07-08
remove headers from exchange allocations
Daniel Micay
-0
/
+8
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-10
/
+10
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+2
2013-06-16
Add copies to type params with Copy bound
Niko Matsakis
-2
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-8
/
+8
2013-05-31
bool: rm functions duplicating methods
Daniel Micay
-1
/
+1
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-1
/
+4
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-3
/
+3
2013-05-08
test: Fix tests.
Patrick Walton
-1
/
+1
2013-05-01
avoid broken += operator, bogus use of const
Niko Matsakis
-8
/
+8
2013-04-29
librustc: Remove `ptr::addr_of`.
Patrick Walton
-1
/
+1
2013-04-08
Export adt::trans_get_discr abstractly to the type visitor.
Jed Davis
-5
/
+11
2013-04-08
Feed enum field offsets to type vistors.
Jed Davis
-3
/
+3
[next]