about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-05-26Make Ipv4Addr cmp() fasterAlexander Polyakov-1/+1
2016-05-26Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakisbors-14/+32
2016-05-26Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrcbors-413/+191
2016-05-26Auto merge of #33872 - nagisa:undef-is-llvm-for-sigsegv, r=eddybbors-36/+81
2016-05-26Fix stores codegen passSimonas Kazlauskas-4/+4
2016-05-26Extend the test for `EscapeUnicode`Andrea Canciani-0/+6
2016-05-26Do not forget to schedule the drop for the argumentSimonas Kazlauskas-2/+3
2016-05-26Replace pat_adjust_pos with an iterator adapterVadim Petrochenkov-66/+61
2016-05-26Address review commentsVadim Petrochenkov-211/+355
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-299/+736
2016-05-26Add `make tips` as useful make targetSebastian Thiel-0/+2
2016-05-26Explain the order of the enumeration itemsAndrea Canciani-0/+3
2016-05-26Move length computation to `ExactSizeIterator` implsAndrea Canciani-24/+36
2016-05-26Implement `count` for `EscapeDefault` and `EscapeUnicode`Andrea Canciani-6/+7
2016-05-26`EscapeUnicode` and `EscapeDefault` are `ExactSizeIterator`sAndrea Canciani-0/+6
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-494/+567
2016-05-26Fix ICE on failure to parse token treeJeffrey Seyfried-2/+23
2016-05-26Fix nit/Refine the datum constructionSimonas Kazlauskas-3/+1
2016-05-26Fix the fix/hack interaction with debuginfoSimonas Kazlauskas-10/+13
2016-05-25Auto merge of #33732 - nikomatsakis:incr-comp-empty-cgu, r=mwbors-2/+11
2016-05-26Add a regression testSimonas Kazlauskas-0/+29
2016-05-26Fix handling of C argumentsSimonas Kazlauskas-20/+34
2016-05-25parser.rs: fix typos in commentsCarlo Teubner-5/+5
2016-05-25Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1bors-837/+2464
2016-05-25Fix rebaseVadim Petrochenkov-8/+4
2016-05-25Add a new AST-only type variant `ImplicitSelf`Vadim Petrochenkov-40/+34
2016-05-25Remove ExplicitSelf from ASTVadim Petrochenkov-261/+155
2016-05-25catch attempts to leak obligations out of snapshotsAriel Ben-Yehuda-116/+127
2016-05-25Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelixbors-46/+96
2016-05-25Alpha rename `OwnIdxSet` to `IdxSetBuf`.Felix S. Klock II-18/+18
2016-05-25fixes to `indexed_set`: add comments and fix `PhantomData` def'n.Felix S. Klock II-2/+15
2016-05-25remove `indexed_set::Indexed` trait.Felix S. Klock II-4/+0
2016-05-25remove unnecessary use of `indexed_set::Indexed` trait.Felix S. Klock II-9/+1
2016-05-25Add notes that data-structures should potentially move to different crate.Felix S. Klock II-0/+5
2016-05-25Fix some comments.Felix S. Klock II-7/+8
2016-05-25Add new error code testsggomez-0/+240
2016-05-25Improve E0084 error explanationGuillaume Gomez-2/+22
2016-05-25Auto merge of #33602 - eddyb:no-trans--check, r=michaelwoeristerbors-350/+371
2016-05-25Implement Error trait for fmt::Error typeGuillaume Gomez-0/+7
2016-05-25trans: save metadata even with -Z no-trans.Eduard Burtescu-33/+58
2016-05-24Auto merge of #33615 - GuillaumeGomez:field_static_method, r=pnkfelixbors-24/+93
2016-05-25antlr grammar verification script now compiles under latest nightlyMichael Rosenberg-106/+108
2016-05-25save-analysis: be a bit more defensive with field sub-expressionsNick Cameron-3/+9
2016-05-25Point out the clone operation in summary line docs of `Vec::extend_from_slice`Liigo Zhuang-1/+1
2016-05-25trans: remove item_symbols from metadata and CrateContext.Eduard Burtescu-97/+6
2016-05-25trans: move the linker support to compute symbols on-demand.Eduard Burtescu-45/+88
2016-05-25trans: move exported_symbol to Instance::symbol_name.Eduard Burtescu-126/+146
2016-05-25trans: force absolute item paths within symbols.Eduard Burtescu-5/+42
2016-05-25trans: move exported_name's logic into symbol_names.Eduard Burtescu-70/+62
2016-05-24std: Use memalign, not posix_memalign, on AndroidAlex Crichton-7/+34