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-07-03
rustc: Make a note of the fact that each_path doesn't handle path nesting pro...
Patrick Walton
-0
/
+3
2012-07-03
syntax: Add native module names correctly when building up the paths in the A...
Patrick Walton
-1
/
+1
2012-07-03
oops, fix option.expect() and use it in libstd/map.rs
Ben Blum
-3
/
+3
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-34
/
+34
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-32
/
+35
2012-07-03
add option::expect and mark option methods as pure
Ben Blum
-8
/
+27
2012-07-03
rustc: Speed up def ID parsing in the metadata
Patrick Walton
-10
/
+16
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-35
/
+32
2012-07-03
More work on #2082, remove parser/lexer support for 'crust' and 'native'.
Graydon Hoare
-11
/
+4
2012-07-03
Change crust -> extern.
Graydon Hoare
-56
/
+56
2012-07-03
Mop up a few extra native -> foreign changes.
Graydon Hoare
-12
/
+12
2012-07-03
rustc: Avoid a lot of copying in metadata when reading impls
Patrick Walton
-6
/
+20
2012-07-03
Fix more future::future breakage.
Graydon Hoare
-0
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-249
/
+249
2012-07-03
rustc: Add X-ray functionality to resolve3 so the test runner works
Patrick Walton
-34
/
+58
2012-07-03
core: Import future::extensions
Patrick Walton
-1
/
+1
2012-07-03
task.rs: minor doc/comment changes
Ben Blum
-5
/
+5
2012-07-03
vim: add 'new' keyword
Ben Blum
-1
/
+1
2012-07-03
rustc: Record the main function in the session in resolve3
Patrick Walton
-0
/
+25
2012-07-03
core: Eliminate some overloading of the name "future" in future.rs
Patrick Walton
-5
/
+6
2012-07-03
Fix some indentation in check::vtable.
Michael Sullivan
-52
/
+52
2012-07-03
Remove some bogus exports.
Michael Sullivan
-3
/
+1
2012-07-03
Export dvec::from_elt.
Erick Tryzelaar
-0
/
+1
2012-07-02
Merge remote-tracking branch 'brson/uv'
Brian Anderson
-585
/
+1305
2012-07-02
Register snapshots
Brian Anderson
-0
/
+8
2012-07-02
rustc: Remove some comments from resolve3 that are being misparsed as attributes
Brian Anderson
-4
/
+4
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-163
/
+4336
2012-07-02
Update compile-fail/missing-do for new error-comment syntax
Brian Anderson
-3
/
+3
2012-07-02
Added testcase for the missing do compile note
Armin Ronacher
-0
/
+9
2012-07-02
Implemented better error message for missing do statements.
Armin Ronacher
-0
/
+14
2012-07-02
Mark -g as experimental (#2767)
Brian Anderson
-1
/
+1
2012-07-02
Start sketching some traitorous code (xfail'd)
Lindsey Kuper
-0
/
+46
2012-07-02
std: Ignore a test that doesn't terminate on windows
Brian Anderson
-0
/
+1
2012-07-02
tutorial: More updates for closures
Brian Anderson
-5
/
+1
2012-07-02
Merge branch 'doc-comments'
Brian Anderson
-656
/
+1051
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-656
/
+1051
2012-07-02
Update nbody benchmark to more idiomatic Rust; nix obsolete comments
Lindsey Kuper
-31
/
+27
2012-07-02
dlist should_fail tests ignore(cfg(windows))
Ben Blum
-7
/
+7
2012-07-02
vim syntax: add drop & rustString contains rustTodo
Ben Blum
-2
/
+2
2012-07-02
std: Add missing cfg attr for freebsd
Brian Anderson
-0
/
+1
2012-07-02
Merge remote-tracking branch 'brson/uv'
Brian Anderson
-585
/
+1303
2012-07-02
add dlist.rs should_fail tests
Ben Blum
-0
/
+50
2012-07-02
vim syntax: don't hilight foo::<T>() like a module
Ben Blum
-1
/
+1
2012-07-02
Add doubly-linked list to libcore (to be used in task.rs).
Ben Blum
-0
/
+635
2012-07-02
Make list::from_vec take a slice, not a ~.
Ben Blum
-1
/
+1
2012-07-02
minor updates to vim config files
Ben Blum
-4
/
+5
2012-07-02
Treat "do" as a keyword in vim
Erick Tryzelaar
-1
/
+1
2012-07-01
Add 'do' to rust-mode
Brian Anderson
-1
/
+1
2012-07-01
syntax: Support dropping argument list from for/do
Brian Anderson
-9
/
+45
2012-07-01
Add two tests, one xfailed, for inferring lambda kinds in return position
Brian Anderson
-0
/
+19
[prev]
[next]