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-08-23
fix atomic intrinsic test cases
Ben Blum
-58
/
+54
2012-08-23
Remove old-moded atomic intrinsics (#3200)
Ben Blum
-29
/
+11
2012-08-23
Convert pipes to new atomic intrinsics
Ben Blum
-20
/
+14
2012-08-23
Fix logging code to not sign extend chars being printed in hex.
Michael Sullivan
-1
/
+2
2012-08-23
update liveness to camel-cased conventions, silence warnings
Niko Matsakis
-258
/
+278
2012-08-23
Give a special error message when [de]serializing fails because the interner ...
Paul Stansifer
-4
/
+10
2012-08-23
`m1!{...}` is now forbidden. Use `m1!(...)` instead.
Paul Stansifer
-18
/
+7
2012-08-23
Pretty-print macros with `()` instead of `{}`.
Paul Stansifer
-6
/
+8
2012-08-23
Change calls of `proto!` to use parens.
Paul Stansifer
-42
/
+42
2012-08-23
Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.
Paul Stansifer
-23
/
+23
2012-08-23
Update invocation syntax for `macro_rules!`
Paul Stansifer
-36
/
+36
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2706
/
+5330
2012-08-23
Make a bunch more of the iteration functions/methods marked pure. Closes #3253.
Michael Sullivan
-112
/
+138
2012-08-23
Some error message cleanup in check.rs.
Michael Sullivan
-10
/
+7
2012-08-23
Merge pull request #3258 from erickt/serialization
Ben Blum
-38
/
+33
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-235
/
+723
2012-08-22
convert send_map to use explicit self
Niko Matsakis
-72
/
+69
2012-08-22
Represent "item families" in the decoder as an enum
Tim Chevalier
-92
/
+157
2012-08-22
correct linux snapshots (sorry)
Niko Matsakis
-2
/
+2
2012-08-22
register new snapshot
Niko Matsakis
-0
/
+8
2012-08-22
Use swap_remove in pipes::select(). Close #3219.
Ben Blum
-23
/
+9
2012-08-22
Add vec::swap_remove (#3219)
Ben Blum
-1
/
+54
2012-08-22
libstd: fix serialization no-implicit-copies warnings
Erick Tryzelaar
-29
/
+29
2012-08-22
libstd: switch ebml's wr_tagged_str to use str::byte_slice
Erick Tryzelaar
-7
/
+1
2012-08-22
rustc: add all the pretty printer modes to error message
Erick Tryzelaar
-2
/
+3
2012-08-22
rustc: Remove typestate source
Brian Anderson
-3151
/
+0
2012-08-22
export unwrap_arc functions in core/std
Ben Blum
-2
/
+3
2012-08-22
remove a debug print statement moving out of enums
Ben Blum
-1
/
+0
2012-08-22
Dead code elimination
Tim Chevalier
-9
/
+1
2012-08-22
WIP: Add an xfailed test for bind-by-move (#2329)
Ben Blum
-0
/
+13
2012-08-22
Compile moving out of enums (#2329)
Ben Blum
-6
/
+9
2012-08-22
Add compile-fail tests for unsound moving out of enums (#2329)
Ben Blum
-0
/
+67
2012-08-22
Parse and typecheck moving out of enums (#2329)
Ben Blum
-8
/
+63
2012-08-22
Merge find_linkage_attrs with find_linkage_metas
Tim Chevalier
-24
/
+11
2012-08-22
Change the log level to be an enum rather than an int
Tim Chevalier
-6
/
+10
2012-08-22
Remove match check in send_map
Tim Chevalier
-1
/
+4
2012-08-22
Comments only: update issue number for FIXME
Tim Chevalier
-1
/
+2
2012-08-22
Merge pull request #3251 from fsouza/to_digit_fix
Brian Anderson
-1
/
+1
2012-08-22
Merge pull request #3244 from dbp/osbug
Brian Anderson
-3
/
+0
2012-08-22
Merge pull request #3240 from Dretch/bitvfixes
Brian Anderson
-46
/
+125
2012-08-22
intern identifiers
Paul Stansifer
-1464
/
+1662
2012-08-22
pre-intern some fixed names so they can be used as constants
Paul Stansifer
-2
/
+20
2012-08-22
Centralize ident interner generation.
Paul Stansifer
-37
/
+35
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-96
/
+107
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-88
/
+61
2012-08-22
Remove one last default argument mode from core::os
Ben Blum
-1
/
+1
2012-08-22
Merge pull request #3231 from killerswan/modes1
Ben Blum
-35
/
+38
2012-08-22
Merge pull request #3229 from Vincent-Belliard/master
Ben Blum
-0
/
+252
2012-08-22
#[ignore(cfg(windows))] for a test I added to arena that involves failure.
Michael Sullivan
-2
/
+1
2012-08-22
libcore: fix doc for char::to_digit
Francisco Souza
-1
/
+1
[prev]
[next]