about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-13tests transcribed from nikos blog post.Felix S. Klock II-0/+101
2017-12-13the minimal test for two-phase borrows: the core example from niko's blog pos...Felix S. Klock II-0/+21
2017-12-13Incorporate active-borrows dataflow into MIR borrow check, yieldingFelix S. Klock II-6/+26
2017-12-13Add some doc to `struct Borrows`.Felix S. Klock II-3/+22
2017-12-13Add some doc to `each_borrow_involving_path` iteration function.Felix S. Klock II-0/+12
2017-12-13New `ActiveBorrows` dataflow for two-phase `&mut`; not yet borrowed-checked.Felix S. Klock II-151/+552
2017-12-13Allow `mir::Place` to be used as a key in hashtables.Felix S. Klock II-2/+2
2017-12-13Implement Borrow/BorrowMut/ToOwned relationships betweed IdxSetBuf and IdxSet.Felix S. Klock II-0/+20
2017-12-13Refactoring alpha-rename `place` (`BorrowData` field) to `borrowed_place`.Felix S. Klock II-10/+10
2017-12-13Refactoring: Allow `BlockSets.on_entry` to denote locally accumulated intrabl...Felix S. Klock II-0/+30
2017-12-13Refactoring: pull bitvector initialization out from other parts of dataflow.Felix S. Klock II-21/+18
2017-12-13Expanded HIR `--unpretty hir,identified` to include HIR local id.Felix S. Klock II-4/+8
2017-12-13Revised graphviz rendering API to avoid requiring borrowed state.Felix S. Klock II-41/+60
2017-12-13Auto merge of #46613 - petrochenkov:absext, r=nikomatsakisbors-57/+264
2017-12-12Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obkbors-2/+33
2017-12-13Resolve absolute paths as extern under a feature flagVadim Petrochenkov-3/+238
2017-12-12rustc_metadata: Refactor away `ExternCrateInfo`Vadim Petrochenkov-54/+26
2017-12-13Rollup merge of #46691 - varkor:contrib-3, r=rkruppekennytm-2/+2
2017-12-13Rollup merge of #46672 - GuillaumeGomez:fix-type-filter-search, r=QuietMisdre...kennytm-4/+4
2017-12-13Rollup merge of #46668 - GuillaumeGomez:mobile-sidebar, r=QuietMisdreavuskennytm-4/+27
2017-12-12Fix return value of `LLVMRustMetadataAsValue`varkor-2/+2
2017-12-12Auto merge of #46647 - varkor:contrib-1, r=sfacklerbors-0/+8
2017-12-12Auto merge of #46250 - canndrew:rename-never-type-impl-gate, r=petrochenkovbors-8/+8
2017-12-12Auto merge of #46674 - malbarbo:undist-armv5te, r=alexcrichtonbors-6/+1
2017-12-12Auto merge of #46598 - davidtwco:issue-46471, r=arielb1bors-51/+297
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-8/+8
2017-12-12Auto merge of #46411 - rillian:str_ascii, r=kennytmbors-24/+24
2017-12-12Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1bors-647/+937
2017-12-11Remove armv5te target from dist-various-1Marco A L Barbosa-6/+1
2017-12-12Fix type filter in rustdoc jsGuillaume Gomez-4/+4
2017-12-11Updated existing tests with new error messages.David Wood-46/+57
2017-12-11Refactored and tidied up report functionDavid Wood-53/+92
2017-12-11Fix mobile doc style and improve search barGuillaume Gomez-4/+27
2017-12-11Auto merge of #46608 - estebank:resolve-return, r=nikomatsakisbors-7/+51
2017-12-11make `krate` infallibleNiko Matsakis-4/+3
2017-12-11Fixed case where borrowed value lives until after scopeDavid Wood-8/+69
2017-12-11Fix error does not know about free/named lifetimesDavid Wood-11/+26
2017-12-11Added test for #46472David Wood-1/+65
2017-12-11Fix error message confuses locals and temporariesDavid Wood-10/+22
2017-12-11Added test for #46471David Wood-0/+44
2017-12-11Auto merge of #46558 - arielb1:union-borrow-refactor, r=nikomatsakisbors-1336/+1358
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-237/+283
2017-12-11resolve_lifetime: rustfmtNiko Matsakis-476/+721
2017-12-11Auto merge of #46640 - tommyip:ui_tests, r=estebankbors-203/+253
2017-12-11Auto merge of #46625 - emilio:moar-nits, r=kennytmbors-1/+1
2017-12-11Auto merge of #46624 - emilio:nit, r=kennytmbors-4/+4
2017-12-10Auto merge of #46248 - zackmdavis:one_time_private_enum_variant_reexport_erro...bors-24/+148
2017-12-10Add `std::fmt::Pointer` implementation for `AtomicPtr`varkor-0/+8
2017-12-10Update ui tests' line numbers.Tommy Ip-192/+192
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+44