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-05-07
That awkward moment when you forget to add your final changes
Tim Chevalier
-2
/
+3
2012-05-07
Add another test case for #2288
Tim Chevalier
-0
/
+99
2012-05-07
Add xfailed test case for #2354
Tim Chevalier
-0
/
+18
2012-05-07
In resolve, visit the path in an iface ref
Tim Chevalier
-12
/
+109
2012-05-07
Comment only: add a FIXME on int::abs
Tim Chevalier
-0
/
+1
2012-05-07
rt: Start tasks, ports and scheds at 1, assert when we see 0. Closes #2321
Brian Anderson
-3
/
+5
2012-05-07
Clarify docs for path::normalize. Closes #2362
Brian Anderson
-1
/
+9
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-123
/
+259
2012-05-06
Merge pull request #2336 from tychosci/vim-syntax
Patrick Walton
-19
/
+38
2012-05-05
vim: Fix syntax of number literals
Tycho Sci
-20
/
+19
2012-05-05
vim: Link rustTodo to Todo for highlighting
Tycho Sci
-0
/
+1
2012-05-04
Add test case that checks that class members must be prefixed with "self"
Tim Chevalier
-0
/
+15
2012-05-04
new cap clause syntax
Niko Matsakis
-357
/
+444
2012-05-03
Turn constants in back::abi into uints, and propagate types
Tim Chevalier
-199
/
+184
2012-05-03
Comment only: Annotate FIXMEs in std::time
Tim Chevalier
-1
/
+2
2012-05-03
Fix compiletest::header::iter_header to work with new-style for loops
Tim Chevalier
-12
/
+10
2012-05-03
Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME
Tim Chevalier
-3
/
+1
2012-05-03
Comments only: annotate more FIXMEs in libstd
Tim Chevalier
-3
/
+3
2012-05-03
allow enums that ref themselves via unsafe pointers
Niko Matsakis
-1
/
+4
2012-05-03
core: Add comm::listen
Brian Anderson
-0
/
+17
2012-05-03
core: Add send/recv/peek methods for both ports and chans
Brian Anderson
-31
/
+82
2012-05-03
core: Reorder declarations in comm so they read well
Brian Anderson
-70
/
+82
2012-05-03
core: Add comm::recv_chan to receive from a channel
Brian Anderson
-0
/
+73
2012-05-03
Removed unused import of std::deque
Tim Chevalier
-1
/
+1
2012-05-03
Annotate more FIXMES in libstd (comments only)
Tim Chevalier
-7
/
+7
2012-05-03
Annotate FIXMEs in std::bitv, and remove a FIXME
Tim Chevalier
-8
/
+3
2012-05-03
Revert "allow fn exprs to omit arg types"
Niko Matsakis
-178
/
+103
2012-05-03
allow fn exprs to omit arg types
Niko Matsakis
-103
/
+178
2012-05-03
More shape fixes for evecs.
Graydon Hoare
-27
/
+103
2012-05-03
Implement better shape code for evec, estr.
Graydon Hoare
-46
/
+336
2012-05-03
Comments only: annotate remaining FIXMEs in librustsyntax
Tim Chevalier
-3
/
+7
2012-05-03
Check early on in typeck that types being implemented are actually iface types
Tim Chevalier
-5
/
+25
2012-05-03
rustc: Fix comment about ABI in trans::native
Brian Anderson
-1
/
+1
2012-05-03
rustc: Link to original Clay x86 classification code
Brian Anderson
-0
/
+3
2012-05-03
add forgotten index and fix array type
Jyun-Yan You
-16
/
+18
2012-05-03
Mention missing constructor when complaining about inexhaustive top-level pat...
Marijn Haverbeke
-11
/
+30
2012-05-03
vim: Update syntax for number/float literals
Tycho Sci
-14
/
+23
2012-05-03
vim: Highlight Todo in comments
Tycho Sci
-2
/
+4
2012-05-03
vim: Highlight identifiers
Tycho Sci
-3
/
+11
2012-05-02
report ambig impl methods
Niko Matsakis
-0
/
+30
2012-05-02
remove extra type parameter from ptr::is_null() and friends
Niko Matsakis
-2
/
+11
2012-05-02
test: xfail-win32 run-pass/native-struct
Brian Anderson
-0
/
+1
2012-05-02
rustc: Hack around some FFI bustage. Unbreak servo
Brian Anderson
-0
/
+35
2012-05-02
rt: Fix some record alignment issues on windows
Brian Anderson
-17
/
+109
2012-05-02
Revert "rt: Fix some record alignment issues on windows"
Brian Anderson
-108
/
+18
2012-05-02
rt: Fix some record alignment issues on windows
Brian Anderson
-18
/
+108
2012-05-02
core: Ignore 2 busticated getenv tests on windows
Brian Anderson
-0
/
+2
2012-05-02
xfail-fast class-separate-impl
Tim Chevalier
-0
/
+2
2012-05-02
Error message reformatting, close #2309.
Graydon Hoare
-3
/
+3
2012-05-02
Add test for issue 2287
Tim Chevalier
-0
/
+50
[next]