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-11
rt/core: impl os::getcwd() in rust ref #4812
Jeff Olson
-22
/
+8
2013-03-11
More descriptive error messages for debug info tests
Brian Leibig
-2
/
+2
2013-03-11
Re-enable struct value printing in debug info tests with gdb pretty printing off
Brian Leibig
-10
/
+9
2013-03-11
Disable struct value printing in debug info tests
Brian Leibig
-8
/
+4
2013-03-11
Debuginfo revamp
Brian Leibig
-98
/
+217
2013-03-11
auto merge of #5305 : brson/rust/mut_buf_as_slice, r=brson
bors
-0
/
+14
2013-03-11
core: Add vec::raw::mut_buf_as_slice
Brian Anderson
-0
/
+14
2013-03-11
auto merge of #5318 : jdm/rust/deriving_cell, r=pcwalton
bors
-0
/
+1
2013-03-11
Add deriving_eq to Cell.
Josh Matthews
-0
/
+1
2013-03-11
treemap: add more tests for set difference
Daniel Micay
-16
/
+21
2013-03-11
treemap: inline the TreeSet wrappers
Daniel Micay
-12
/
+20
2013-03-11
treemap: indentation fixes
Daniel Micay
-14
/
+14
2013-03-11
treemap: make set_advance public
Daniel Micay
-2
/
+2
2013-03-11
auto merge of #5314 : jld/rust/adt-simplification, r=pcwalton
bors
-77
/
+40
2013-03-11
librustc: Lint the old `drop` destructor notation off
Patrick Walton
-66
/
+36
2013-03-11
librustc: Remove old-style operator overloading
Patrick Walton
-14
/
+34
2013-03-11
test: Fix tests. rs=tests
Patrick Walton
-32
/
+32
2013-03-11
libsyntax: Stop parsing newtype enums
Patrick Walton
-10
/
+9
2013-03-11
libsyntax: Remove newtype enums from libsyntax. rs=deenum
Patrick Walton
-40
/
+14
2013-03-11
librustc: Remove newtype enums from librustc
Patrick Walton
-37
/
+41
2013-03-11
libstd: Remove all newtype enums from std and core.
Patrick Walton
-17
/
+42
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-110
/
+42
2013-03-11
libsyntax: Stop parsing bare functions in preparation for switching them over
Patrick Walton
-9
/
+40
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-812
/
+813
2013-03-11
Add one more test for vector destructuring
Seo Sanghyeon
-1
/
+42
2013-03-11
Implement vector destructuring from tail
Seo Sanghyeon
-159
/
+241
2013-03-11
Get rid of the `Unit` enum representation.
Jed Davis
-30
/
+10
2013-03-10
Simplify struct representation.
Jed Davis
-48
/
+31
2013-03-10
auto merge of #5308 : wanderview/rust/std-getopts-rustdoc-fix, r=luqmana
bors
-5
/
+8
2013-03-10
Correct copyright year to be 2012-2013.
Ben Kelly
-1
/
+1
2013-03-10
Fix formatting and errors in std::getopts example.
Ben Kelly
-5
/
+8
2013-03-10
Simplify the interface to check_fn by pulling some of the madness out to its ...
Niko Matsakis
-39
/
+56
2013-03-10
add a TotalOrd impl for the unit type
Daniel Micay
-1
/
+6
2013-03-09
auto merge of #5285 : jld/rust/emacs-refix, r=brson
bors
-0
/
+1
2013-03-09
Const dereference works now, so allow it.
Jed Davis
-2
/
+22
2013-03-09
Don't copy const data to do an autoderef+autoref.
Jed Davis
-3
/
+27
2013-03-09
Add some tests for const auto-deref.
Jed Davis
-0
/
+36
2013-03-09
Don't print addr_of(addr_of(e)) as `&&e`, which means something else.
Jed Davis
-0
/
+5
2013-03-09
Make a const translation test match TESTNAME=const
Jed Davis
-0
/
+0
2013-03-09
Let const_deref "dereference" newtypes.
Jed Davis
-10
/
+47
2013-03-09
Implement most of adjustment handling for consts.
Jed Davis
-40
/
+53
2013-03-09
Break out const_addr_of.
Jed Davis
-7
/
+12
2013-03-09
auto merge of #5302 : thestinger/rust/vec, r=nikomatsakis
bors
-246
/
+227
2013-03-09
Remove @ast::Region and replace with @ast::Lifetime.
Niko Matsakis
-245
/
+195
2013-03-09
vec: cleanup
Daniel Micay
-219
/
+218
2013-03-09
auto merge of #5295 : apasel422/rust/kate, r=brson
bors
-1
/
+1
2013-03-09
vec: renovate the BaseIter impl
Daniel Micay
-27
/
+9
2013-03-09
kate: remove assert keyword
Andrew Paseltiner
-1
/
+0
2013-03-09
kate: add Not to list of traits
Andrew Paseltiner
-0
/
+1
2013-03-09
core: implement Clone for primitive types
Andrew Paseltiner
-3
/
+47
[prev]
[next]