summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-24Add opt-level=0 to testThomas Lively-1/+1
2020-01-24Update LLVM to fix crash on Emscripten targetsThomas Lively-0/+8
2020-01-24Support feature process_set_argv0 for VxWorksBaoshanPang-5/+39
2020-01-24Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakisbors-33/+89
2020-01-24Use Self instead of self return typeLzu Tao-10/+10
2020-01-24Normalise notes with the/isvarkor-423/+423
2020-01-24Normalise diagnostics with respect to "the X is declared/defined here"varkor-8/+8
2020-01-24Print constants in `type_name` for const genericsvarkor-12/+52
2020-01-24Render const pointers in MIR more compactlyOliver Scherer-7/+13
2020-01-24Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichtonbors-160/+212
2020-01-24Clean up error codes E0223 and E0225 explanationsGuillaume Gomez-3/+7
2020-01-24Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichtonTyler Mandry-1/+1
2020-01-24Rollup merge of #68479 - Tyg13:unused_parens_return, r=CentrilTyler Mandry-27/+50
2020-01-24Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichtonTyler Mandry-3/+25
2020-01-24Rollup merge of #68469 - ollie27:skip_count, r=sfacklerTyler Mandry-2/+16
2020-01-24Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebankTyler Mandry-2/+36
2020-01-24Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwcoTyler Mandry-4/+69
2020-01-23Clear out std, not std toolsMark Rousskov-1/+1
2020-01-23Account for `ty::Error` when suggesting `impl Trait` or `Box<dyn Trait>`Esteban Küber-8/+191
2020-01-24Remove unused ignore-license directivesTomasz Miąsko-38/+1
2020-01-23Make pointers to statics internalMatthew Jasper-33/+89
2020-01-23Updating str.chars docs to mention crates.io.Steven Degutis-1/+2
2020-01-23rustc: Allow cdylibs to link against dylibsMatthew Maurer-24/+66
2020-01-23Add test accessing the module level int/float constsLinus Färnstrand-0/+11
2020-01-23Unlock assoc_int_consts in documentation examples using itLinus Färnstrand-0/+4
2020-01-23Unlock assoc_int_consts in core+stdLinus Färnstrand-0/+2
2020-01-23Fix broken show-const-contents testLinus Färnstrand-3/+3
2020-01-23Remove no longer valid testLinus Färnstrand-18/+0
2020-01-23Fix some float operations to work together with the assoc constsLinus Färnstrand-5/+5
2020-01-23Add relevant associated constants to the float typesLinus Färnstrand-28/+135
2020-01-23Add MIN/MAX associated constants to the integer typesLinus Färnstrand-23/+47
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-7/+19
2020-01-23Auto merge of #68391 - tmiasko:compiletest-debuginfo, r=alexcrichtonbors-286/+215
2020-01-23Add projection query for upstream drop-glue instances.Michael Woerister-98/+138
2020-01-23add a test for #60976Tuomas Lappeteläinen-0/+10
2020-01-23Clean up E0207 explanationGuillaume Gomez-13/+17
2020-01-23clean up error codes explanationGuillaume Gomez-3/+6
2020-01-23Make drop-glue take advantage of -Zshare-generics.Michael Woerister-16/+52
2020-01-23Always just use symbol name for sorting exported symbols.Michael Woerister-38/+0
2020-01-23Make ExportedSymbols type more local because it's not supposed to beMichael Woerister-4/+6
2020-01-23Clarify some methods around instance instantiation via comments and clearer n...Michael Woerister-7/+19
2020-01-23compiletest: Do not run debuginfo tests with gdb on msvc targetsTomasz Miąsko-0/+4
2020-01-23Auto merge of #68435 - tmandry:llvmup-2-the-return-of-phibitcast-transform-fi...bors-0/+0
2020-01-23unused-parens: implement for block return valuesTyler Lanphear-27/+50
2020-01-23Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkovbors-8/+45
2020-01-22Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest`Aaron Hill-18/+26
2020-01-22Rollup merge of #68462 - matthiaskrgr:novec, r=varkorTyler Mandry-3/+3
2020-01-22Rollup merge of #68441 - Centril:pprust-as_deref, r=Mark-SimulacrumTyler Mandry-2/+2
2020-01-22Rollup merge of #68440 - matthiaskrgr:xpyclippy, r=Mark-SimulacrumTyler Mandry-1/+1
2020-01-22Rollup merge of #68425 - phi-gamma:try-method, r=varkorTyler Mandry-21/+90