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-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-4841
/
+5808
2012-09-05
Mark crate metadata with a version tag. Close #3390.
Graydon Hoare
-1
/
+7
2012-09-05
fix issue #3222
Vincent Belliard
-4
/
+4
2012-09-04
Remove 'with'
Brian Anderson
-23
/
+23
2012-09-04
std: Camel case list
Brian Anderson
-4
/
+4
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-216
/
+216
2012-09-03
rustc: Run all intrinsics through the monomorphiser
Brian Anderson
-39
/
+22
2012-09-03
Fix cross-crate inlining of intrinsics
Brian Anderson
-1
/
+29
2012-09-03
rustc: Fix an LLVM assertion that tripped when borrowing a by-val method rece...
Patrick Walton
-7
/
+7
2012-09-02
rustc: Don't translate the expression twice when adapting a borrowed method r...
Patrick Walton
-1
/
+4
2012-09-01
Demode reinterpret_cast
Brian Anderson
-5
/
+5
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-25
/
+24
2012-08-31
Add a morestack_addr (temporary) intrinsic
Brian Anderson
-0
/
+10
2012-08-31
Tag things that have to do with default methods with issue #2794.
Lindsey Kuper
-1
/
+1
2012-08-31
Remove deprecated modes from list.rs (and temporarily delete list::push)
Kevin Cantu
-1
/
+1
2012-08-31
rustc: Implement "use mod"
Patrick Walton
-1
/
+1
2012-08-30
rustc: "extern mod { ... }" should be written "extern { ... }" instead
Patrick Walton
-1
/
+0
2012-08-30
rustc: Make the compiler no longer ICE on unused foreign constants
Patrick Walton
-1
/
+4
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-4
/
+124
2012-08-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-29
Camel case more std types
Brian Anderson
-2
/
+2
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-7
/
+7
2012-08-27
Camel case various core constructors
Brian Anderson
-4
/
+4
2012-08-27
rustc: Avoid an allocation on every GEPi
Patrick Walton
-114
/
+110
2012-08-27
rustc: fix the unused pattern vars warnings.
Erick Tryzelaar
-20
/
+20
2012-08-27
rustc: When landing pads are off, avoid skipping cleanup code.
Elliott Slaughter
-2
/
+10
2012-08-27
rustc: Break cyclical dependence between emit_tydescs and gen_shape_tables.
Elliott Slaughter
-0
/
+41
2012-08-26
Camel case the option type
Brian Anderson
-509
/
+509
2012-08-26
rustc: Use memmove in unsafe::reinterpret_cast (issue #3025).
Patrick Walton
-3
/
+6
2012-08-26
rustc: Use memset when zeroing allocas out (issue #3025).
Patrick Walton
-2
/
+30
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-3
/
+17
2012-08-24
Remove match check
Tim Chevalier
-16
/
+6
2012-08-24
Eliminate match checks in trans and typeck
Tim Chevalier
-92
/
+156
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-7
/
+8
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-22
/
+23
2012-08-24
rustc: Add flag for enabling GC.
Elliott Slaughter
-0
/
+7
2012-08-24
rustc: Don't emit metadata for default and GC box addrspaces.
Elliott Slaughter
-8
/
+10
2012-08-24
rustc: Fix for updated macro syntax.
Elliott Slaughter
-2
/
+2
2012-08-24
rustc: Emit index of tydescs by addrspace.
Elliott Slaughter
-0
/
+10
2012-08-24
rustc: Root resources with addrspaces.
Elliott Slaughter
-36
/
+108
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-11
/
+11
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-3
/
+6
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-1
/
+1
2012-08-23
Remove old-moded atomic intrinsics (#3200)
Ben Blum
-19
/
+11
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-142
/
+142
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-1
/
+1
2012-08-22
remove a debug print statement moving out of enums
Ben Blum
-1
/
+0
2012-08-22
Compile moving out of enums (#2329)
Ben Blum
-6
/
+9
2012-08-22
Parse and typecheck moving out of enums (#2329)
Ben Blum
-0
/
+5
2012-08-22
intern identifiers
Paul Stansifer
-99
/
+122
[prev]
[next]