summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-06Auto merge of #48642 - alexcrichton:compile-cargo-once, r=michaelwoeristerbors-23/+92
2018-03-06Add RELRO run-make testsJohannes Löthberg-0/+34
2018-03-06Make relro-level=off explicitly disable RELROJohannes Löthberg-6/+21
2018-03-06Fix trailing whitespacePhlosioneer-1/+1
2018-03-06FusedIterator will be stabilized1011X-1/+1
2018-03-06Run rustfmt over modified filesSantiago Pastorino-775/+1109
2018-03-06mir is already a referenceSantiago Pastorino-3/+3
2018-03-06Make causal tracking lazySantiago Pastorino-43/+113
2018-03-06Update env_logger to 0.5.4Alex Crichton-23/+92
2018-03-06Fix sidebar horizontal scrollGuillaume Gomez-1/+1
2018-03-06Merge branch 'master' of https://github.com/rust-lang/rust1011X-1387/+2360
2018-03-06rustc: Update LLVMAlex Crichton-1/+1
2018-03-06Auto merge of #48768 - kennytm:rollup, r=kennytmbors-384/+684
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-55/+46
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-116/+109
2018-03-06Rollup merge of #48507 - GuillaumeGomez:cstr-note, r=steveklabnikkennytm-0/+2
2018-03-06Rollup merge of #48474 - christianpoveda:new_cell_docs, r=steveklabnikkennytm-0/+18
2018-03-06Rollup merge of #48761 - frewsxcv:frewsxcv-rm-python, r=alexcrichtonkennytm-93/+0
2018-03-06Rollup merge of #48754 - leodasvacas:while-let-all-the-things, r=rkruppekennytm-50/+20
2018-03-06Rollup merge of #48753 - tbu-:pr_hashmap_isize, r=BurntSushikennytm-29/+29
2018-03-06Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichtonkennytm-11/+0
2018-03-06Rollup merge of #48727 - leodasvacas:refactor-contrived-match, r=rkruppekennytm-13/+6
2018-03-06Rollup merge of #48657 - sinkuu:opt_str_repeat, r=dtolnaykennytm-3/+55
2018-03-06Auto merge of #48611 - michaelwoerister:share-generics2, r=alexcrichtonbors-271/+413
2018-03-06note a FIXMERalf Jung-0/+1
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-161/+160
2018-03-06Don't show crate metadata symbol as exported symbol to downstream crates.Michael Woerister-13/+29
2018-03-06Fix export level of plugin and procmacro registrars.Michael Woerister-13/+14
2018-03-06Don't recompute SymbolExportLevel for upstream crates.Michael Woerister-90/+91
2018-03-06Compute symbol names more lazily.Michael Woerister-48/+135
2018-03-06Clean up handling of symbol export information.Michael Woerister-209/+231
2018-03-06Rename exported_symbol_ids query to something more explicit and document what...Michael Woerister-47/+62
2018-03-06Rollup merge of #48590 - tshepang:more-simple, r=frewsxcvkennytm-31/+22
2018-03-06Rollup merge of #48573 - Amanieu:bitreverse2, r=sfacklerkennytm-4/+120
2018-03-06Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebankkennytm-8/+47
2018-03-06Rollup merge of #48432 - flip1995:lit_diag, r=oli-obkkennytm-8/+238
2018-03-06Rollup merge of #48403 - lukaslueg:casted, r=steveklabnikkennytm-18/+18
2018-03-06Auto merge of #48509 - Phlosioneer:option-doc-change, r=TimNNbors-4/+4
2018-03-06Add info message for -Wall commandPhlosioneer-0/+17
2018-03-06Add i128 tests for intrinsicsAmanieu d'Antras-1/+26
2018-03-06Add reverse_bits to integer typesAmanieu d'Antras-0/+66
2018-03-05Remove seemingly unused sugarise-doc-comments Python script.Corey Farwell-93/+0
2018-03-06Remove IdxSet::elemsvarkor-39/+11
2018-03-06Remove IdxSet::each_bitvarkor-39/+3
2018-03-06Remove IdxSet::reset_to_emptyvarkor-9/+4
2018-03-06Auto merge of #48456 - mark-i-m:whitelist, r=alexcrichtonbors-27/+243
2018-03-05Remove unnecessary imports1011X-4/+0
2018-03-05Add resource-suffix option for rustdocGuillaume Gomez-27/+64
2018-03-05Don't generate '[+]'/'[-]' on 'empty' traitsGuillaume Gomez-7/+18
2018-03-05Copy license into libcore/tests/ascii.rs1011X-0/+10