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