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
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-07-16
introduce an owned kind for data that contains no borrowed ptrs
Niko Matsakis
-64
/
+65
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-38
/
+21
2012-07-14
Treat bare vector and string literals as fixed length vecs. Closes #2922.
Michael Sullivan
-3
/
+4
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-24
/
+13
2012-07-14
Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor...
Michael Sullivan
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-732
/
+739
2012-07-14
Don't emit strings when the destination is ignored.
Michael Sullivan
-0
/
+1
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-14
/
+14
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-13
/
+11
2012-07-12
Fix the signature on vec::view.
Eric Holk
-5
/
+10
2012-07-12
Handle str/~ in patterns.
Michael Sullivan
-2
/
+7
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-07-12
rustc: Make all impls even more reachable
Brian Anderson
-14
/
+6
2012-07-12
Merge branch 'rt-changes' into incoming
Michael Sullivan
-45
/
+24
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-12
/
+12
2012-07-11
add ability to report statistics about how borrowck is being used
Niko Matsakis
-3
/
+3
2012-07-11
Remove obsolete type param field from shape information.
Michael Sullivan
-8
/
+0
2012-07-11
Change the interface of placement new to take a tydesc as part of Issue #2831.
Michael Sullivan
-14
/
+11
2012-07-10
Get rid of unused fields in tydescs. Closes #2351.
Michael Sullivan
-23
/
+13
2012-07-10
Fix take glue for slices.
Michael Sullivan
-0
/
+3
2012-07-10
Don't fail when emitting free glue for fixed and region evecs.
Michael Sullivan
-3
/
+0
2012-07-10
Mop up merge collision.
Graydon Hoare
-8
/
+6
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-77
/
+104
2012-07-10
Remove the empty tuple of tydescs from closures. Closes #2531.
Michael Sullivan
-8
/
+5
2012-07-10
Get rid of a lot of bind related cruft as part of Issue #2189.
Michael Sullivan
-260
/
+17
2012-07-10
Clean up the tydesc handling code in trans.
Michael Sullivan
-119
/
+80
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-2
/
+2
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-5
/
+7
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-2
/
+2
2012-07-06
Rip out a bunch more append code from trans.
Michael Sullivan
-90
/
+0
2012-07-06
Remove tvec::trans_add
Eric Holk
-45
/
+0
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+1
2012-07-05
Consider slices to be a structural type. Closes #2748.
Michael Sullivan
-2
/
+2
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-39
/
+39
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-8
/
+8
2012-07-04
Fix trans typo noticed by fuzzer. Close #2148.
Graydon Hoare
-1
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-03
Change crust -> extern.
Graydon Hoare
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-15
/
+15
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-31
/
+51
2012-07-01
Convert to new closure syntax
Brian Anderson
-363
/
+360
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-98
/
+99
2012-06-30
Check in changes I forgot to check in
Tim Chevalier
-7
/
+7
2012-06-30
Descend into ty_boxes in type_use
Tim Chevalier
-25
/
+46
2012-06-29
Adding a bunch of atomic intrinsics.
Eric Holk
-3
/
+80
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-600
/
+600
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-16
/
+19
2012-06-28
replace more vector + (issue #2719)
Eric Holk
-57
/
+88
2012-06-27
rustc: Don't give variables the same name as enums in trans
Patrick Walton
-47
/
+47
[prev]
[next]