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
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-34
/
+66
2012-08-25
Add backquotes to error message
Tim Chevalier
-2
/
+2
2012-08-25
implements issue #2356
Vincent Belliard
-6
/
+56
2012-08-24
Remove match check
Tim Chevalier
-28
/
+15
2012-08-24
Eliminate match checks in trans and typeck
Tim Chevalier
-131
/
+215
2012-08-24
Rework method lookup to properly handle self types for non impl matches. Clos...
Michael Sullivan
-15
/
+72
2012-08-24
A bunch of code refactoring in method matching.
Michael Sullivan
-88
/
+80
2012-08-24
Comments only: fix a comment in method resolution.
Michael Sullivan
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-326
/
+284
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-22
/
+23
2012-08-24
Infer purity for || style closures. Closes #3023.
Michael Sullivan
-51
/
+61
2012-08-24
Get rid of the unsafe hacks in resolve3. Closes #3267.
Michael Sullivan
-12
/
+9
2012-08-24
rustc: Add flag for enabling GC.
Elliott Slaughter
-0
/
+11
2012-08-24
rustc: Don't emit metadata for default and GC box addrspaces.
Elliott Slaughter
-8
/
+10
2012-08-24
rustc: Fix for updated macro syntax.
Elliott Slaughter
-2
/
+2
2012-08-24
rustc: Emit index of tydescs by addrspace.
Elliott Slaughter
-0
/
+10
2012-08-24
rustc: Root resources with addrspaces.
Elliott Slaughter
-36
/
+108
2012-08-24
Enforce copyability in bind_by_value match arms (fix #3255)
Ben Blum
-0
/
+14
2012-08-24
extend liveness to treat bindings more like other variables
Niko Matsakis
-22
/
+114
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-104
/
+118
2012-08-23
Less confusing error message when copying into heap closures (close #2942)
Ben Blum
-21
/
+40
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-17
/
+9
2012-08-23
don't consider use of `@fn` to be region-param'd
Niko Matsakis
-0
/
+19
2012-08-23
Add boolean constants as part of const_eval
Tim Chevalier
-49
/
+102
2012-08-23
don't infer region paramaterization for ids in a bound context
Niko Matsakis
-3
/
+22
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-16
/
+17
2012-08-23
Remove old-moded atomic intrinsics (#3200)
Ben Blum
-29
/
+11
2012-08-23
update liveness to camel-cased conventions, silence warnings
Niko Matsakis
-258
/
+278
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-1043
/
+3667
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
-2
/
+3
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-229
/
+493
2012-08-22
Represent "item families" in the decoder as an enum
Tim Chevalier
-92
/
+157
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
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
Compile moving out of enums (#2329)
Ben Blum
-6
/
+9
2012-08-22
Parse and typecheck moving out of enums (#2329)
Ben Blum
-7
/
+55
2012-08-22
Merge find_linkage_attrs with find_linkage_metas
Tim Chevalier
-3
/
+4
2012-08-22
intern identifiers
Paul Stansifer
-876
/
+947
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-96
/
+88
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-76
/
+53
2012-08-21
Fix generation of generic methods with explicit self
Niko Matsakis
-34
/
+72
2012-08-21
Don't refute "()" in let-bindings (fixes #3104).
Ben Blum
-0
/
+1
2012-08-21
Convert atomic intrinsics away from old argument modes (partial #3200)
Ben Blum
-14
/
+44
2012-08-21
remove trailing whitespace
Niko Matsakis
-1
/
+1
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-88
/
+142
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-2501
/
+3764
2012-08-20
Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ...
Michael Sullivan
-36
/
+90
[next]