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-01-06
Fix pretty-printing of ty params in iface methods
Marijn Haverbeke
-5
/
+5
2012-01-06
Fix bug in method type parameter passing
Marijn Haverbeke
-5
/
+19
2012-01-06
libstd: rename c_vec::size to len.
Erick Tryzelaar
-17
/
+16
2012-01-06
add alignment to i386 for good measure, though we do not yet
Niko Matsakis
-1
/
+1
2012-01-06
libcore: add [u8] helper functions to vec.
Erick Tryzelaar
-1
/
+103
2012-01-06
libstd: switch map to use libcore's hash functions.
Erick Tryzelaar
-2
/
+2
2012-01-06
libcore: add a trivial uint hash function.
Erick Tryzelaar
-0
/
+7
2012-01-06
libcore: Add binop functions to u32 and u64
Erick Tryzelaar
-0
/
+86
2012-01-06
fix alignment of registers structure
Niko Matsakis
-6
/
+3
2012-01-05
libcore: Use correct link name for lgamma_r on win32
Brian Anderson
-0
/
+5
2012-01-05
rustc: Stop exported back::rpath::test
Brian Anderson
-3
/
+1
2012-01-05
rustc: Allow the test runner to run unexported tests
Brian Anderson
-8
/
+46
2012-01-05
Attempt to fix build breakage due to lgammaf_r having two leading underscores...
Graydon Hoare
-0
/
+8
2012-01-05
rustc: Configure out #[test] functions when not testing
Brian Anderson
-25
/
+62
2012-01-05
Simplify NSIS package script.
Graydon Hoare
-22
/
+8
2012-01-05
rustc: Add cargo's lib directory to search paths
Brian Anderson
-8
/
+29
2012-01-05
Use precise return type to allocate retslot in trans_args
Marijn Haverbeke
-4
/
+11
2012-01-05
make test typecheck
Niko Matsakis
-3
/
+0
2012-01-05
fix pretty printer to correctly insert parens for disamb
Niko Matsakis
-36
/
+11
2012-01-05
update test on disambig to reflect that some cases are no longer legal
Niko Matsakis
-3
/
+3
2012-01-05
correct test to reference right value
Niko Matsakis
-1
/
+1
2012-01-05
require a non-semi expr acting as a stmt to have unit return type
Niko Matsakis
-66
/
+89
2012-01-05
make parser handle parenthesized block-sugar exprs properly
Niko Matsakis
-99
/
+130
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-445
/
+401
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-27
/
+41
2012-01-05
Clean up translating of def_ids in metadata reader
Marijn Haverbeke
-188
/
+149
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-399
/
+586
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-252
/
+251
2012-01-05
Clean up some FIXMEs related to impls
Marijn Haverbeke
-6
/
+2
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-109
/
+152
2012-01-05
Register new snapshot
Marijn Haverbeke
-0
/
+7
2012-01-05
Fix bad spans for ast::ty parsing
Marijn Haverbeke
-9
/
+6
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-105
/
+129
2012-01-05
Remove ty::bind_params_in_type
Marijn Haverbeke
-56
/
+20
2012-01-05
Express some list primitives in a way that doesn't copy
Marijn Haverbeke
-20
/
+22
2012-01-05
Add more item types to the ast_map so the test suite can build with debug info.
Josh Matthews
-1
/
+9
2012-01-05
added preliminary support for per-architecture generation of math constants (...
Stefan Plantikow
-23
/
+216
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-755
/
+2095
2012-01-04
make scanning more efficient by avoiding recomputation
Niko Matsakis
-4
/
+7
2012-01-04
extend tester so that error msgs can be attached to lines
Niko Matsakis
-5
/
+123
2012-01-04
Use the right types for methods in trans_impl
Marijn Haverbeke
-12
/
+5
2012-01-04
xfail-pretty iface-generic.rs until i have time to debug
Marijn Haverbeke
-0
/
+2
2012-01-04
Reformat typestate error messages so as not to confuse emacs compilation mode
Tim Chevalier
-3
/
+5
2012-01-04
Add test for generic iface methods
Marijn Haverbeke
-0
/
+33
2012-01-04
Prevent typenames in param bounds from resolving to their own param
Marijn Haverbeke
-19
/
+38
2012-01-04
Add visit_ty_params to visit.rs
Marijn Haverbeke
-28
/
+22
2012-01-04
Add either::is_left and either::is_right
Marijn Haverbeke
-0
/
+18
2012-01-04
Properly typecheck and compile invocations of generic methods.
Marijn Haverbeke
-167
/
+236
2012-01-04
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
Lenny222
-9
/
+9
2012-01-04
"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...
Lenny222
-17
/
+17
[prev]
[next]