about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2017-04-26added moveChristian Poveda-1/+1
2017-04-25rewrote the thread struct docsChristian Poveda-7/+12
2017-04-25Auto merge of #40434 - mattico:splice-update, r=alexcrichtonbors-8/+449
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-27/+55
2017-04-24Add Splice forget testMatt Ickstadt-0/+15
2017-04-24Auto merge of #40634 - GuillaumeGomez:refcell-docs, r=steveklabnikbors-0/+9
2017-04-24Add more explanation on RefCell::get_mutGuillaume Gomez-0/+9
2017-04-24Auto merge of #41494 - withoutboats:associated-consts-are-not-object-safe, r=...bors-0/+37
2017-04-24Feature gate in test.Without Boats-0/+2
2017-04-24Style.Without Boats-3/+3
2017-04-24Fix type error.Without Boats-1/+1
2017-04-24Add compile-fail test.Without Boats-1/+27
2017-04-23Associated consts are not object safe.Without Boats-0/+9
2017-04-23Add splice to the unstable book.Matt Ickstadt-0/+25
2017-04-23Use Vec::splice impl in string::Splice::drop()Matt Ickstadt-15/+1
2017-04-23Improve splice docs and testsMatt Ickstadt-4/+97
2017-04-23Update splice implMatt Ickstadt-6/+22
2017-04-23Add Vec::splice and String::spliceSimon Sapin-7/+313
2017-04-23Auto merge of #41486 - arielb1:select-where, r=eddybbors-1/+6
2017-04-23Auto merge of #41485 - arielb1:dtorck-constraint, r=eddybbors-447/+320
2017-04-23cache ADT dtorck resultsAriel Ben-Yehuda-398/+299
2017-04-23traits::select: quickly filter out predicates from other traitsAriel Ben-Yehuda-1/+6
2017-04-23FIN: windows-gnu: statically link gcc_s, pthread with llvmTim Neumann-0/+5
2017-04-23FIN: Compile LLVM with -fno-omit-frame-pointer on 32bit MinGW buildsTim Neumann-0/+7
2017-04-23FIN: switch appveryor to mingw with posix threadsTim Neumann-4/+4
2017-04-23FIN: ignore failing test on emscripten, see #41299Tim Neumann-0/+2
2017-04-23FIN: update appveyor mingw descriptionTim Neumann-16/+5
2017-04-23FIN: build comiler-rt wihout Thumb on armTim Neumann-0/+6
2017-04-23FIN: disable backtrace printing for panic-runtime/abort* on ARMTim Neumann-2/+21
2017-04-23FIN: update emscripten builderTim Neumann-5/+5
2017-04-23FIN/CRT: adopt all applicable rust compiler-rt patchesTim Neumann-0/+0
2017-04-23FIN/LLVM: new rust patches required for 4.0Tim Neumann-0/+0
2017-04-23FIN/LLVM: adopt all applicable rust llvm patchesTim Neumann-0/+0
2017-04-23FIN: update to upstream (llvm 4.0.1 + fastcomp 1.37.10) & compiler-rt 4.0Tim Neumann-0/+0
2017-04-23clean-up adt_sized_constraint now that it uses on-demandAriel Ben-Yehuda-49/+21
2017-04-23Auto merge of #41408 - eddyb:poly-const-eval, r=arielb1bors-219/+331
2017-04-23rustc_const_eval: support all unit enum variants.Eduard-Mihai Burtescu-67/+180
2017-04-23rustc_const_eval: CallOn isn't needed, typeck/const-qualif handle those cases.Eduard-Mihai Burtescu-3/+1
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-149/+150
2017-04-23Auto merge of #41437 - cuviper:remove-unstable-deprecated, r=alexcrichtonbors-1284/+103
2017-04-22Remove unused import.Corey Farwell-1/+1
2017-04-22Auto merge of #41469 - arielb1:rustc-spring-cleaning, r=eddybbors-185/+322
2017-04-22bail out of selection when there are multiple surviving candidatesAriel Ben-Yehuda-7/+7
2017-04-22add a cache to impl_polarityAriel Ben-Yehuda-16/+15
2017-04-22allocate less strings in `symbol_names`Ariel Ben-Yehuda-52/+52
2017-04-22weak_lang_items: check for `lang` attribute before calling `value_str`Ariel Ben-Yehuda-3/+4
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-23/+85
2017-04-22short-cut SharedCrateContext::layout_ofAriel Ben-Yehuda-28/+38
2017-04-22avoid calling `mk_region` unnecessarilyAriel Ben-Yehuda-55/+85
2017-04-22remove cleanup branches to the resume blockAriel Ben-Yehuda-1/+36