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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2012-08-24
Eliminate match checks in trans and typeck
Tim Chevalier
-1
/
+1
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-40
/
+39
2012-08-24
rustc: Add flag for enabling GC.
Elliott Slaughter
-0
/
+4
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-19
/
+19
2012-08-22
rustc: add all the pretty printer modes to error message
Erick Tryzelaar
-2
/
+3
2012-08-22
intern identifiers
Paul Stansifer
-17
/
+30
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-10
/
+22
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-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+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
-3
/
+2
2012-08-07
Add minor debug mode for measuring type sizes, helper for #3025.
Graydon Hoare
-1
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-35
/
+35
2012-08-05
Switch alts to use arrows
Brian Anderson
-101
/
+94
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
-33
/
+38
2012-08-01
Clean out transitional lint.
Graydon Hoare
-5
/
+0
2012-07-31
rustc: "paramerization" -> "parameterization" in driver
Patrick Walton
-1
/
+1
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-43
/
+43
2012-07-31
std: getopts::match -> matches
Brian Anderson
-1
/
+1
2012-07-30
Frontend bits for #2317, general const-expr classification.
Graydon Hoare
-0
/
+3
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-19
/
+19
2012-07-30
Feed the interner to the pretty-printer, in anticipation of pretty-printing t...
Paul Stansifer
-1
/
+2
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-2
/
+2
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-25
/
+51
2012-07-25
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
Patrick Walton
-0
/
+3
2012-07-25
Added debug flag to enable LLVM debug output.
Elliott Slaughter
-1
/
+7
2012-07-23
Add debug flag to turn off landing pads.
Elliott Slaughter
-1
/
+4
2012-07-23
Move fail upcall into rust libcore.
Elliott Slaughter
-3
/
+4
2012-07-20
Remove what's left of resolve1
Tim Chevalier
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-20
/
+29
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-3
/
+0
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-219
/
+224
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-9
/
+9
2012-07-12
Merge remote-tracking branch 'origin/dist-snap' into incoming
Graydon Hoare
-4
/
+4
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-3
/
+11
2012-07-11
new option to note where purity is req'd
Niko Matsakis
-1
/
+5
2012-07-11
add ability to report statistics about how borrowck is being used
Niko Matsakis
-3
/
+6
2012-07-11
Fix some version numbers.
Graydon Hoare
-4
/
+4
2012-07-10
rustc: Introduce a coherence checker, behind a compile switch for now
Patrick Walton
-3
/
+3
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-20
/
+3
2012-07-09
Revert "rustc: Switch over to resolve3" due to Linux failures
Patrick Walton
-3
/
+20
2012-07-09
rustc: Switch over to resolve3
Patrick Walton
-20
/
+3
2012-07-09
rustc: Add some changes I missed
Patrick Walton
-3
/
+20
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-20
/
+3
[next]