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
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Remove the empty tuple of tydescs from closures. Closes #2531.
Michael Sullivan
-4
/
+0
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-1
/
+1
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-60
/
+61
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
-59
/
+59
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-15
/
+22
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-25
/
+25
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-75
/
+75
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-7
/
+5
2012-06-21
Rename upcall_malloc_dyn to just upcall_malloc.
Michael Sullivan
-6
/
+6
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-4
/
+7
2012-06-19
rustc: Add a temporary option to not link to the runtime
Brian Anderson
-2
/
+4
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-06-13
Box AST idents
Brian Anderson
-27
/
+28
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-3
/
+1
2012-06-07
fix compiletest deadlock on freebsd
Jyun-Yan You
-6
/
+7
2012-06-06
rustc: Add comments about linking to libm
Brian Anderson
-1
/
+6
2012-06-06
fix link error
Jyun-Yan You
-1
/
+1
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-29
rustc: Move filesearch into metadata mod
Brian Anderson
-2
/
+2
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-24
remove dead assignments
Niko Matsakis
-4
/
+3
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-12
/
+6
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-18
add a new debugging aid--tracing
Niko Matsakis
-0
/
+4
2012-05-18
use -Z to distinguish internal debugging options
Niko Matsakis
-5
/
+5
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-11
/
+11
2012-05-17
Comments only: annotate FIXMEs in back-end and driver
Tim Chevalier
-1
/
+3
2012-05-14
rustc: Break metadata's dependency on link
Brian Anderson
-6
/
+4
2012-05-14
Instantiate per-type iface-based visit_glue when intrinsic ifaces present.
Graydon Hoare
-1
/
+1
2012-05-03
Turn constants in back::abi into uints, and propagate types
Tim Chevalier
-45
/
+44
2012-05-01
Fix symbol mangling in the presence of trailing version numbers.
Graydon Hoare
-0
/
+8
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
/
+9
2012-04-16
rustc: -L also indicates the location of native libraries
Brian Anderson
-0
/
+16
2012-04-13
rustc: Don't hardcode -lm
Brian Anderson
-3
/
+0
2012-04-07
rustc: Hash the CMH into symbol names
Brian Anderson
-2
/
+1
2012-04-07
rustc: Append the crate version to symbols
Brian Anderson
-4
/
+2
2012-04-07
Revert "Mangle exported names using node IDs rather than types"
Brian Anderson
-5
/
+6
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-11
/
+11
2012-04-05
Mangle exported names using node IDs rather than types
Tim Chevalier
-6
/
+5
2012-04-02
Construct new strings through upcalls.
Graydon Hoare
-0
/
+3
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
2012-03-29
rustc: Remove the session dependency from front::attr
Brian Anderson
-1
/
+1
[next]