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
/
tvec.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-515
/
+0
2012-10-20
Remove old fixed-length vector syntax
Ben Striegel
-1
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-1
/
+0
2012-10-11
Update FIXME numbers
Tim Chevalier
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+2
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-4
/
+4
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-4
/
+4
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-2
/
+2
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-4
/
+4
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-237
/
+336
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-10
/
+10
2012-08-27
rustc: Avoid an allocation on every GEPi
Patrick Walton
-12
/
+12
2012-08-27
rustc: fix the unused pattern vars warnings.
Erick Tryzelaar
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-6
/
+6
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-14
Convert a couple hundred ~""s to ""s, in trans functions.
Graydon Hoare
-12
/
+12
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-08
rustc: Strict enforcement of glue function types.
Elliott Slaughter
-1
/
+4
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-8
/
+8
2012-08-05
Switch alts to use arrows
Brian Anderson
-19
/
+18
2012-08-03
rustc: Translate repeated vector syntax
Patrick Walton
-21
/
+69
2012-08-03
rustc: "foo" is now a static string
Patrick Walton
-7
/
+6
2012-08-01
Convert ret to return
Brian Anderson
-13
/
+13
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-23
Moved malloc and free upcalls into rust runtime.
Elliott Slaughter
-1
/
+2
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-1
/
+0
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-19
/
+19
2012-07-14
Don't emit strings when the destination is ignored.
Michael Sullivan
-0
/
+1
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-07-06
Rip out a bunch more append code from trans.
Michael Sullivan
-69
/
+0
2012-07-06
Remove tvec::trans_add
Eric Holk
-42
/
+0
2012-07-01
Convert to new closure syntax
Brian Anderson
-6
/
+6
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-29
/
+29
2012-06-26
Properly cleanup slice literals. Closes #2705.
Michael Sullivan
-0
/
+7
2012-06-26
Some box cleanup that doesn't break the build.
Michael Sullivan
-4
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-28
/
+29
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+3
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-1
/
+1
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-4
/
+4
2012-06-18
Fix generation of str/@. Closes #2638.
Michael Sullivan
-1
/
+3
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-28
/
+56
2012-06-13
Box AST idents
Brian Anderson
-9
/
+9
2012-06-13
Some cleanup in tvec.
Michael Sullivan
-9
/
+6
2012-06-12
Simplify a bunch of trans functions to not need the rust type. Remove some Po...
Michael Sullivan
-50
/
+23
2012-06-12
Make vectors contain the right type descriptor. Closes #2536.
Michael Sullivan
-16
/
+8
2012-06-08
More work on reflect, only missing enum and class substructures.
Graydon Hoare
-2
/
+1
[next]