| Age | Commit message (Expand) | Author | Lines |
| 2016-08-02 | Rollup merge of #35141 - eddyb:assert-mir-debug, r=nagisa | Seo Sanghyeon | -0/+1 |
| 2016-08-02 | Rollup merge of #35140 - the-kenny:tcp-stress-test-const-thread-count, r=alex... | Seo Sanghyeon | -2/+5 |
| 2016-08-02 | Rollup merge of #35134 - frewsxcv:slice-chunks, r=GuillaumeGomez | Seo Sanghyeon | -9/+7 |
| 2016-08-02 | Rollup merge of #35114 - michaelwoerister:inline-meta-to-hir-map, r=eddyb | Seo Sanghyeon | -175/+335 |
| 2016-08-02 | Rollup merge of #35033 - jakllsch:remaining_cpu_x86-64, r=alexcrichton | Seo Sanghyeon | -0/+3 |
| 2016-08-02 | Rollup merge of #34802 - petrochenkov:call, r=eddyb | Seo Sanghyeon | -282/+20 |
| 2016-08-01 | Auto merge of #34830 - michaelwoerister:internal-closures, r=nikomatsakis | bors | -41/+145 |
| 2016-08-01 | Add test case for large number of closures within one codegen unit | Michael Woerister | -0/+48 |
| 2016-08-01 | trans: Avoid weak linkage for closures when linking with MinGW. | Michael Woerister | -41/+97 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -175/+335 |
| 2016-08-01 | tcp-stress-test.rs: Only spawn 200 threads. | Moritz Ulrich | -1/+1 |
| 2016-07-31 | Auto merge of #35130 - sanxiyn:unused-type-parameter-error, r=nrc | bors | -7/+43 |
| 2016-07-31 | Auto merge of #35151 - bcully:bcully/pr-35149, r=alexcrichton | bors | -0/+1 |
| 2016-07-31 | Add libarena from local rust to stage0 | Brendan Cully | -0/+1 |
| 2016-07-31 | Auto merge of #35143 - arielb1:rfc447-regions, r=eddyb | bors | -71/+83 |
| 2016-07-31 | typeck: use a TypeVisitor in ctp | Ariel Ben-Yehuda | -71/+83 |
| 2016-07-31 | rustc_trans: apply the debug location for the MIR Assert panic call. | Eduard Burtescu | -0/+1 |
| 2016-07-31 | Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1 | bors | -53/+123 |
| 2016-07-31 | tcp-stress-test: Factor out thread count as constant. | Moritz Ulrich | -2/+5 |
| 2016-07-31 | Auto merge of #34251 - zackmdavis:forbidden_on_whose_authority, r=Manishearth | bors | -6/+19 |
| 2016-07-31 | Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closu... | Vadim Petrochenkov | -282/+20 |
| 2016-07-31 | Auto merge of #35129 - tmiasko:suggest-print-target-list, r=nagisa | bors | -2/+5 |
| 2016-07-31 | Suggest use of `--print target-list` when target is not found. | Tomasz Miąsko | -2/+5 |
| 2016-07-30 | Auto merge of #35060 - japaric:arm-musl, r=alexcrichton | bors | -19/+133 |
| 2016-07-30 | Rewrite `slice::chunks` doc example to not require printing. | Corey Farwell | -9/+7 |
| 2016-07-30 | Auto merge of #35004 - asomers:master, r=alexcrichton | bors | -1/+3 |
| 2016-07-30 | Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis | bors | -73/+103 |
| 2016-07-30 | diagnostically note source of overruling outer forbid | Zack M. Davis | -6/+19 |
| 2016-07-30 | return TargetResult | Jorge Aparicio | -12/+12 |
| 2016-07-30 | point the libc submodule back to rust-lang/libc | Jorge Aparicio | -0/+0 |
| 2016-07-30 | remove some `any`s that are no longer necessary | Jorge Aparicio | -3/+3 |
| 2016-07-30 | rustc_back/target: remove musl_base | Jorge Aparicio | -76/+3 |
| 2016-07-30 | arm-musl: statically link to libunwind | Jorge Aparicio | -1/+1 |
| 2016-07-30 | arm-musl: set max_atomic_width | Jorge Aparicio | -0/+3 |
| 2016-07-30 | arm-musl targets now use cfg(env = "musl") | Jorge Aparicio | -15/+7 |
| 2016-07-30 | Add ARM MUSL targets. | Timon Van Overveldt | -8/+200 |
| 2016-07-30 | Update gcc crate dependency to 0.3.27. | Timon Van Overveldt | -14/+14 |
| 2016-07-30 | Auto merge of #35069 - wesleywiser:too_many_symbols, r=alexcrichton | bors | -7/+2 |
| 2016-07-30 | Auto merge of #35117 - aravind-pg:path, r=alexcrichton | bors | -0/+9 |
| 2016-07-31 | Suppress unused type parameter error when type has error field | Seo Sanghyeon | -7/+43 |
| 2016-07-30 | Auto merge of #35127 - Manishearth:rollup, r=Manishearth | bors | -348/+338 |
| 2016-07-30 | Rollup merge of #35106 - xen0n:issue-35082, r=alexcrichton | Manish Goregaokar | -1/+9 |
| 2016-07-30 | Rollup merge of #35104 - frewsxcv:linked-list-append, r=steveklabnik | Manish Goregaokar | -11/+14 |
| 2016-07-30 | Rollup merge of #35094 - mcarton:multispan, r=jonathandturner | Manish Goregaokar | -4/+15 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -233/+119 |
| 2016-07-30 | Rollup merge of #35080 - jonathandturner:fix_numeric_expected_found, r=nikoma... | Manish Goregaokar | -41/+43 |
| 2016-07-30 | Rollup merge of #35063 - jseyfried:avoid_importing_inaccessible_names, r=nrc | Manish Goregaokar | -58/+43 |
| 2016-07-30 | Rollup merge of #35058 - jethrogb:no_panic_abs, r=alexcrichton | Manish Goregaokar | -0/+84 |
| 2016-07-30 | Rollup merge of #35049 - knight42:add-test, r=alexcrichton | Manish Goregaokar | -0/+11 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -10/+36 |