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
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2014-11-03
Add a 4th space for associated types defined in a trait (currently unused)
Niko Matsakis
-5
/
+7
2014-11-03
Clean-up transmutes in librustc
Ariel Ben-Yehuda
-6
/
+9
2014-11-03
rollup merge of #18545 : luqmana/fix-18539
Alex Crichton
-1
/
+1
2014-11-03
rollup merge of #18518 : bkoropoff/issue-18514
Alex Crichton
-1
/
+5
2014-11-03
rollup merge of #18505 : bkoropoff/issue-18487
Alex Crichton
-13
/
+19
2014-11-02
librustc: Check if return type is void not zero-sized for fn->closure wrapper.
Luqman Aden
-1
/
+1
2014-11-01
Monomorphize method types in Typer impl for BlockS
Brian Koropoff
-1
/
+5
2014-11-01
collections: Remove all collections traits
Alex Crichton
-1
/
+0
2014-10-31
Fix trans of index overload expressions with DST result types
Brian Koropoff
-13
/
+19
2014-11-01
Remove FnStyle from DefFn and DefStaticMethod
Nick Cameron
-10
/
+10
2014-10-31
auto merge of #18440 : japaric/rust/hash, r=alexcrichton
bors
-5
/
+5
2014-10-31
trans: use types from argument patterns instead of the function signature.
Eduard Burtescu
-9
/
+14
2014-10-31
DSTify Hash
Jorge Aparicio
-5
/
+5
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-4
/
+4
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-15
/
+15
2014-10-30
rollup merge of #18452 : bkoropoff/issue-18425
Alex Crichton
-19
/
+16
2014-10-30
rollup merge of #18413 : bkoropoff/issue-18412
Alex Crichton
-3
/
+5
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-4
/
+4
2014-10-29
Fix ICE translating array repeat expr of non-Copy type
Brian Koropoff
-19
/
+16
2014-10-29
Update infrastructure for fail -> panic
Steve Klabnik
-3
/
+3
2014-10-29
Rename fail! to panic!
Steve Klabnik
-50
/
+50
2014-10-28
Fix ICE assigning methods to local variables
Brian Koropoff
-3
/
+5
2014-10-28
Address review comments
Jakub Bukaj
-6
/
+3
2014-10-28
Remove ty_bot from the type system
Jakub Bukaj
-276
/
+346
2014-10-28
Update code with new lint names
Aaron Turon
-15
/
+15
2014-10-27
Fix monomorphization of unboxed closures
Brian Koropoff
-80
/
+93
2014-10-27
rollup merge of #18332 : jbcrail/fix-comments
Alex Crichton
-2
/
+2
2014-10-27
rollup merge of #18250 : dotdash/fix_aliasing
Alex Crichton
-2
/
+2
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-2
/
+2
2014-10-25
auto merge of #18080 : veddan/rust/assume, r=thestinger
bors
-0
/
+2
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-18
/
+21
2014-10-23
Fix codegen breaking aliasing rules for functions with sret results
Björn Steinbrink
-2
/
+2
2014-10-22
Part of #6993. Moved a bunch of uses of Ident to Name
Jonathan S
-22
/
+16
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-206
/
+209
2014-10-18
auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichton
bors
-6
/
+30
2014-10-18
auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelix
bors
-138
/
+252
2014-10-16
Fix translation of unboxing shim for rust-call ABI methods
Brian Koropoff
-6
/
+30
2014-10-16
Fix soundness bug in treatment of closure upvars by regionck
Brian Koropoff
-1
/
+1
2014-10-16
librustc: Remove special case for old reflection visitor.
Luqman Aden
-18
/
+0
2014-10-16
librustc: Remove trans::reflect and the opaque and ty_visitor lang items.
Luqman Aden
-459
/
+0
2014-10-16
librustc: Stop generating visit glue and remove from TyDesc.
Luqman Aden
-95
/
+0
2014-10-16
librustc: Remove visit_tydesc intrinsic.
Luqman Aden
-7
/
+0
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-90
/
+116
2014-10-16
Add assume intrinsic
Viktor Dahl
-0
/
+2
2014-10-15
fix stupid error
Ariel Ben-Yehuda
-2
/
+3
2014-10-15
improve the comments on integer overflow safety
Ariel Ben-Yehuda
-3
/
+6
2014-10-15
prevent the creation of integers too big for the target architecture
Ariel Ben-Yehuda
-5
/
+22
2014-10-15
response for review comments
Ariel Ben-Yehuda
-7
/
+7
2014-10-15
Add a compile-time error when oversized types are used
Ariel Ben-Yehuda
-65
/
+142
2014-10-15
Use the correct LLVM integer sizes
Ariel Ben-Yehuda
-73
/
+89
[prev]
[next]