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
/
driver
/
driver.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-23
core: Demode option
Brian Anderson
-4
/
+4
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-1
/
+1
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+1
2012-09-20
syntax: Pass the correct crate_cfg to the syntax expander
Brian Anderson
-1
/
+1
2012-09-20
Remove export_map from resolve, just use export_map2.
Graydon Hoare
-2
/
+1
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+9
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-7
/
+9
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-1
/
+1
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-24
/
+21
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-21
/
+24
2012-09-11
Make moves explicit in rustc
Tim Chevalier
-1
/
+1
2012-09-10
rustc: Stop calling cmp shape glue in trans.
Patrick Walton
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-07
Do not copy values of type () or _|_
Niko Matsakis
-3
/
+6
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-04
rustc: Implement private methods.
Patrick Walton
-1
/
+1
2012-09-04
rustc: Implement private fields for max/min classes
Patrick Walton
-0
/
+3
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-16
/
+16
2012-08-31
jit: Correct formatting and argv[0] for JITted programs
Zack Corr
-3
/
+7
2012-08-31
Add experimental JIT compiler
Zack Corr
-1
/
+5
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+6
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-1
/
+1
2012-08-28
CamelCasify lots of std
Ben Striegel
-2
/
+2
2012-08-28
rustc: Add cfg(gc) and cfg(nogc).
Elliott Slaughter
-9
/
+16
2012-08-27
Convert core::result to camel case
Brian Anderson
-5
/
+5
2012-08-26
Camel case the option type
Brian Anderson
-40
/
+40
2012-08-25
Fix more unused variable warnings
Brian Anderson
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-34
/
+31
2012-08-24
rustc: Add flag for enabling GC.
Elliott Slaughter
-0
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-22
rustc: add all the pretty printer modes to error message
Erick Tryzelaar
-2
/
+3
2012-08-22
intern identifiers
Paul Stansifer
-15
/
+18
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-8
/
+8
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-3
/
+0
2012-08-17
rustc: Remove the impl map
Patrick Walton
-3
/
+3
2012-08-17
rustc: Encode reexports in the metadata and don't have each_path search tag_p...
Patrick Walton
-1
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
rustc: Remove some uses of impl_map
Brian Anderson
-1
/
+0
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-25
/
+25
2012-08-05
Switch alts to use arrows
Brian Anderson
-74
/
+67
2012-08-02
Add target_word_size cfg variable
Graydon Hoare
-4
/
+5
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-12
/
+10
2012-08-01
Convert ret to return
Brian Anderson
-25
/
+27
2012-07-31
rustc: "paramerization" -> "parameterization" in driver
Patrick Walton
-1
/
+1
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-30
/
+30
2012-07-31
std: getopts::match -> matches
Brian Anderson
-1
/
+1
[next]