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
/
base.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-2779
/
+0
2012-11-06
rustc: reuse const vals, translate fn paths as consts. Close #2530.
Graydon Hoare
-0
/
+1
2012-11-05
rustc: Stop declaring unused upcalls
Brian Anderson
-2
/
+1
2012-11-02
rustc: Implement translation of pattern matching for tuple structs and unit-l...
Patrick Walton
-2
/
+4
2012-10-26
rustc: Translate monomorphic intra-crate automatically-derived methods that f...
Patrick Walton
-1
/
+42
2012-10-25
rustc: Translate tuple struct constructors
Patrick Walton
-8
/
+83
2012-10-23
rustc: Implement construction of monomorphic struct-like variants. r=nmatsakis
Patrick Walton
-1
/
+1
2012-10-23
Remove <- operator from the compiler
Tim Chevalier
-7
/
+2
2012-10-23
rustc: Implement typechecking for simple monomorphic derivable traits on mono...
Patrick Walton
-2
/
+11
2012-10-22
Long lines
Brian Anderson
-1
/
+2
2012-10-22
Merge pull request #3826 from jdm/doublefail
Brian Anderson
-1
/
+1
2012-10-22
Preliminary support for labeled break/continue for `loop`s
Tim Chevalier
-3
/
+4
2012-10-21
Fix ICE stemming from use of unique pointers in unreachable blocks.
Josh Matthews
-1
/
+1
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-3
/
+3
2012-10-15
rustc: Implement monomorphic default methods. r=nmatsakis
Patrick Walton
-68
/
+26
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-75
/
+4
2012-10-11
Update FIXME numbers
Tim Chevalier
-1
/
+1
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-4
/
+75
2012-10-08
remove ctor from ast
Niko Matsakis
-75
/
+4
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+1
2012-10-05
rustc: Add a new method_self method call origin. Part of default methods.
Patrick Walton
-3
/
+12
2012-10-05
rustc: Thread a self type through trans_impl; fix cross-crate trait issue
Patrick Walton
-6
/
+13
2012-10-05
rustc: Translate default methods on traits for each impl in which they're use...
Patrick Walton
-5
/
+27
2012-10-05
Revert "wip"
Tim Chevalier
-1
/
+1
2012-10-05
wip
Tim Chevalier
-1
/
+1
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-16
/
+4
2012-10-03
rustc: Fix ICE when de-exporting rt
Patrick Walton
-3
/
+8
2012-10-03
rustc: Unbreak old-style boxed traits
Patrick Walton
-1
/
+1
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-27
core: More option demoding
Brian Anderson
-2
/
+2
2012-09-26
Remove spurious by-ref argument to destructors
Tim Chevalier
-6
/
+4
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-8
/
+8
2012-09-26
Allow hashmaps to infer their types
Erick Tryzelaar
-13
/
+13
2012-09-25
rustc: Stop generating shape tables
Patrick Walton
-4
/
+0
2012-09-25
rustc: Fix calls to the logging function when the must_cast flag is true; sto...
Patrick Walton
-6
/
+0
2012-09-25
Revert "rustc: Stop using shape code for logging" due to ICEs
Patrick Walton
-0
/
+6
2012-09-25
rustc: Stop using shape code for logging
Patrick Walton
-6
/
+0
2012-09-23
core: Demode option
Brian Anderson
-12
/
+12
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-6
/
+6
2012-09-21
rustc: Shove the address of the box annihilator into the crate map
Patrick Walton
-3
/
+19
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-2
/
+2
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-2
/
+2
2012-09-20
fix long lines
Niko Matsakis
-1
/
+2
2012-09-20
Make + mode by-value if the type is immediate, by-ref otherwise
Niko Matsakis
-46
/
+58
2012-09-20
Remove export_map from resolve, just use export_map2.
Graydon Hoare
-21
/
+1
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-21
/
+20
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-28
/
+29
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-39
/
+39
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-39
/
+39
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-3
/
+3
[next]