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
Age
Commit message (
Expand
)
Author
Lines
2013-03-08
Finish de-implicit-selfing everything but the test suite
Ben Striegel
-22
/
+28
2013-03-08
implement BaseIter for dlist (removing iter-trait)
Daniel Micay
-151
/
+43
2013-03-08
rust-mode.el uses the 'cl macros, so it should actually require them
Jed Davis
-0
/
+1
2013-03-08
auto merge of #5278 : brson/rust/logplusplus, r=brson
bors
-8
/
+42
2013-03-08
rm obsolete iter-trait/option.rs file
Daniel Micay
-32
/
+0
2013-03-08
Fix dvec-related fallout in tests
Alex Crichton
-53
/
+17
2013-03-08
core: Remove the dvec module
Alex Crichton
-400
/
+4
2013-03-08
test: Removing dvec uses
Alex Crichton
-142
/
+9
2013-03-08
syntax: Remove uses of DVec
Alex Crichton
-39
/
+29
2013-03-08
rustc: Remove uses of DVec
Alex Crichton
-206
/
+191
2013-03-08
std: Remove uses of DVec
Alex Crichton
-59
/
+78
2013-03-08
core: Remove uses of DVec in io/repr
Alex Crichton
-38
/
+34
2013-03-07
librustc: Add #[link_args] to metadata
Patrick Walton
-1
/
+50
2013-03-07
test: Fix tests.
Patrick Walton
-272
/
+397
2013-03-07
librustc: Stop parsing `assert`.
Patrick Walton
-77
/
+38
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-6344
/
+6398
2013-03-07
librustc: Remove record patterns from the compiler
Patrick Walton
-74
/
+31
2013-03-07
libsyntax: Remove struct literal expressions from the compiler
Patrick Walton
-143
/
+24
2013-03-07
librustc: Remove structural record types from the compiler
Patrick Walton
-371
/
+28
2013-03-07
libsyntax: Stop parsing structural record types
Patrick Walton
-37
/
+21
2013-03-07
librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...
Patrick Walton
-1367
/
+1623
2013-03-07
libstd: Remove `extern mod { ... }` from libstd. rs=deexterning
Patrick Walton
-195
/
+238
2013-03-07
libcore: Remove `extern mod { ... }` from libcore. rs=deexterning
Patrick Walton
-638
/
+836
2013-03-07
auto merge of #5277 : bstrie/rust/deimpselfstd, r=brson
bors
-127
/
+128
2013-03-07
Make debug!, etc. macros not require a format string
Brian Anderson
-8
/
+42
2013-03-07
De-implicit-self libstd
Ben Striegel
-127
/
+128
2013-03-08
Update uv submodule
ILyoan
-0
/
+0
2013-03-07
add deriving_eq for tokens
John Clements
-273
/
+2
2013-03-07
Allow casting integers to unsafe pointers in constant expressions.
Josh Matthews
-0
/
+18
2013-03-07
Inline constants across crates.
Josh Matthews
-26
/
+133
2013-03-07
Permit casting region pointers to unsafe ones.
Josh Matthews
-3
/
+142
2013-03-06
Merge remote-tracking branch 'brson/cross7'
Brian Anderson
-13
/
+42
2013-03-06
auto merge of #5183 : jld/rust/adt-renovation, r=brson
bors
-628
/
+1041
2013-03-06
GC now-unused imports
Jed Davis
-5
/
+0
2013-03-06
adt.rs renaming: "field" rather than "element"; set_discr -> start_init.
Jed Davis
-37
/
+44
2013-03-06
Even more comments for ADT-related interfaces
Jed Davis
-6
/
+46
2013-03-06
trans_cast_to_int is hard to explain; make it trans_get_discr instead.
Jed Davis
-12
/
+10
2013-03-06
A little more cosmetic cleanup
Jed Davis
-22
/
+29
2013-03-06
Add lots of comments to adt.rs, and some minor cleanup.
Jed Davis
-30
/
+152
2013-03-06
Memoize trans::adt::represent_type
Jed Davis
-48
/
+58
2013-03-06
Bonus Fix: typarams are no longer inhabited
Jed Davis
-16
/
+0
2013-03-06
GC the now-unused old layout helpers
Jed Davis
-46
/
+0
2013-03-06
Finish removing struct layout dependencies from glue.
Jed Davis
-2
/
+10
2013-03-06
glue::trans_struct_drop -> adt
Jed Davis
-5
/
+8
2013-03-06
Convert trans_tuple_struct to trans::adt.
Jed Davis
-1
/
+16
2013-03-06
Convert iter_structural_ty to trans::adt
Jed Davis
-64
/
+49
2013-03-06
base::iter_structural_ty: structs and records
Jed Davis
-2
/
+3
2013-03-06
base::iter_structural_ty: tuples
Jed Davis
-4
/
+5
2013-03-06
Move trans_enum_variant to trans::adt.
Jed Davis
-22
/
+13
2013-03-06
Renovate cast-to-int
Jed Davis
-16
/
+2
[prev]
[next]