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
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-29
/
+29
2012-02-15
test: Add a crust function stress test
Brian Anderson
-0
/
+28
2012-02-14
When parsing a source string, fail when the entire string is not parsed.
Kevin Atkinson
-0
/
+51
2012-02-14
Bug fix to accept $ in 0th pos, (ie #ast{$(x) + ...}).
Kevin Atkinson
-4
/
+12
2012-02-14
Correctly handle the character position at the EOF.
Kevin Atkinson
-1
/
+12
2012-02-14
Use file_substr rather than <anon> when re-parsing quasi-quotes
Kevin Atkinson
-24
/
+25
2012-02-14
Do a better job of reporting source location for files (i.e. filemap)
Kevin Atkinson
-2
/
+96
2012-02-14
Change file_substr to allow for external strings.
Kevin Atkinson
-15
/
+17
2012-02-14
core: Add core::future
Brian Anderson
-1
/
+157
2012-02-14
rt: Reconfigure the C stack for valgrind each time it's used
Brian Anderson
-1
/
+1
2012-02-14
core: Add comm::peek for looking into the message queue
Brian Anderson
-0
/
+16
2012-02-14
rt: Don't allocate a C stack for tasks that already have one
Brian Anderson
-4
/
+5
2012-02-14
rt: Don't kill tasks while they are in a callback from C
Brian Anderson
-6
/
+56
2012-02-14
test: Test yielding in crust functions
Brian Anderson
-0
/
+27
2012-02-14
rt: Maintain stack ptrs correctly when returning from stack switches
Brian Anderson
-0
/
+64
2012-02-14
rustc: Translate crust functions
Brian Anderson
-86
/
+315
2012-02-14
rustc: Add trans_crust_fn. Don't do anything special yet
Brian Anderson
-6
/
+15
2012-02-14
rustc: Extract native function generation into trans::native
Brian Anderson
-183
/
+194
2012-02-14
rt: Add a Rust callback debugging function
Brian Anderson
-0
/
+8
2012-02-14
rustc: Translate the value of crust functions
Brian Anderson
-2
/
+23
2012-02-14
rustc: Typecheck crust functions as *u8
Brian Anderson
-0
/
+41
2012-02-14
rustc: Parse crust functions
Brian Anderson
-1
/
+9
2012-02-14
rustc: Add crust functions to the AST
Brian Anderson
-3
/
+10
2012-02-14
Merge pull request #1831 from killerswan/str_fixes
Brian Anderson
-83
/
+129
2012-02-14
Merge pull request #1836 from tychosci/cargo-fix
Brian Anderson
-3
/
+21
2012-02-14
Fix double-cleanup bug in patch 57c7645cb83e609ff
Marijn Haverbeke
-1
/
+3
2012-02-14
XFAIL bind-methods test until I figure out what is going wrong
Marijn Haverbeke
-0
/
+2
2012-02-14
Allow static method calls to be bound
Marijn Haverbeke
-69
/
+107
2012-02-14
Add [X].len() to core, use it in trans modules
Marijn Haverbeke
-82
/
+83
2012-02-14
cargo: Warn if "gpg" is not available
Tycho Sci
-0
/
+4
2012-02-14
cargo: Use $sysroot/bin/rustc to compile crate
Tycho Sci
-3
/
+17
2012-02-13
test: Add test for #1821
Brian Anderson
-0
/
+5
2012-02-13
build: Start downloading FreeBSD snaps from the official server
Brian Anderson
-3
/
+0
2012-02-13
Register snapshots
Brian Anderson
-1
/
+8
2012-02-13
Remove some needlessly repetetive casts in metadata code
Marijn Haverbeke
-94
/
+93
2012-02-13
Track purity/unsafety of iface and impl methods
Marijn Haverbeke
-61
/
+90
2012-02-13
Merge pull request #1827 from uasi/from-cstr
Graydon Hoare
-15
/
+13
2012-02-13
Fix bug in handling of block functions in last-use analysis
Marijn Haverbeke
-2
/
+22
2012-02-13
correct error message and add to test
Niko Matsakis
-1
/
+2
2012-02-13
add serialization library; convert ebml lib to use u64 internally
Niko Matsakis
-138
/
+188
2012-02-13
do not fail if iface/impl method have different number of parameters
Niko Matsakis
-0
/
+18
2012-02-13
remove leading ::, new tests
Niko Matsakis
-3
/
+26
2012-02-13
Make sure simplify_type simplifies all pointer types
Marijn Haverbeke
-19
/
+17
2012-02-13
(core::str) more test cases
Kevin Cantu
-1
/
+7
2012-02-13
(core::str) added FIXME comment
Kevin Cantu
-0
/
+2
2012-02-13
(core::str) rename find_chars -> find
Kevin Cantu
-64
/
+37
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-45
/
+60
2012-02-13
(core::str) add find_chars and b2c_pos functions
Kevin Cantu
-0
/
+50
2012-02-13
(core::str) use slice_bytes in starts_with for a little bit less string trave...
Kevin Cantu
-4
/
+4
2012-02-12
core: Add iter::filter_map
Brian Anderson
-0
/
+25
[prev]
[next]