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
Age
Commit message (
Expand
)
Author
Lines
2016-05-09
Rollup merge of #33370 - aochagavia:dump, r=nrc
Manish Goregaokar
-810
/
+746
2016-05-09
Rollup merge of #33224 - alexcrichton:create-exit-status, r=aturon
Manish Goregaokar
-0
/
+42
2016-05-09
doc: Fix tiny typo in vec-alloc.md
Brian Green
-1
/
+1
2016-05-09
Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon
bors
-0
/
+42
2016-05-09
rustdoc: remove artificial indentation of doctest code
Georg Brandl
-2
/
+23
2016-05-09
Fix some rebasing fallout.
Michael Woerister
-2
/
+2
2016-05-09
trans::context: Remove some tcx::tls wackiness
Michael Woerister
-4
/
+1
2016-05-09
trans: Consistently name SharedCrateContext instances 'scx'
Michael Woerister
-119
/
+119
2016-05-09
Make FixedCount partitioning handle case where codegen units have to be added.
Michael Woerister
-18
/
+17
2016-05-09
trans: Add some explanatory comments to trans::context types.
Michael Woerister
-0
/
+6
2016-05-09
trans: Make partitioning available in LocalCrateContext.
Michael Woerister
-14
/
+21
2016-05-09
Restructure trans_crate() so that codegen unit partitioning happens before cr...
Michael Woerister
-23
/
+45
2016-05-09
Make trans::collector only depend on SharedCrateContext.
Michael Woerister
-45
/
+53
2016-05-09
trans: Make glue::get_drop_glue_type() independent of CrateContext.
Michael Woerister
-20
/
+22
2016-05-09
trans: Make base::custom_coerce_unsize_info only depend on SharedCrateContext.
Michael Woerister
-6
/
+7
2016-05-09
trans: Make common::fulfill_obligation only depend on SharedCrateContext.
Michael Woerister
-77
/
+70
2016-05-09
trans: Make various trans::collector functions independent of CrateContext.
Michael Woerister
-52
/
+49
2016-05-09
trans: Make meth::get_vtable_methods() not depend on CrateContext.
Michael Woerister
-8
/
+6
2016-05-09
trans: Make normalize_and_test_predicates() not depend on CrateContext.
Michael Woerister
-6
/
+5
2016-05-09
Make trans::collector item printing methods independent of CrateContext.
Michael Woerister
-65
/
+65
2016-05-09
trans: Split LocalCrateContext ownership out of SharedCrateContext.
Michael Woerister
-134
/
+151
2016-05-09
trans: deal with the fact that ZSTs are always "initialized".
Eduard Burtescu
-7
/
+26
2016-05-09
trans: monomorphize varidiac call argument types.
Eduard Burtescu
-4
/
+5
2016-05-09
Inline RawVec::cap
Matt Brubeck
-0
/
+1
2016-05-09
Add detailed error explanation for E0504
Taylor Cramer
-1
/
+104
2016-05-09
Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddyb
bors
-0
/
+7
2016-05-09
Auto merge of #33048 - Amanieu:integer_atomics, r=alexcrichton
bors
-612
/
+600
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-739
/
+1981
2016-05-09
trans: Always lower to `frem`
Alex Crichton
-77
/
+2
2016-05-09
rustdoc: do not strip blanket impls in crate of origin
Georg Brandl
-3
/
+38
2016-05-09
Auto merge of #33484 - murarth:diagnostic-builder-fields, r=brson
bors
-0
/
+8
2016-05-09
Utilize `Result::unwrap_err` in more places.
Corey Farwell
-22
/
+22
2016-05-09
Add test to ensure that atomic types are lock-free
Amanieu d'Antras
-0
/
+92
2016-05-09
Add new atomic integer types
Amanieu d'Antras
-602
/
+418
2016-05-09
Add #[cfg(target_has_atomic)] to get atomic support for the current target
Amanieu d'Antras
-10
/
+90
2016-05-09
Fix fallout in `librustdoc` and in tests
Jeffrey Seyfried
-23
/
+33
2016-05-09
Auto merge of #33478 - xen0n:normalize-callee-trait-ref, r=eddyb
bors
-0
/
+37
2016-05-09
Refactor out `driver::lower_and_resolve`
Jeffrey Seyfried
-24
/
+34
2016-05-09
Refactor `hir::lowering::Resolver`
Jeffrey Seyfried
-99
/
+94
2016-05-09
rustdoc: fix emitting duplicate implementors in .js files
Georg Brandl
-1
/
+1
2016-05-08
Merge E0410 into E0408
Manish Goregaokar
-32
/
+22
2016-05-09
trans: monomorphize the cast destination type before using it.
Eduard Burtescu
-0
/
+13
2016-05-08
Auto merge of #33365 - birkenfeld:makehelpfix, r=alexcrichton
bors
-1
/
+1
2016-05-09
Reimplement pretty printing
Jeffrey Seyfried
-11
/
+31
2016-05-09
Resolve paths generated in the ast->hir lowerer
Jeffrey Seyfried
-76
/
+144
2016-05-09
Refactor the interface that `resolve` exposes to `driver`
Jeffrey Seyfried
-84
/
+56
2016-05-09
Move resolution to before lowering
Jeffrey Seyfried
-321
/
+398
2016-05-08
Auto merge of #33360 - alexcrichton:rustbuild-dox, r=brson
bors
-47
/
+726
2016-05-09
Temporarily unimplement pretty printing
Jeffrey Seyfried
-0
/
+6
2016-05-09
Refactor `Resolver` field `def_map` from `RefCell<DefMap>` to `DefMap`
Jeffrey Seyfried
-13
/
+12
[prev]
[next]