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-04
implement str::is_whitespace using char::is_whitespace
Lenny222
-8
/
+1
2012-01-03
Add missing ty_constr cases to trans::type_of_inner and ty::fold_ty.
Tim Chevalier
-0
/
+17
2012-01-03
Allow tail expressions even in no_value blocks. Type checker
Niko Matsakis
-55
/
+97
2012-01-03
new tests
Niko Matsakis
-0
/
+126
2012-01-03
extend parser so that expressions that do not require semi-colons
Niko Matsakis
-2
/
+2
2012-01-03
rewrite to put blk as 2nd arg
Niko Matsakis
-1
/
+1
2012-01-03
minimal changes to permit fn blocks in expr
Niko Matsakis
-68
/
+64
2012-01-03
Merge pull request #1392 from Lenny222/list
Brian Anderson
-16
/
+87
2012-01-03
Make resolution of dictionaries on bounded params work
Marijn Haverbeke
-8
/
+19
2012-01-03
Wire in resolution of param bounds for method calls
Marijn Haverbeke
-15
/
+61
2012-01-03
Make syntax for impls less magical
Marijn Haverbeke
-23
/
+18
2012-01-03
More work on translating dictionary-passing
Marijn Haverbeke
-162
/
+387
2012-01-02
llvm: Revert unneeded debugging change
Brian Anderson
-0
/
+0
2012-01-02
Fix expected error messages for better printing of ty_ptr
Marijn Haverbeke
-2
/
+2
2012-01-02
Add a clause ty_ptr to ppaux::ty_to_str
Marijn Haverbeke
-0
/
+1
2012-01-02
Add 'copy' bounds to functions that were faultily accepted without
Marijn Haverbeke
-12
/
+12
2012-01-02
Properly handle expression blocks in kind.rs
Marijn Haverbeke
-3
/
+10
2012-01-02
typo
Lenny222
-1
/
+1
2012-01-02
Write out vtables for interface implementations
Marijn Haverbeke
-13
/
+78
2012-01-02
Drop two useless sub-passes from trans
Marijn Haverbeke
-98
/
+59
2012-01-02
Create a trans_impl module
Marijn Haverbeke
-16
/
+20
2012-01-02
Key tcx.ty_param_bounds on node_ids, not def_ids
Marijn Haverbeke
-9
/
+11
2012-01-02
Box arrays of parameter bounds
Marijn Haverbeke
-42
/
+41
2012-01-02
Pass bounds to trans::type_of_fn
Marijn Haverbeke
-50
/
+65
2012-01-02
More resolving and typechecking of bounded type parameters.
Marijn Haverbeke
-55
/
+211
2012-01-02
Check that type parameter bounds are interface types
Marijn Haverbeke
-45
/
+96
2012-01-02
Make last-use pass properly handle closed-over variables
Marijn Haverbeke
-3
/
+26
2012-01-01
llvm: Upgrade LLVM with FreeBSD segmented stack support
Brian Anderson
-0
/
+0
2012-01-01
link with gcc44+
Jyun-Yan You
-1
/
+3
2012-01-01
fix link error
Jyun-Yan You
-2
/
+13
2012-01-01
add missing library, enable segmented stacks for freebsd
Jyun-Yan You
-9
/
+10
2012-01-01
forgot to add parentheses
Jyun-Yan You
-1
/
+1
2012-01-01
freebsd support
User Jyyou
-30
/
+287
2012-01-01
"str": extract to_upper/lower_case() into "char"
Lenny222
-15
/
+63
2011-12-31
core: added support for bessel functions
Stefan Plantikow
-92
/
+104
2011-12-31
Removed now obsolete mtypes module
Stefan Plantikow
-1
/
+0
2011-12-31
core: killed all math wrappers
Stefan Plantikow
-795
/
+194
2011-12-31
Trying to remove wrappers from float
Stefan Plantikow
-111
/
+349
2011-12-31
added more ops to cmath
Stefan Plantikow
-1
/
+47
2011-12-31
removes std::mtypes
Stefan Plantikow
-64
/
+0
2011-12-31
added useful constants to math
Stefan Plantikow
-0
/
+78
2011-12-30
add cap clause to pretty printer, with a test
Niko Matsakis
-2
/
+51
2011-12-30
Print usage messages to rustc and rustdoc when invoked with no args. Close #1...
Graydon Hoare
-1
/
+12
2011-12-30
add test for list:is_empty()
Lenny222
-1
/
+16
2011-12-29
split proto from fn_decl, as not all fn_decls know the proto.
Niko Matsakis
-200
/
+229
2011-12-29
Of course there were overlong lines.
Graydon Hoare
-4
/
+6
2011-12-29
Teach unicode script to emit canonical and compat decomp mappings. Annoyingly...
Graydon Hoare
-46
/
+71
2011-12-29
Add support in lexer for utf8 identifiers. No NFKC logic in char yet.
Graydon Hoare
-2
/
+44
2011-12-29
list: use predicate to enforce non-empty requirement
Lenny222
-16
/
+72
2011-12-29
Save and restore xmm regs across the call to UPCALL_NEW_STACK during __morest...
Graydon Hoare
-1
/
+30
[prev]
[next]