summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-04-26Do not ICE on generics mismatch with non-local traitsShotaro Yamada-2/+12
2018-04-26Auto merge of #50245 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-34/+30
2018-04-26Add more doc aliasesGuillaume Gomez-0/+33
2018-04-26Make dump_{alloc,allocs,local}() no-ops when tracing is disabled.Nicholas Nethercote-6/+11
2018-04-26Auto merge of #50072 - oli-obk:discriminants, r=eddybbors-37/+158
2018-04-26Rollup merge of #50219 - ralfbiedert:master, r=frewsxcvGuillaume Gomez-1/+1
2018-04-26Rollup merge of #50214 - GuillaumeGomez:JS-improvements, r=QuietMisdreavusGuillaume Gomez-32/+24
2018-04-26Rollup merge of #50207 - wesleywiser:hash_const_data, r=eddybGuillaume Gomez-1/+2
2018-04-26Rollup merge of #50177 - matthiaskrgr:std_std_replacen__must_use, r=oli-obkGuillaume Gomez-0/+3
2018-04-26Use ScalarPair for tagged enumsAnthony Ramine-14/+90
2018-04-26Allow variant discriminant initializers to refer to other initializers of the...Oliver Schneider-37/+158
2018-04-26Auto merge of #49732 - Zoxc:sync-dep-graph, r=michaelwoeristerbors-204/+219
2018-04-26Auto merge of #50236 - nrc:update, r=alexcrichtonbors-64/+158
2018-04-26handle license checkNick Cameron-1/+2
2018-04-26Implement LazyBTreeMap and use it in a few places.Nicholas Nethercote-12/+123
2018-04-25Auto merge of #50131 - Manishearth:crate-in-local, r=petrochenkovbors-8/+10
2018-04-26Update rustfmt and rlsNick Cameron-63/+156
2018-04-25Approximate -> ApplicabilityManish Goregaokar-34/+34
2018-04-25make RawVec::empty constMark Mansi-1/+4
2018-04-25Make Vec::new constMark Mansi-4/+34
2018-04-25Auto merge of #50016 - tmandry:cleanup-binder, r=nikomatsakisbors-252/+269
2018-04-25Update book submodule to pass linkchecker testKornel-0/+0
2018-04-25Suggest alternatives to Error::description()Kornel-1/+3
2018-04-25Move description of the Error trait to its own doc-commentSimon Sapin-39/+24
2018-04-25Fix crate:: in local pathsManish Goregaokar-8/+10
2018-04-25Auto merge of #49321 - ishitatsuyuki:compile-pass, r=alexcrichtonbors-3/+38
2018-04-25Bump bootstrap compiler to 2018-04-24Michael Woerister-1/+1
2018-04-25Added missing `.` in docs.Ralf Biedert-1/+1
2018-04-25Auto merge of #50134 - andjo403:jobserver, r=michaelwoeristerbors-12/+14
2018-04-25Fix typez4v1er-1/+0
2018-04-25Move the Lock into OpenTaskJohn Kåre Alsaker-57/+52
2018-04-25Address commentsJohn Kåre Alsaker-16/+18
2018-04-25Make DepGraph thread-safeJohn Kåre Alsaker-187/+205
2018-04-25Auto merge of #50110 - oli-obk:warn_all_the_constants, r=estebankbors-75/+233
2018-04-25compiletest: introduce skip-transTatsuyuki Ishi-3/+38
2018-04-25Some JS improvementsGuillaume Gomez-32/+24
2018-04-25Auto merge of #50106 - nnethercote:nearest_common_ancestor, r=nikomatsakisbors-80/+60
2018-04-25Auto merge of #50100 - Manishearth:edition-path-lint, r=nikomatsakisbors-15/+157
2018-04-24Hash EntryKind::AssociatedConst const dataWesley Wiser-1/+2
2018-04-24Remove methods with implicit Binder::skip_boundTyler Mandry-22/+11
2018-04-24Make Binder's field private and clean up its usageTyler Mandry-234/+262
2018-04-25Switch box_free to take the destructured contents of BoxMike Hommey-56/+29
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-40/+97
2018-04-24Disable two-phase-reservation-sharing-interference[nll_beyond]Josh Stone-1/+1
2018-04-24Add a stopgap for #49889Josh Stone-2/+4
2018-04-24compiletest: detect non-ICE compiler panicsJosh Stone-0/+2
2018-04-24Use enum for approximate suggestionsManish Goregaokar-15/+29
2018-04-24Test format hygieneJames Sanderson-0/+15
2018-04-24Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoeristerbors-3/+39
2018-04-24Gensym arguments for format macroJames Sanderson-7/+9