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
/
librustc
Age
Commit message (
Expand
)
Author
Lines
2013-01-14
allowing the entry point name to be something other than main
ILyoan
-14
/
+61
2013-01-13
Add FIXME's for #4404. Android JNI hacks
Brian Anderson
-0
/
+2
2013-01-13
Support ARM and Android
kyeongwoon
-19
/
+164
2013-01-13
Merge pull request #4459 from jld/constenum
Tim Chevalier
-49
/
+70
2013-01-13
Make vectors (& old ports) of zero-size types allocate one byte each.
Jed Davis
-3
/
+15
2013-01-13
Make empty structs debug-printable
Jed Davis
-5
/
+8
2013-01-13
Correct (I hope) amd64 ABI handling for empty structs
Jed Davis
-14
/
+14
2013-01-13
One more place where for loops and their bodies need to be unconfused.
Jed Davis
-1
/
+1
2013-01-13
Fix long lines in for loop trans change
Jed Davis
-7
/
+9
2013-01-13
For `for` loop bodies, translate the type of the closure
Niko Matsakis
-11
/
+35
2013-01-13
Make () actually size 0
Jed Davis
-19
/
+2
2013-01-11
Omit needless zeroes for C-like variants of non-C-like enums
Jed Davis
-12
/
+1
2013-01-11
Allow consts to be non-nullary enum constructors
Jed Davis
-1
/
+20
2013-01-11
Allow consts' LLVM types to depend on their initializers.
Jed Davis
-12
/
+22
2013-01-11
Factor out base::get_discrim_val from const translation
Jed Davis
-24
/
+27
2013-01-11
Merge pull request #4445 from apasel422/notop
Tim Chevalier
-42
/
+52
2013-01-11
Make ast_util::path_name_i take a slice vector, eliminate a bad copy
Tim Chevalier
-2
/
+1
2013-01-11
allow logical negation operator (!) to be overloaded
Andrew Paseltiner
-42
/
+52
2013-01-10
librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson
Patrick Walton
-29
/
+50
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-2055
/
+2768
2013-01-10
Properly suppress derived type error messages
Tim Chevalier
-14
/
+7
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-36
/
+52
2013-01-10
librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis
Patrick Walton
-33
/
+43
2013-01-10
librustc: Allow the type parameter version of `Self` to be spelled with a cap...
Patrick Walton
-0
/
+6
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-1461
/
+1415
2013-01-09
rustc: more fallout from 2db3abd
Graydon Hoare
-0
/
+2
2013-01-09
core: rename vec.filter to vec.filtered
Erick Tryzelaar
-4
/
+4
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-37
/
+57
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-137
/
+385
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-382
/
+137
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-137
/
+382
2013-01-08
Implement GLB algorithm. (Issue #2263)
Niko Matsakis
-105
/
+503
2013-01-08
Inject std when --test. #1127, #3241
Brian Anderson
-10
/
+42
2013-01-08
arrange core::os::consts
ILyoan
-11
/
+30
2013-01-08
Remove ret_style and instead check whether fn return type is bot
Niko Matsakis
-139
/
+57
2013-01-08
Make `self` visible when typechecking nested functions
Tim Chevalier
-6
/
+12
2013-01-08
Suppress error messages about function types whose result is ty_err
Tim Chevalier
-1
/
+10
2013-01-08
Rename identifiers that still use 'alt' to use 'match'
Lindsey Kuper
-86
/
+87
2013-01-07
Support assignability for struct fields. r=pcwalton
Niko Matsakis
-3
/
+5
2013-01-07
Revert "Suppress type error message involving a function type whose result is...
Tim Chevalier
-8
/
+0
2013-01-07
Revert "Change the self def_id to a self_info in typeck, and inherit"
Tim Chevalier
-12
/
+6
2013-01-07
Revert "Improve a typeck ICE message (slightly)"
Tim Chevalier
-3
/
+2
2013-01-07
Change the self def_id to a self_info in typeck, and inherit
Tim Chevalier
-6
/
+12
2013-01-07
Revert "xfail broken tests"
Tim Chevalier
-3
/
+2
2013-01-07
xfail broken tests
Tim Chevalier
-2
/
+3
2013-01-07
Suppress type error message involving a function type whose result is ty_err
Tim Chevalier
-0
/
+8
2013-01-07
Improve a typeck ICE message (slightly)
Tim Chevalier
-2
/
+3
2013-01-07
librustc: Fix some librustc test modes. rs=bustage
Patrick Walton
-3
/
+3
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-867
/
+1216
2013-01-07
Merge pull request #4357 from jld/constenum-bonus-fix
Tim Chevalier
-1
/
+1
[next]