about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-04-25Rollup merge of #41527 - steveklabnik:gh41285, r=frewsxcvCorey Farwell-4/+9
2017-04-25Rollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfacklerCorey Farwell-1/+1
2017-04-25Rollup merge of #41500 - steveklabnik:gh37866, r=frewsxcvCorey Farwell-1/+2
2017-04-25Rollup merge of #41463 - SergioBenitez:master, r=alexcrichtonCorey Farwell-0/+151
2017-04-25Rollup merge of #41442 - tbu-:pr_writeall_interrupted, r=aturonCorey Farwell-6/+16
2017-04-25Rollup merge of #39983 - AndrewGaspar:rust-windbg, r=brsonCorey Farwell-1/+24
2017-04-25Fix object safety violations in the testVadim Petrochenkov-23/+48
2017-04-25privacy: Rename and cleanup PrivacyVisitorVadim Petrochenkov-72/+40
2017-04-25Check privacy of trait items in all contextsVadim Petrochenkov-176/+162
2017-04-25Auto merge of #41362 - alexcrichton:run-cargot-ests, r=aturonbors-31/+47
2017-04-25Auto merge of #40434 - mattico:splice-update, r=alexcrichtonbors-8/+449
2017-04-25Clarify the doc indexsteveklabnik-4/+9
2017-04-24Add cautions to io::get_mut method documentation.Sergio Benitez-0/+8
2017-04-24Reference tracking issue for more_io_inner_methods.Sergio Benitez-6/+8
2017-04-24Add more_io_inner_methods feature to unstable book.Sergio Benitez-0/+10
2017-04-24Add internal accessor methods to io::{Chain, Take}.Sergio Benitez-0/+131
2017-04-24Adds rust-windbg.cmd scriptAndrew Gaspar-1/+24
2017-04-25Fix a copy-paste error in `Instant::sub_duration`Tobias Bucher-1/+1
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-7/+46
2017-04-24Run tests for the cargo submodule in treeAlex Crichton-31/+47
2017-04-24Add Splice forget testMatt Ickstadt-0/+15
2017-04-24Add more explanation on RefCell::get_mutGuillaume Gomez-0/+9
2017-04-24use the word 'length' in Vec::len's docssteveklabnik-1/+2
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-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: ignore failing test on emscripten, see #41299Tim Neumann-0/+2
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-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