about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-25Auto merge of #35885 - durka:gh35753, r=arielb1bors-1/+1
2016-08-25Auto merge of #34923 - eddyb:deny-fn-item-transmute, r=nikomatsakisbors-1/+1
2016-08-25use file!() even though it shouldn't be necessaryAlex Burka-1/+1
2016-08-25Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichtonbors-30/+77
2016-08-25Rollup merge of #35955 - frewsxcv:idiomatic-methods, r=eddybManish Goregaokar-28/+29
2016-08-25Rollup merge of #35947 - SimonSapin:decodeutf8-error-handling, r=alexcrichtonManish Goregaokar-37/+114
2016-08-25Rollup merge of #35916 - eddyb:mir-no-dead-allocas, r=AatchManish Goregaokar-0/+24
2016-08-25Rollup merge of #35867 - frewsxcv:rustdoc-cleanup, r=alexcrichtonManish Goregaokar-149/+175
2016-08-25Rollup merge of #35238 - vadimcn:macro-debug-locs, r=michaelwoeristerManish Goregaokar-53/+298
2016-08-25Fix debug line info for macro expansions. Vadim Chugunov-53/+298
2016-08-24Implement `From<ast::FloatTy>` for `PrimitiveType`.Corey Farwell-4/+11
2016-08-24Implement `From<ast::UintTy>` for `PrimitiveType`.Corey Farwell-10/+14
2016-08-24Implement `From<ast::IntTy>` for `PrimitiveType`.Corey Farwell-10/+13
2016-08-24Remove unnecessary 'Primitive' prefix on `PrimitiveType` enum variants.Corey Farwell-17/+17
2016-08-24Stop reexporting `PrimitiveType` enum in librustdoc.Corey Farwell-105/+105
2016-08-24Migrate ItemType::from_type_kind to convert::From.Corey Farwell-3/+5
2016-08-24Migrate ItemType::from_item to convert::From.Corey Farwell-13/+15
2016-08-24Migrate Context::maybe_ignore_item method to standalone function.Corey Farwell-14/+14
2016-08-24Move ItemEnum → Generics logic into method on ItemEnum.Corey Farwell-11/+19
2016-08-24Auto merge of #35814 - alexcrichton:armv7-no-neon, r=brsonbors-2/+3
2016-08-24Auto merge of #35971 - jonathandturner:rollup, r=jonathandturnerbors-43/+246
2016-08-24Auto merge of #35764 - eddyb:byegone, r=nikomatsakisbors-12574/+886
2016-08-24Rollup merge of #35961 - 0xmohit:pr/error-codes-E0445-E0454, r=GuillaumeGomezJonathan Turner-8/+21
2016-08-24Rollup merge of #35948 - tshepang:missing-comma, r=steveklabnikJonathan Turner-2/+2
2016-08-24Rollup merge of #35920 - GuillaumeGomez:err_codes, r=jonathandturnerJonathan Turner-14/+180
2016-08-24Rollup merge of #35876 - matthew-piziak:sub-examples, r=GuillaumeGomezJonathan Turner-19/+43
2016-08-24Auto merge of #35883 - durka:gh35849, r=eddybbors-2/+49
2016-08-24Update E0445 and E0454 to new error formatMohit Agarwal-8/+21
2016-08-24Remove AST from metadata except for consts and const fns.Eduard Burtescu-571/+126
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-934/+304
2016-08-24rustc_trans: remove the bulk of old trans and most of its support code.Eduard Burtescu-10730/+463
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-414/+68
2016-08-24Add new error code testsGuillaume Gomez-0/+137
2016-08-24Add error code test checkupGuillaume Gomez-13/+12
2016-08-24Add E0478 error explanationGuillaume Gomez-1/+31
2016-08-23Auto merge of #35748 - michaelwoerister:fix-rust-gdb-py-version-check, r=brsonbors-1/+1
2016-08-23Reuse iterator to avoid unnecessary creation.Corey Farwell-2/+3
2016-08-23Use idiomatic names for string-related methods names.Corey Farwell-26/+26
2016-08-23Auto merge of #35951 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-17/+63
2016-08-23Rollup merge of #35949 - tshepang:excess, r=GuillaumeGomezGuillaume Gomez-1/+0
2016-08-23Rollup merge of #35939 - creativcoder:e0195, r=jonathandturnerGuillaume Gomez-3/+6
2016-08-23Rollup merge of #35936 - matthew-piziak:div-rational-example, r=GuillaumeGomezGuillaume Gomez-9/+52
2016-08-23Rollup merge of #35913 - frewsxcv:panic, r=steveklabnikGuillaume Gomez-2/+2
2016-08-23Rollup merge of #35912 - brson:rust-installer, r=alexcrichtonGuillaume Gomez-0/+0
2016-08-23Rollup merge of #35910 - tbu-:pr_weird_linebreak, r=alexcrichtonGuillaume Gomez-2/+3
2016-08-23doc: one line too manyTshepang Lekhonkhobe-1/+0
2016-08-23reference: add trailing commasTshepang Lekhonkhobe-2/+2
2016-08-23Yield Err in char::decode_utf8 per Unicode, like String::from_utf8_lossySimon Sapin-14/+89
2016-08-23Use a macro in test_decode_utf8 to preserve line numbers in panic messages.Simon Sapin-24/+26
2016-08-23Auto merge of #35854 - nikomatsakis:incr-comp-cache-hash-35549, r=mwbors-176/+350