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
/
rustc
/
back
/
upcall.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
2012-09-11
Remove dead code
Tim Chevalier
-1
/
+0
2012-09-11
rustc: Remove a bunch of unused upcalls
Patrick Walton
-17
/
+2
2012-09-11
rustc: Remove the cmp type upcall
Patrick Walton
-7
/
+0
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-4
/
+4
2012-08-17
rustc: upcall_alloc_c_stack doesn't exist
Brian Anderson
-3
/
+0
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-20
/
+20
2012-07-10
Eliminate some obsolete upcalls.
Michael Sullivan
-8
/
+0
2012-07-10
Get rid of unused fields in tydescs. Closes #2351.
Michael Sullivan
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-26
/
+26
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-22
/
+22
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-6
/
+6
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-2
/
+2
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-7
/
+0
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-0
/
+4
2012-05-30
rt: Remove upcall_shared_malloc/free/realloc
Brian Anderson
-10
/
+0
2012-05-30
Various changes for self-describing vecs
Brian Anderson
-8
/
+12
2012-05-30
rt: Add upcall_exchange_malloc/free
Brian Anderson
-0
/
+7
2012-05-18
add a new debugging aid--tracing
Niko Matsakis
-0
/
+4
2012-04-25
Be a bit more cautious about marking things no-throw.
Graydon Hoare
-20
/
+26
2012-04-25
Set no-unwind attribute on all upcalls other than fail.
Graydon Hoare
-1
/
+5
2012-04-16
Get explicit unique estrs working.
Graydon Hoare
-3
/
+6
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-1
/
+1
2012-04-02
Construct new strings through upcalls.
Graydon Hoare
-0
/
+3
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-6
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+6
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-6
/
+0
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-1
/
+1
2012-03-19
Send string concatenation to specialized upcall, shave 17s off librustc compi...
Graydon Hoare
-0
/
+4
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-7
/
+0
2012-03-16
Get rid of rust_crate_cache in the runtime
Marijn Haverbeke
-7
/
+0
2012-03-15
Remove dynastack code from compiler
Marijn Haverbeke
-10
/
+0
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-4
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+130