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
Age
Commit message (
Expand
)
Author
Lines
2012-09-18
docs: Remove elipses from examples instead of commenting them out
Brian Anderson
-1
/
+1
2012-09-18
libsyntax: Remove 'unchecked_blk' from AST
Brian Anderson
-9
/
+2
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-88
/
+85
2012-09-18
Remove 'unchecked' keyword
Brian Anderson
-9
/
+2
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-107
/
+107
2012-09-18
make filetype() include the "." (fixes #3412)
Niko Matsakis
-13
/
+37
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-85
/
+88
2012-09-18
Add allow(non_camel_case_types) to unconverted crates
Brian Anderson
-0
/
+7
2012-09-18
core: Rename at_vec::unsafe to raw
Brian Anderson
-5
/
+5
2012-09-18
Revert "Adapt callee to avoid intermediary for move/copy arguments (cc #3402)"
Niko Matsakis
-88
/
+80
2012-09-17
warn(non_camel_case_types) by default
Brian Anderson
-6
/
+6
2012-09-17
libcore: Fix cleanup for i386
Patrick Walton
-1
/
+6
2012-09-17
Make auto-slice, auto-ptr not exclusive (fixes #3514)
Niko Matsakis
-7
/
+23
2012-09-17
WIP: make autoslice, autoptr not be mutually exclusive
Niko Matsakis
-36
/
+76
2012-09-17
add a test and correct terminology
Niko Matsakis
-5
/
+12
2012-09-16
libcore: Log newtyped enums correctly. Closes #3506.
Patrick Walton
-10
/
+21
2012-09-15
docs: Make supplemental tutorials testable
Brian Anderson
-1
/
+5
2012-09-15
Make most send_map functions pure
Erick Tryzelaar
-19
/
+19
2012-09-15
libcore: add find_ref/get_ref to SendMap trait
Erick Tryzelaar
-2
/
+9
2012-09-15
vec::u8 => vec::bytes (#3444)
Erick Tryzelaar
-7
/
+7
2012-09-15
io::Reader::chars_from_buf => chars_from_bytes (#3444)
Erick Tryzelaar
-2
/
+2
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-46
/
+46
2012-09-15
libcore: rename *flate_buf to *flate_bytes (#3444)
Erick Tryzelaar
-10
/
+10
2012-09-15
libcore: fix whitespace in str test
Erick Tryzelaar
-1
/
+1
2012-09-15
libcore: send_map test simplification.
Erick Tryzelaar
-6
/
+2
2012-09-15
add some debug!'s to help diagnose failure of issue-1763.rs
Niko Matsakis
-1
/
+12
2012-09-15
Fix broken assertion in regionck for code like (a[])()
Niko Matsakis
-4
/
+12
2012-09-15
regionck: fix bug where autoref regions are not inferred to be large enough
Niko Matsakis
-44
/
+101
2012-09-14
rustc: Back out box annihilator
Patrick Walton
-3
/
+10
2012-09-14
Add core::reflect, start migrating core::repr to use it. Tidy up various Repr...
Graydon Hoare
-48
/
+925
2012-09-14
rustc: Call the box annihilator in main
Patrick Walton
-4
/
+8
2012-09-14
libcore: Remove the annihilation tests; there's no easy way to make them work.
Patrick Walton
-54
/
+6
2012-09-14
rustc: Make the box annihilator a language item
Patrick Walton
-7
/
+24
2012-09-14
Remove restricted keyword tests
Brian Anderson
-12
/
+0
2012-09-14
libcore: Implement a box annihilator, not called yet
Patrick Walton
-0
/
+158
2012-09-14
Have parser recognize static, self region.
Niko Matsakis
-59
/
+92
2012-09-14
replace with_find_ref() with find_ref(), which is just nicer to use
Niko Matsakis
-32
/
+26
2012-09-14
test: Use vec::as_imm_buf in bug-2470-bounds-check-overflow.rs
Patrick Walton
-2
/
+2
2012-09-14
Adapt callee to avoid intermediary for move/copy arguments (cc #3402)
Niko Matsakis
-80
/
+88
2012-09-14
libcore: Make enum logging significantly less clownshoes.
Patrick Walton
-16
/
+46
2012-09-13
Teach path to collapse double-slashes in components. Close #3430.
Graydon Hoare
-11
/
+35
2012-09-13
Fix implicit-instantiation of non-implicitly-copyable warnings.
Graydon Hoare
-4
/
+4
2012-09-13
Fix unused variable warning.
Graydon Hoare
-1
/
+0
2012-09-13
Promote 'fail' to a strict keyword
Brian Anderson
-2
/
+1
2012-09-13
Fix stray vec::as_buf, try to put out fire on win32.
Graydon Hoare
-1
/
+1
2012-09-13
Doc fix, close #3419
Graydon Hoare
-2
/
+2
2012-09-13
Fix broken test in core::task
Brian Anderson
-4
/
+8
2012-09-13
fix some of the broken tests (the ones that were doing the right thing)
Niko Matsakis
-18
/
+15
2012-09-13
core: Fix stray usage of vec::unsafe on FreeBSD
Brian Anderson
-1
/
+1
2012-09-13
Fix bug in auto-ref on bounded type parameters
Niko Matsakis
-14
/
+92
[prev]
[next]