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-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-13
/
+13
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-135
/
+136
2012-03-14
rustc: Fix a couple of bugs that prevented taking addresses of rvalues
Patrick Walton
-4
/
+5
2012-03-14
rustc: Autoderef through region pointers
Patrick Walton
-0
/
+4
2012-03-14
Add crude support for casts in constant expressions
Marijn Haverbeke
-35
/
+59
2012-03-13
rustc: Don't make the while loop body's basic block a child of the condition
Brian Anderson
-4
/
+6
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-13
/
+13
2012-03-13
Use type size/alignment of target, rather than host, in debuginfo
Marijn Haverbeke
-70
/
+24
2012-03-13
rustc: Teach trans::alt.rs about exhaustive alts
Marijn Haverbeke
-72
/
+82
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-32
/
+31
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+2
2012-03-12
Revert "rustc: Add node IDs to AST types so we can associate them with region...
Patrick Walton
-2
/
+1
2012-03-12
rustc: Add node IDs to AST types so we can associate them with region environ...
Patrick Walton
-1
/
+2
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-5
/
+5
2012-03-10
core: Rename vec::tail_n to vec::tailn to match other fns
Brian Anderson
-1
/
+1
2012-03-09
Add an infinite loop construct
Tim Chevalier
-1
/
+16
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-11
/
+12
2012-03-08
rustc: Add some missing cases in various folds for reference types and some b...
Patrick Walton
-2
/
+8
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-2
/
+2
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-1
/
+11
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-6
/
+5
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-288
/
+233
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-1
/
+5
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-4
/
+19
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+6
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-6
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+6
2012-03-07
Fix #1503 in a saner way
Marijn Haverbeke
-9
/
+5
2012-03-06
make inline enabled by default
Niko Matsakis
-1
/
+1
2012-03-06
Make trans pass responsible for pulling in inlined functions
Marijn Haverbeke
-101
/
+73
2012-03-05
rustc: Use std::util::unreachable
Brian Anderson
-1
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-16
/
+16
2012-03-05
give user control of whether we use inline hint or inline always
Niko Matsakis
-2
/
+17
2012-03-05
set LLVM inline hint for all #[inline] methods, whether CC or local
Niko Matsakis
-6
/
+18
2012-03-05
rustc: Remove remaining non-inbounds GEPs
Brian Anderson
-3
/
+3
2012-03-04
Translate simple classes
Tim Chevalier
-28
/
+178
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+11346
[prev]